Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent Subscription to attributes with no access privilege and absence #22349

Conversation

yunhanw-google
Copy link
Contributor

@yunhanw-google yunhanw-google commented Sep 1, 2022

Problem

Reads and Subscribes from nodes with no access still get serviced to completion (which for subs mean that a subscription is established). This ends up stealing precious resources from nodes that do have access.

Fixes: issue #18485

Change overview

Prevents reads/subs from moving past the processing stage to actual allocation of resources. A StatusResponse is returned immediately.

Caveat: This doesn't address lack of access for event paths. That will come separately. currently we don't have ways to expand wildcard event path and check if path exists, suggest to figure out this in post1.0. At this moment, subscription prevention with no access privilege and absence is the best effort we can go

Testing

add unit test to validate empty attribute paths and event paths in subscribe request
add unit test to validate non-exist concrete attribute path and event paths in subscribe request
add unit test to validate acl-denied attribute path and event path in subscribe request

@yunhanw-google yunhanw-google force-pushed the feature/prevent-sub-with-no-acl branch from ef05563 to fecf743 Compare September 7, 2022 16:27
@github-actions
Copy link

github-actions bot commented Sep 7, 2022

PR #22349: Size comparison from 383c416 to de3b7ce

Increases above 0.2%:

platform target config section 383c416 de3b7ce change % change
psoc6 all-clusters cy8ckit_062s2_43012 .debug_ranges 338360 340264 1904 0.6
all-clusters-minimal cy8ckit_062s2_43012 .debug_ranges 336976 338880 1904 0.6
light cy8ckit_062s2_43012 .debug_ranges 302448 304352 1904 0.6
lock cy8ckit_062s2_43012 .debug_ranges 305792 307696 1904 0.6
Increases (44 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, psoc6, qpg, telink)
platform target config section 383c416 de3b7ce change % change
bl602 lighting-app bl602 (read/write) 1410290 1411750 1460 0.1
.text 1065690 1066992 1302 0.1
bl602+rpc (read/write) 1455486 1457210 1724 0.1
.text 1097038 1098596 1558 0.1
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 675431 676127 696 0.1
.rodata 89223 89383 160 0.2
.text 585896 586432 536 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 640151 640847 696 0.1
.rodata 78375 78535 160 0.2
.text 561456 561992 536 0.1
lock-ftd LP_CC2652R7 (read only) 676483 677203 720 0.1
.rodata 77075 77235 160 0.2
.text 598928 599488 560 0.1
lock-mtd LP_CC2652R7 (read only) 659483 660187 704 0.1
.rodata 102355 102515 160 0.2
.text 556648 557192 544 0.1
pump-app LP_CC2652R7 (read only) 685343 686039 696 0.1
.rodata 90103 90263 160 0.2
.text 594756 595292 536 0.1
pump-controller-app LP_CC2652R7 (read only) 669835 670531 696 0.1
.rodata 85659 85819 160 0.2
.text 583696 584232 536 0.1
shell LP_CC2652R7 (read only) 666090 666794 704 0.1
.rodata 85778 85938 160 0.2
.text 579996 580540 544 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 587002 587394 392 0.1
.app_xip_area 463660 464052 392 0.1
lock cyw930739m2evb_01 (read/write) 592738 593146 408 0.1
.app_xip_area 464612 465020 408 0.1
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599914 600618 704 0.1
.app_xip_area 477292 477996 704 0.1
efr32 lighting-app BRD4161A (read/write) 1108624 1109944 1320 0.1
.text 970200 971520 1320 0.1
BRD4161A+rpc (read/write) 972316 973020 704 0.1
.text 819200 819904 704 0.1
BRD4161A+rs911x (read/write) 1002056 1003384 1328 0.1
.text 830804 832132 1328 0.2
lock-app BRD4161A+wf200 (read/write) 1150180 1150884 704 0.1
.text 995840 996544 704 0.1
window-app BRD4161A (read/write) 1099856 1101176 1320 0.1
.text 959968 961288 1320 0.1
esp32 all-clusters-app c3devkit (read only) 1033930 1034616 686 0.1
(read/write) 1493566 1493734 168 0.0
.flash.rodata 218080 218248 168 0.1
.flash.text 1033930 1034616 686 0.1
m5stack (read only) 1086511 1087167 656 0.1
(read/write) 490860 491012 152 0.0
.flash.rodata 247400 247552 152 0.1
.flash.text 1081127 1081783 656 0.1
k32w light k32w0+release (read/write) 648268 648828 560 0.1
.text 572760 573320 560 0.1
lock k32w0+release (read/write) 705312 706016 704 0.1
.text 629348 630052 704 0.1
linux all-clusters-app debug (read only) 3046537 3048361 1824 0.1
.rodata 275659 275851 192 0.1
.text 2591442 2593074 1632 0.1
all-clusters-minimal-app debug (read only) 2882401 2884193 1792 0.1
.rodata 275883 276043 160 0.1
.text 2429858 2431490 1632 0.1
bridge-app debug+rpc (read only) 2380137 2381929 1792 0.1
.rodata 204520 204680 160 0.1
.text 2012706 2014338 1632 0.1
chip-tool debug (read only) 10956737 10958529 1792 0.0
.rodata 570293 570453 160 0.0
.text 8865220 8866852 1632 0.0
chip-tool-ipv6only arm64 (read only) 10329660 10331468 1808 0.0
(read/write) 705601 705649 48 0.0
.data.rel.ro 649976 650024 48 0.0
.rodata 499948 500092 144 0.0
.text 8176692 8178308 1616 0.0
lighting-app debug+rpc (read only) 2605529 2607337 1808 0.1
.rodata 221328 221488 160 0.1
.text 2213010 2214658 1648 0.1
lock-app debug (read only) 2588545 2590337 1792 0.1
.rodata 238352 238512 160 0.1
.text 2183250 2184882 1632 0.1
ota-provider-app debug (read only) 2365801 2367593 1792 0.1
.rodata 210328 210488 160 0.1
.text 1991714 1993346 1632 0.1
ota-requestor-app debug (read only) 2531129 2532921 1792 0.1
.rodata 217152 217312 160 0.1
.text 2141074 2142706 1632 0.1
shell debug (read only) 2614873 2616665 1792 0.1
.rodata 235794 235954 160 0.1
.text 2220370 2222002 1632 0.1
thermostat-no-ble arm64 (read only) 2364244 2366068 1824 0.1
(read/write) 141857 141905 48 0.0
.data.rel.ro 76112 76160 48 0.1
.rodata 141356 141516 160 0.1
.text 1984848 1986464 1616 0.1
tv-app debug (read only) 3198753 3200545 1792 0.1
.rodata 260584 260744 160 0.1
.text 2747778 2749410 1632 0.1
tv-casting-app debug (read only) 5516345 5518137 1792 0.0
.rodata 345969 346129 160 0.0
.text 4898066 4899698 1632 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2455136 2455224 88 0.0
.text 1417780 1417868 88 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1742572 1743908 1336 0.1
.debug_abbrev 1221517 1221774 257 0.0
.debug_aranges 111736 111768 32 0.0
.debug_frame 373008 373128 120 0.0
.debug_info 26716599 26735604 19005 0.1
.debug_line 3657478 3662037 4559 0.1
.debug_loc 3573505 3580436 6931 0.2
.debug_ranges 338360 340264 1904 0.6
.debug_str 3427479 3427943 464 0.0
.strtab 570615 570955 340 0.1
.symtab 421488 421680 192 0.0
.text 1542800 1544136 1336 0.1
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1685772 1687092 1320 0.1
.debug_abbrev 1213356 1213613 257 0.0
.debug_aranges 111208 111240 32 0.0
.debug_frame 376088 376208 120 0.0
.debug_info 26453222 26472229 19007 0.1
.debug_line 3677994 3682577 4583 0.1
.debug_loc 3561142 3568073 6931 0.2
.debug_ranges 336976 338880 1904 0.6
.debug_str 3416484 3416948 464 0.0
.strtab 535089 535429 340 0.1
.symtab 408080 408272 192 0.0
.text 1486736 1488056 1320 0.1
light cy8ckit_062s2_43012 (read/write) 1603028 1604340 1312 0.1
.debug_abbrev 1048175 1048432 257 0.0
.debug_aranges 103384 103416 32 0.0
.debug_frame 346356 346476 120 0.0
.debug_info 21915392 2193439 19007 0.1
.debug_line 3248459 3253006 4547 0.1
.debug_loc 3259468 3266366 6898 0.2
.debug_ranges 302448 304352 1904 0.6
.debug_str 3221750 3222214 464 0.0
.strtab 468388 468728 340 0.1
.symtab 375168 375360 192 0.1
.text 1412224 1413536 1312 0.1
lock cy8ckit_062s2_43012 (read/write) 1640716 1642028 1312 0.1
.debug_abbrev 1055610 1055867 257 0.0
.debug_aranges 104056 104088 32 0.0
.debug_frame 349184 349304 120 0.0
.debug_info 22295177 22314182 19005 0.1
.debug_line 3257280 3261815 4535 0.1
.debug_loc 3299322 3306235 6913 0.2
.debug_ranges 305792 307696 1904 0.6
.debug_str 3249171 3249635 464 0.0
.strtab 474591 474931 340 0.1
.symtab 378352 378544 192 0.1
.text 1444880 1446192 1312 0.1
qpg lighting-app qpg6105+debug (read/write) 1129284 1129980 696 0.1
.text 576380 577076 696 0.1
lock-app qpg6105+debug (read/write) 1100264 1100976 712 0.1
.text 547364 548076 712 0.1
telink light-switch-app tlsr9518adk80d (read/write) 812168 812960 792 0.1
text 573710 574346 636 0.1
lighting-app tlsr9518adk80d (read/write) 834072 834864 792 0.1
text 591838 592476 638 0.1
ota-requestor-app tlsr9518adk80d (read/write) 842316 843116 800 0.1
text 598102 598738 636 0.1
Decreases (6 builds for cc13x2_26x2)
platform target config section 383c416 de3b7ce change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 175976 175280 -696 -0.4
lock-ftd LP_CC2652R7 (read/write) 165236 164516 -720 -0.4
lock-mtd LP_CC2652R7 (read/write) 177924 177220 -704 -0.4
pump-app LP_CC2652R7 (read/write) 157080 156384 -696 -0.4
pump-controller-app LP_CC2652R7 (read/write) 172700 172004 -696 -0.4
shell LP_CC2652R7 (read/write) 180836 180132 -704 -0.4
Full report (44 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, psoc6, qpg, telink)
platform target config section 383c416 de3b7ce change % change
bl602 lighting-app bl602 (read/write) 1410290 1411750 1460 0.1
.bss 121585 121585 0 0.0
.data 9816 9816 0 0.0
.text 1065690 1066992 1302 0.1
bl602+rpc (read/write) 1455486 1457210 1724 0.1
.bss 129017 129017 0 0.0
.data 10200 10200 0 0.0
.text 1097038 1098596 1558 0.1
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 675431 676127 696 0.1
(read/write) 175976 175280 -696 -0.4
.bss 74300 74300 0 0.0
.data 3380 3380 0 0.0
.rodata 89223 89383 160 0.2
.text 585896 586432 536 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 640151 640847 696 0.1
(read/write) 157868 157868 0 0.0
.bss 73572 73572 0 0.0
.data 3380 3380 0 0.0
.rodata 78375 78535 160 0.2
.text 561456 561992 536 0.1
lock-ftd LP_CC2652R7 (read only) 676483 677203 720 0.1
(read/write) 165236 164516 -720 -0.4
.bss 71500 71500 0 0.0
.data 3304 3304 0 0.0
.rodata 77075 77235 160 0.2
.text 598928 599488 560 0.1
lock-mtd LP_CC2652R7 (read only) 659483 660187 704 0.1
(read/write) 177924 177220 -704 -0.4
.bss 67188 67188 0 0.0
.data 3304 3304 0 0.0
.rodata 102355 102515 160 0.2
.text 556648 557192 544 0.1
pump-app LP_CC2652R7 (read only) 685343 686039 696 0.1
(read/write) 157080 156384 -696 -0.4
.bss 71436 71436 0 0.0
.data 3296 3296 0 0.0
.rodata 90103 90263 160 0.2
.text 594756 595292 536 0.1
pump-controller-app LP_CC2652R7 (read only) 669835 670531 696 0.1
(read/write) 172700 172004 -696 -0.4
.bss 71548 71548 0 0.0
.data 3292 3292 0 0.0
.rodata 85659 85819 160 0.2
.text 583696 584232 536 0.1
shell LP_CC2652R7 (read only) 666090 666794 704 0.1
(read/write) 180836 180132 -704 -0.4
.bss 76620 76620 0 0.0
.data 3376 3376 0 0.0
.rodata 85778 85938 160 0.2
.text 579996 580540 544 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 587002 587394 392 0.1
.app_xip_area 463660 464052 392 0.1
.bss 65776 65776 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592738 593146 408 0.1
.app_xip_area 464612 465020 408 0.1
.bss 70560 70560 0 0.0
.data 748 748 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599914 600618 704 0.1
.app_xip_area 477292 477996 704 0.1
.bss 65088 65088 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1108624 1109944 1320 0.1
.bss 136332 136332 0 0.0
.data 2072 2072 0 0.0
.text 970200 971520 1320 0.1
BRD4161A+rpc (read/write) 972316 973020 704 0.1
.bss 150844 150844 0 0.0
.data 2252 2252 0 0.0
.text 819200 819904 704 0.1
BRD4161A+rs911x (read/write) 1002056 1003384 1328 0.1
.bss 169168 169168 0 0.0
.data 2064 2064 0 0.0
.text 830804 832132 1328 0.2
lock-app BRD4161A+wf200 (read/write) 1150180 1150884 704 0.1
.bss 152248 152248 0 0.0
.data 2072 2072 0 0.0
.text 995840 996544 704 0.1
window-app BRD4161A (read/write) 1099856 1101176 1320 0.1
.bss 137772 137772 0 0.0
.data 2096 2096 0 0.0
.text 959968 961288 1320 0.1
esp32 all-clusters-app c3devkit (read only) 1033930 1034616 686 0.1
(read/write) 1493566 1493734 168 0.0
.dram0.bss 71120 71120 0 0.0
.dram0.data 13696 13696 0 0.0
.flash.rodata 218080 218248 168 0.1
.flash.text 1033930 1034616 686 0.1
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1086511 1087167 656 0.1
(read/write) 490860 491012 152 0.0
.dram0.bss 76640 76640 0 0.0
.dram0.data 34152 34152 0 0.0
.flash.rodata 247400 247552 152 0.1
.flash.text 1081127 1081783 656 0.1
.iram0.text 123939 123939 0 0.0
k32w light k32w0+release (read/write) 648268 648828 560 0.1
.bss 70712 70712 0 0.0
.data 2068 2068 0 0.0
.text 572760 573320 560 0.1
lock k32w0+release (read/write) 705312 706016 704 0.1
.bss 71160 71160 0 0.0
.data 2076 2076 0 0.0
.text 629348 630052 704 0.1
linux all-clusters-app debug (read only) 3046537 3048361 1824 0.1
(read/write) 156064 156064 0 0.0
.bss 61824 61824 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 85768 85768 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 275659 275851 192 0.1
.text 2591442 2593074 1632 0.1
all-clusters-minimal-app debug (read only) 2882401 2884193 1792 0.1
(read/write) 147664 147664 0 0.0
.bss 61056 61056 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 78264 78264 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 275883 276043 160 0.1
.text 2429858 2431490 1632 0.1
bridge-app debug+rpc (read only) 2380137 2381929 1792 0.1
(read/write) 127752 127752 0 0.0
.bss 50656 50656 0 0.0
.data 3600 3600 0 0.0
.data.rel.ro 67640 67640 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 204520 204680 160 0.1
.text 2012706 2014338 1632 0.1
chip-tool debug (read only) 10956737 10958529 1792 0.0
(read/write) 657736 657736 0 0.0
.bss 26072 26072 0 0.0
.data 2690 2690 0 0.0
.data.rel.ro 622456 622456 0 0.0
.dynamic 608 608 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 570293 570453 160 0.0
.text 8865220 8866852 1632 0.0
chip-tool-ipv6only arm64 (read only) 10329660 10331468 1808 0.0
(read/write) 705601 705649 48 0.0
.bss 33937 33937 0 0.0
.data 2856 2856 0 0.0
.data.rel.ro 649976 650024 48 0.0
.dynamic 560 560 0 0.0
.got 13864 13864 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 499948 500092 144 0.0
.text 8176692 8178308 1616 0.0
lighting-app debug+rpc (read only) 2605529 2607337 1808 0.1
(read/write) 130536 130536 0 0.0
.bss 49792 49792 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72680 72680 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 221328 221488 160 0.1
.text 2213010 2214658 1648 0.1
lock-app debug (read only) 2588545 2590337 1792 0.1
(read/write) 125712 125712 0 0.0
.bss 48288 48288 0 0.0
.data 1712 1712 0 0.0
.data.rel.ro 69688 69688 0 0.0
.dynamic 608 608 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 238352 238512 160 0.1
.text 2183250 2184882 1632 0.1
ota-provider-app debug (read only) 2365801 2367593 1792 0.1
(read/write) 119144 119144 0 0.0
.bss 47808 47808 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 63512 63512 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 210328 210488 160 0.1
.text 1991714 1993346 1632 0.1
ota-requestor-app debug (read only) 2531129 2532921 1792 0.1
(read/write) 127552 127552 0 0.0
.bss 50368 50368 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 68920 68920 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 217152 217312 160 0.1
.text 2141074 2142706 1632 0.1
shell debug (read only) 2614873 2616665 1792 0.1
(read/write) 142184 142184 0 0.0
.bss 57704 57704 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 77376 77376 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 235794 235954 160 0.1
.text 2220370 2222002 1632 0.1
thermostat-no-ble arm64 (read only) 2364244 2366068 1824 0.1
(read/write) 141857 141905 48 0.0
.bss 55233 55233 0 0.0
.data 1680 1680 0 0.0
.data.rel.ro 76112 76160 48 0.1
.dynamic 560 560 0 0.0
.got 5056 5056 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 141356 141516 160 0.1
.text 1984848 1986464 1616 0.1
tv-app debug (read only) 3198753 3200545 1792 0.1
(read/write) 258392 258392 0 0.0
.bss 168152 168152 0 0.0
.data 4144 4144 0 0.0
.data.rel.ro 79520 79520 0 0.0
.dynamic 608 608 0 0.0
.got 4856 4856 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 260584 260744 160 0.1
.text 2747778 2749410 1632 0.1
tv-casting-app debug (read only) 5516345 5518137 1792 0.0
(read/write) 160888 160888 0 0.0
.bss 52120 52120 0 0.0
.data 1824 1824 0 0.0
.data.rel.ro 100488 100488 0 0.0
.dynamic 608 608 0 0.0
.got 4776 4776 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 345969 346129 160 0.0
.text 4898066 4899698 1632 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2455136 2455224 88 0.0
.bss 215044 215044 0 0.0
.data 5872 5872 0 0.0
.text 1417780 1417868 88 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841960 841960 0 0.0
(read/write) 1742572 1743908 1336 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188720 188720 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1221517 1221774 257 0.0
.debug_aranges 111736 111768 32 0.0
.debug_frame 373008 373128 120 0.0
.debug_info 26716599 26735604 19005 0.1
.debug_line 3657478 3662037 4559 0.1
.debug_loc 3573505 3580436 6931 0.2
.debug_ranges 338360 340264 1904 0.6
.debug_str 3427479 3427943 464 0.0
.heap 841960 841960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 570615 570955 340 0.1
.symtab 421488 421680 192 0.0
.text 0 0 0 0.0
1542800 1544136 1336 0.1
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842696 842696 0 0.0
(read/write) 1685772 1687092 1320 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187984 187984 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1213356 1213613 257 0.0
.debug_aranges 111208 111240 32 0.0
.debug_frame 376088 376208 120 0.0
.debug_info 26453222 26472229 19007 0.1
.debug_line 3677994 3682577 4583 0.1
.debug_loc 3561142 3568073 6931 0.2
.debug_ranges 336976 338880 1904 0.6
.debug_str 3416484 3416948 464 0.0
.heap 842696 842696 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 535089 535429 340 0.1
.symtab 408080 408272 192 0.0
.text 1486736 1488056 1320 0.1
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850928 850928 0 0.0
(read/write) 1603028 1604340 1312 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179960 179960 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1048175 1048432 257 0.0
.debug_aranges 103384 103416 32 0.0
.debug_frame 346356 346476 120 0.0
.debug_info 21915392 2193439 19007 0.1
.debug_line 3248459 3253006 4547 0.1
.debug_loc 3259468 3266366 6898 0.2
.debug_ranges 302448 304352 1904 0.6
.debug_str 3221750 3222214 464 0.0
.heap 850928 850928 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 468388 468728 340 0.1
.symtab 375168 375360 192 0.1
.text 1412224 1413536 1312 0.1
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845896 845896 0 0.0
(read/write) 1640716 1642028 1312 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184976 184976 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1055610 1055867 257 0.0
.debug_aranges 104056 104088 32 0.0
.debug_frame 349184 349304 120 0.0
.debug_info 22295177 22314182 19005 0.1
.debug_line 3257280 3261815 4535 0.1
.debug_loc 3299322 3306235 6913 0.2
.debug_ranges 305792 307696 1904 0.6
.debug_str 3249171 3249635 464 0.0
.heap 845896 845896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 474591 474931 340 0.1
.symtab 378352 378544 192 0.1
.text 1444880 1446192 1312 0.1
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1129284 1129980 696 0.1
.bss 106112 106112 0 0.0
.data 1028 1028 0 0.0
.text 576380 577076 696 0.1
lock-app qpg6105+debug (read/write) 1100264 1100976 712 0.1
.bss 102344 102344 0 0.0
.data 1032 1032 0 0.0
.text 547364 548076 712 0.1
telink light-switch-app tlsr9518adk80d (read/write) 812168 812960 792 0.1
bss 71372 71372 0 0.0
noinit 43488 43488 0 0.0
text 573710 574346 636 0.1
lighting-app tlsr9518adk80d (read/write) 834072 834864 792 0.1
bss 72228 72228 0 0.0
noinit 43488 43488 0 0.0
text 591838 592476 638 0.1
ota-requestor-app tlsr9518adk80d (read/write) 842316 843116 800 0.1
bss 73136 73136 0 0.0
noinit 43488 43488 0 0.0
text 598102 598738 636 0.1

@yunhanw-google yunhanw-google force-pushed the feature/prevent-sub-with-no-acl branch 2 times, most recently from 0fa33e6 to b8b83d6 Compare September 7, 2022 19:36
@github-actions
Copy link

github-actions bot commented Sep 7, 2022

PR #22349: Size comparison from 383c416 to b8b83d6

Increases above 0.2%:

platform target config section 383c416 b8b83d6 change % change
psoc6 all-clusters cy8ckit_062s2_43012 .debug_ranges 338360 340264 1904 0.6
all-clusters-minimal cy8ckit_062s2_43012 .debug_ranges 336976 338880 1904 0.6
light cy8ckit_062s2_43012 .debug_ranges 302448 304352 1904 0.6
lock cy8ckit_062s2_43012 .debug_ranges 305792 307696 1904 0.6
Increases (44 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, psoc6, qpg, telink)
platform target config section 383c416 b8b83d6 change % change
bl602 lighting-app bl602 (read/write) 1410290 1411758 1468 0.1
.text 1065690 1066994 1304 0.1
bl602+rpc (read/write) 1455486 1457210 1724 0.1
.text 1097038 1098596 1558 0.1
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 675431 676127 696 0.1
.rodata 89223 89383 160 0.2
.text 585896 586432 536 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 640151 640847 696 0.1
.rodata 78375 78535 160 0.2
.text 561456 561992 536 0.1
lock-ftd LP_CC2652R7 (read only) 676483 677203 720 0.1
.rodata 77075 77235 160 0.2
.text 598928 599488 560 0.1
lock-mtd LP_CC2652R7 (read only) 659483 660187 704 0.1
.rodata 102355 102515 160 0.2
.text 556648 557192 544 0.1
pump-app LP_CC2652R7 (read only) 685343 686039 696 0.1
.rodata 90103 90263 160 0.2
.text 594756 595292 536 0.1
pump-controller-app LP_CC2652R7 (read only) 669835 670523 688 0.1
.rodata 85659 85819 160 0.2
.text 583696 584224 528 0.1
shell LP_CC2652R7 (read only) 666090 666794 704 0.1
.rodata 85778 85938 160 0.2
.text 579996 580540 544 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 587002 587394 392 0.1
.app_xip_area 463660 464052 392 0.1
lock cyw930739m2evb_01 (read/write) 592738 593146 408 0.1
.app_xip_area 464612 465020 408 0.1
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599914 600618 704 0.1
.app_xip_area 477292 477996 704 0.1
efr32 lighting-app BRD4161A (read/write) 1108624 1109944 1320 0.1
.text 970200 971520 1320 0.1
BRD4161A+rpc (read/write) 972316 973020 704 0.1
.text 819200 819904 704 0.1
BRD4161A+rs911x (read/write) 1002056 1003384 1328 0.1
.text 830804 832132 1328 0.2
lock-app BRD4161A+wf200 (read/write) 1150180 1150884 704 0.1
.text 995840 996544 704 0.1
window-app BRD4161A (read/write) 1099856 1101176 1320 0.1
.text 959968 961288 1320 0.1
esp32 all-clusters-app c3devkit (read only) 1033930 1034616 686 0.1
(read/write) 1493566 1493734 168 0.0
.flash.rodata 218080 218248 168 0.1
.flash.text 1033930 1034616 686 0.1
m5stack (read only) 1086511 1087167 656 0.1
(read/write) 490860 491004 144 0.0
.flash.rodata 247400 247544 144 0.1
.flash.text 1081127 1081783 656 0.1
k32w light k32w0+release (read/write) 648268 648828 560 0.1
.text 572760 573320 560 0.1
lock k32w0+release (read/write) 705312 706016 704 0.1
.text 629348 630052 704 0.1
linux all-clusters-app debug (read only) 3046537 3048361 1824 0.1
.rodata 275659 275851 192 0.1
.text 2591442 2593074 1632 0.1
all-clusters-minimal-app debug (read only) 2882401 2884193 1792 0.1
.rodata 275883 276043 160 0.1
.text 2429858 2431490 1632 0.1
bridge-app debug+rpc (read only) 2380137 2381929 1792 0.1
.rodata 204520 204680 160 0.1
.text 2012706 2014338 1632 0.1
chip-tool debug (read only) 10956737 10958529 1792 0.0
.rodata 570293 570453 160 0.0
.text 8865220 8866852 1632 0.0
chip-tool-ipv6only arm64 (read only) 10329660 10331468 1808 0.0
(read/write) 705601 705649 48 0.0
.data.rel.ro 649976 650024 48 0.0
.rodata 499948 500092 144 0.0
.text 8176692 8178308 1616 0.0
lighting-app debug+rpc (read only) 2605529 2607337 1808 0.1
.rodata 221328 221488 160 0.1
.text 2213010 2214658 1648 0.1
lock-app debug (read only) 2588545 2590337 1792 0.1
.rodata 238352 238512 160 0.1
.text 2183250 2184882 1632 0.1
ota-provider-app debug (read only) 2365801 2367593 1792 0.1
.rodata 210328 210488 160 0.1
.text 1991714 1993346 1632 0.1
ota-requestor-app debug (read only) 2531129 2532921 1792 0.1
.rodata 217152 217312 160 0.1
.text 2141074 2142706 1632 0.1
shell debug (read only) 2614873 2616665 1792 0.1
.rodata 235794 235954 160 0.1
.text 2220370 2222002 1632 0.1
thermostat-no-ble arm64 (read only) 2364244 2366068 1824 0.1
(read/write) 141857 141905 48 0.0
.data.rel.ro 76112 76160 48 0.1
.rodata 141356 141516 160 0.1
.text 1984848 1986464 1616 0.1
tv-app debug (read only) 3198753 3200545 1792 0.1
.rodata 260584 260744 160 0.1
.text 2747778 2749410 1632 0.1
tv-casting-app debug (read only) 5516345 5518137 1792 0.0
.rodata 345969 346129 160 0.0
.text 4898066 4899698 1632 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2455136 2455224 88 0.0
.text 1417780 1417868 88 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1742572 1743908 1336 0.1
.debug_abbrev 1221517 1221774 257 0.0
.debug_aranges 111736 111768 32 0.0
.debug_frame 373008 373128 120 0.0
.debug_info 26716599 26735606 19007 0.1
.debug_line 3657478 3662037 4559 0.1
.debug_loc 3573505 3580436 6931 0.2
.debug_ranges 338360 340264 1904 0.6
.debug_str 3427479 3427943 464 0.0
.strtab 570615 570955 340 0.1
.symtab 421488 421680 192 0.0
.text 1542800 1544136 1336 0.1
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1685772 1687092 1320 0.1
.debug_abbrev 1213356 1213613 257 0.0
.debug_aranges 111208 111240 32 0.0
.debug_frame 376088 376208 120 0.0
.debug_info 26453222 26472228 19006 0.1
.debug_line 3677994 3682577 4583 0.1
.debug_loc 3561142 3568073 6931 0.2
.debug_ranges 336976 338880 1904 0.6
.debug_str 3416484 3416948 464 0.0
.strtab 535089 535429 340 0.1
.symtab 408080 408272 192 0.0
.text 1486736 1488056 1320 0.1
light cy8ckit_062s2_43012 (read/write) 1603028 1604340 1312 0.1
.debug_abbrev 1048175 1048432 257 0.0
.debug_aranges 103384 103416 32 0.0
.debug_frame 346356 346476 120 0.0
.debug_info 21915392 21934398 19006 0.1
.debug_line 3248459 3253006 4547 0.1
.debug_loc 3259468 3266366 6898 0.2
.debug_ranges 302448 304352 1904 0.6
.debug_str 3221750 3222214 464 0.0
.strtab 468388 468728 340 0.1
.symtab 375168 375360 192 0.1
.text 1412224 1413536 1312 0.1
lock cy8ckit_062s2_43012 (read/write) 1640716 1642028 1312 0.1
.debug_abbrev 1055610 1055867 257 0.0
.debug_aranges 104056 104088 32 0.0
.debug_frame 349184 349304 120 0.0
.debug_info 22295177 22314184 19007 0.1
.debug_line 3257280 3261815 4535 0.1
.debug_loc 3299322 3306235 6913 0.2
.debug_ranges 305792 307696 1904 0.6
.debug_str 3249171 3249635 464 0.0
.strtab 474591 474931 340 0.1
.symtab 378352 378544 192 0.1
.text 1444880 1446192 1312 0.1
qpg lighting-app qpg6105+debug (read/write) 1129284 1129980 696 0.1
.text 576380 577076 696 0.1
lock-app qpg6105+debug (read/write) 1100264 1100976 712 0.1
.text 547364 548076 712 0.1
telink light-switch-app tlsr9518adk80d (read/write) 812168 812968 800 0.1
text 573710 574350 640 0.1
lighting-app tlsr9518adk80d (read/write) 834072 834872 800 0.1
text 591838 592480 642 0.1
ota-requestor-app tlsr9518adk80d (read/write) 842316 843116 800 0.1
text 598102 598742 640 0.1
Decreases (6 builds for cc13x2_26x2)
platform target config section 383c416 b8b83d6 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 175976 175280 -696 -0.4
lock-ftd LP_CC2652R7 (read/write) 165236 164516 -720 -0.4
lock-mtd LP_CC2652R7 (read/write) 177924 177220 -704 -0.4
pump-app LP_CC2652R7 (read/write) 157080 156384 -696 -0.4
pump-controller-app LP_CC2652R7 (read/write) 172700 172012 -688 -0.4
shell LP_CC2652R7 (read/write) 180836 180132 -704 -0.4
Full report (44 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, psoc6, qpg, telink)
platform target config section 383c416 b8b83d6 change % change
bl602 lighting-app bl602 (read/write) 1410290 1411758 1468 0.1
.bss 121585 121585 0 0.0
.data 9816 9816 0 0.0
.text 1065690 1066994 1304 0.1
bl602+rpc (read/write) 1455486 1457210 1724 0.1
.bss 129017 129017 0 0.0
.data 10200 10200 0 0.0
.text 1097038 1098596 1558 0.1
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 675431 676127 696 0.1
(read/write) 175976 175280 -696 -0.4
.bss 74300 74300 0 0.0
.data 3380 3380 0 0.0
.rodata 89223 89383 160 0.2
.text 585896 586432 536 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 640151 640847 696 0.1
(read/write) 157868 157868 0 0.0
.bss 73572 73572 0 0.0
.data 3380 3380 0 0.0
.rodata 78375 78535 160 0.2
.text 561456 561992 536 0.1
lock-ftd LP_CC2652R7 (read only) 676483 677203 720 0.1
(read/write) 165236 164516 -720 -0.4
.bss 71500 71500 0 0.0
.data 3304 3304 0 0.0
.rodata 77075 77235 160 0.2
.text 598928 599488 560 0.1
lock-mtd LP_CC2652R7 (read only) 659483 660187 704 0.1
(read/write) 177924 177220 -704 -0.4
.bss 67188 67188 0 0.0
.data 3304 3304 0 0.0
.rodata 102355 102515 160 0.2
.text 556648 557192 544 0.1
pump-app LP_CC2652R7 (read only) 685343 686039 696 0.1
(read/write) 157080 156384 -696 -0.4
.bss 71436 71436 0 0.0
.data 3296 3296 0 0.0
.rodata 90103 90263 160 0.2
.text 594756 595292 536 0.1
pump-controller-app LP_CC2652R7 (read only) 669835 670523 688 0.1
(read/write) 172700 172012 -688 -0.4
.bss 71548 71548 0 0.0
.data 3292 3292 0 0.0
.rodata 85659 85819 160 0.2
.text 583696 584224 528 0.1
shell LP_CC2652R7 (read only) 666090 666794 704 0.1
(read/write) 180836 180132 -704 -0.4
.bss 76620 76620 0 0.0
.data 3376 3376 0 0.0
.rodata 85778 85938 160 0.2
.text 579996 580540 544 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 587002 587394 392 0.1
.app_xip_area 463660 464052 392 0.1
.bss 65776 65776 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592738 593146 408 0.1
.app_xip_area 464612 465020 408 0.1
.bss 70560 70560 0 0.0
.data 748 748 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599914 600618 704 0.1
.app_xip_area 477292 477996 704 0.1
.bss 65088 65088 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1108624 1109944 1320 0.1
.bss 136332 136332 0 0.0
.data 2072 2072 0 0.0
.text 970200 971520 1320 0.1
BRD4161A+rpc (read/write) 972316 973020 704 0.1
.bss 150844 150844 0 0.0
.data 2252 2252 0 0.0
.text 819200 819904 704 0.1
BRD4161A+rs911x (read/write) 1002056 1003384 1328 0.1
.bss 169168 169168 0 0.0
.data 2064 2064 0 0.0
.text 830804 832132 1328 0.2
lock-app BRD4161A+wf200 (read/write) 1150180 1150884 704 0.1
.bss 152248 152248 0 0.0
.data 2072 2072 0 0.0
.text 995840 996544 704 0.1
window-app BRD4161A (read/write) 1099856 1101176 1320 0.1
.bss 137772 137772 0 0.0
.data 2096 2096 0 0.0
.text 959968 961288 1320 0.1
esp32 all-clusters-app c3devkit (read only) 1033930 1034616 686 0.1
(read/write) 1493566 1493734 168 0.0
.dram0.bss 71120 71120 0 0.0
.dram0.data 13696 13696 0 0.0
.flash.rodata 218080 218248 168 0.1
.flash.text 1033930 1034616 686 0.1
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1086511 1087167 656 0.1
(read/write) 490860 491004 144 0.0
.dram0.bss 76640 76640 0 0.0
.dram0.data 34152 34152 0 0.0
.flash.rodata 247400 247544 144 0.1
.flash.text 1081127 1081783 656 0.1
.iram0.text 123939 123939 0 0.0
k32w light k32w0+release (read/write) 648268 648828 560 0.1
.bss 70712 70712 0 0.0
.data 2068 2068 0 0.0
.text 572760 573320 560 0.1
lock k32w0+release (read/write) 705312 706016 704 0.1
.bss 71160 71160 0 0.0
.data 2076 2076 0 0.0
.text 629348 630052 704 0.1
linux all-clusters-app debug (read only) 3046537 3048361 1824 0.1
(read/write) 156064 156064 0 0.0
.bss 61824 61824 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 85768 85768 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 275659 275851 192 0.1
.text 2591442 2593074 1632 0.1
all-clusters-minimal-app debug (read only) 2882401 2884193 1792 0.1
(read/write) 147664 147664 0 0.0
.bss 61056 61056 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 78264 78264 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 275883 276043 160 0.1
.text 2429858 2431490 1632 0.1
bridge-app debug+rpc (read only) 2380137 2381929 1792 0.1
(read/write) 127752 127752 0 0.0
.bss 50656 50656 0 0.0
.data 3600 3600 0 0.0
.data.rel.ro 67640 67640 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 204520 204680 160 0.1
.text 2012706 2014338 1632 0.1
chip-tool debug (read only) 10956737 10958529 1792 0.0
(read/write) 657736 657736 0 0.0
.bss 26072 26072 0 0.0
.data 2690 2690 0 0.0
.data.rel.ro 622456 622456 0 0.0
.dynamic 608 608 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 570293 570453 160 0.0
.text 8865220 8866852 1632 0.0
chip-tool-ipv6only arm64 (read only) 10329660 10331468 1808 0.0
(read/write) 705601 705649 48 0.0
.bss 33937 33937 0 0.0
.data 2856 2856 0 0.0
.data.rel.ro 649976 650024 48 0.0
.dynamic 560 560 0 0.0
.got 13864 13864 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 499948 500092 144 0.0
.text 8176692 8178308 1616 0.0
lighting-app debug+rpc (read only) 2605529 2607337 1808 0.1
(read/write) 130536 130536 0 0.0
.bss 49792 49792 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72680 72680 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 221328 221488 160 0.1
.text 2213010 2214658 1648 0.1
lock-app debug (read only) 2588545 2590337 1792 0.1
(read/write) 125712 125712 0 0.0
.bss 48288 48288 0 0.0
.data 1712 1712 0 0.0
.data.rel.ro 69688 69688 0 0.0
.dynamic 608 608 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 238352 238512 160 0.1
.text 2183250 2184882 1632 0.1
ota-provider-app debug (read only) 2365801 2367593 1792 0.1
(read/write) 119144 119144 0 0.0
.bss 47808 47808 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 63512 63512 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 210328 210488 160 0.1
.text 1991714 1993346 1632 0.1
ota-requestor-app debug (read only) 2531129 2532921 1792 0.1
(read/write) 127552 127552 0 0.0
.bss 50368 50368 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 68920 68920 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 217152 217312 160 0.1
.text 2141074 2142706 1632 0.1
shell debug (read only) 2614873 2616665 1792 0.1
(read/write) 142184 142184 0 0.0
.bss 57704 57704 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 77376 77376 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 235794 235954 160 0.1
.text 2220370 2222002 1632 0.1
thermostat-no-ble arm64 (read only) 2364244 2366068 1824 0.1
(read/write) 141857 141905 48 0.0
.bss 55233 55233 0 0.0
.data 1680 1680 0 0.0
.data.rel.ro 76112 76160 48 0.1
.dynamic 560 560 0 0.0
.got 5056 5056 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 141356 141516 160 0.1
.text 1984848 1986464 1616 0.1
tv-app debug (read only) 3198753 3200545 1792 0.1
(read/write) 258392 258392 0 0.0
.bss 168152 168152 0 0.0
.data 4144 4144 0 0.0
.data.rel.ro 79520 79520 0 0.0
.dynamic 608 608 0 0.0
.got 4856 4856 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 260584 260744 160 0.1
.text 2747778 2749410 1632 0.1
tv-casting-app debug (read only) 5516345 5518137 1792 0.0
(read/write) 160888 160888 0 0.0
.bss 52120 52120 0 0.0
.data 1824 1824 0 0.0
.data.rel.ro 100488 100488 0 0.0
.dynamic 608 608 0 0.0
.got 4776 4776 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 345969 346129 160 0.0
.text 4898066 4899698 1632 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2455136 2455224 88 0.0
.bss 215044 215044 0 0.0
.data 5872 5872 0 0.0
.text 1417780 1417868 88 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841960 841960 0 0.0
(read/write) 1742572 1743908 1336 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188720 188720 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1221517 1221774 257 0.0
.debug_aranges 111736 111768 32 0.0
.debug_frame 373008 373128 120 0.0
.debug_info 26716599 26735606 19007 0.1
.debug_line 3657478 3662037 4559 0.1
.debug_loc 3573505 3580436 6931 0.2
.debug_ranges 338360 340264 1904 0.6
.debug_str 3427479 3427943 464 0.0
.heap 841960 841960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 570615 570955 340 0.1
.symtab 421488 421680 192 0.0
.text 0 0 0 0.0
1542800 1544136 1336 0.1
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842696 842696 0 0.0
(read/write) 1685772 1687092 1320 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187984 187984 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1213356 1213613 257 0.0
.debug_aranges 111208 111240 32 0.0
.debug_frame 376088 376208 120 0.0
.debug_info 26453222 26472228 19006 0.1
.debug_line 3677994 3682577 4583 0.1
.debug_loc 3561142 3568073 6931 0.2
.debug_ranges 336976 338880 1904 0.6
.debug_str 3416484 3416948 464 0.0
.heap 842696 842696 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 535089 535429 340 0.1
.symtab 408080 408272 192 0.0
.text 1486736 1488056 1320 0.1
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850928 850928 0 0.0
(read/write) 1603028 1604340 1312 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179960 179960 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1048175 1048432 257 0.0
.debug_aranges 103384 103416 32 0.0
.debug_frame 346356 346476 120 0.0
.debug_info 21915392 21934398 19006 0.1
.debug_line 3248459 3253006 4547 0.1
.debug_loc 3259468 3266366 6898 0.2
.debug_ranges 302448 304352 1904 0.6
.debug_str 3221750 3222214 464 0.0
.heap 850928 850928 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 468388 468728 340 0.1
.symtab 375168 375360 192 0.1
.text 1412224 1413536 1312 0.1
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845896 845896 0 0.0
(read/write) 1640716 1642028 1312 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184976 184976 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1055610 1055867 257 0.0
.debug_aranges 104056 104088 32 0.0
.debug_frame 349184 349304 120 0.0
.debug_info 22295177 22314184 19007 0.1
.debug_line 3257280 3261815 4535 0.1
.debug_loc 3299322 3306235 6913 0.2
.debug_ranges 305792 307696 1904 0.6
.debug_str 3249171 3249635 464 0.0
.heap 845896 845896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 474591 474931 340 0.1
.symtab 378352 378544 192 0.1
.text 1444880 1446192 1312 0.1
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1129284 1129980 696 0.1
.bss 106112 106112 0 0.0
.data 1028 1028 0 0.0
.text 576380 577076 696 0.1
lock-app qpg6105+debug (read/write) 1100264 1100976 712 0.1
.bss 102344 102344 0 0.0
.data 1032 1032 0 0.0
.text 547364 548076 712 0.1
telink light-switch-app tlsr9518adk80d (read/write) 812168 812968 800 0.1
bss 71372 71372 0 0.0
noinit 43488 43488 0 0.0
text 573710 574350 640 0.1
lighting-app tlsr9518adk80d (read/write) 834072 834872 800 0.1
bss 72228 72228 0 0.0
noinit 43488 43488 0 0.0
text 591838 592480 642 0.1
ota-requestor-app tlsr9518adk80d (read/write) 842316 843116 800 0.1
bss 73136 73136 0 0.0
noinit 43488 43488 0 0.0
text 598102 598742 640 0.1

@yunhanw-google yunhanw-google force-pushed the feature/prevent-sub-with-no-acl branch 3 times, most recently from 6b15d05 to 61a2830 Compare September 8, 2022 01:03
@github-actions
Copy link

github-actions bot commented Sep 8, 2022

PR #22349: Size comparison from b4505ac to 61a2830

Increases above 0.2%:

platform target config section b4505ac 61a2830 change % change
psoc6 all-clusters cy8ckit_062s2_43012 .debug_ranges 338360 340264 1904 0.6
all-clusters-minimal cy8ckit_062s2_43012 .debug_ranges 336976 338880 1904 0.6
light cy8ckit_062s2_43012 .debug_loc 3259468 3266366 6898 0.2
.debug_ranges 302448 304352 1904 0.6
lock cy8ckit_062s2_43012 .debug_loc 3299322 3306235 6913 0.2
.debug_ranges 305792 307696 1904 0.6
Increases (31 builds for bl602, cc13x2_26x2, cyw30739, efr32, k32w, linux, mbed, psoc6, qpg, telink)
platform target config section b4505ac 61a2830 change % change
bl602 lighting-app bl602 (read/write) 1410290 1411750 1460 0.1
.text 1065690 1066992 1302 0.1
bl602+rpc (read/write) 1455486 1457210 1724 0.1
.text 1097038 1098596 1558 0.1
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 675431 676127 696 0.1
.rodata 89223 89383 160 0.2
.text 585896 586432 536 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 640151 640847 696 0.1
.rodata 78375 78535 160 0.2
.text 561456 561992 536 0.1
lock-ftd LP_CC2652R7 (read only) 676483 677203 720 0.1
.rodata 77075 77235 160 0.2
.text 598928 599488 560 0.1
lock-mtd LP_CC2652R7 (read only) 659483 660187 704 0.1
.rodata 102355 102515 160 0.2
.text 556648 557192 544 0.1
pump-app LP_CC2652R7 (read only) 685343 686039 696 0.1
.rodata 90103 90263 160 0.2
.text 594756 595292 536 0.1
pump-controller-app LP_CC2652R7 (read only) 669835 670531 696 0.1
.rodata 85659 85819 160 0.2
.text 583696 584232 536 0.1
shell LP_CC2652R7 (read only) 666090 666794 704 0.1
.rodata 85778 85938 160 0.2
.text 579996 580540 544 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 587002 587394 392 0.1
.app_xip_area 463660 464052 392 0.1
lock cyw930739m2evb_01 (read/write) 592738 593146 408 0.1
.app_xip_area 464612 465020 408 0.1
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599914 600618 704 0.1
.app_xip_area 477292 477996 704 0.1
efr32 lighting-app BRD4161A (read/write) 1108624 1109944 1320 0.1
.text 970200 971520 1320 0.1
BRD4161A+rpc (read/write) 972316 973004 688 0.1
.text 819200 819888 688 0.1
BRD4161A+rs911x (read/write) 1002056 1003384 1328 0.1
.text 830804 832132 1328 0.2
lock-app BRD4161A+wf200 (read/write) 1150180 1150884 704 0.1
.text 995840 996544 704 0.1
window-app BRD4161A (read/write) 1099856 1101176 1320 0.1
.text 959968 961288 1320 0.1
k32w light k32w0+release (read/write) 648268 648828 560 0.1
.text 572760 573320 560 0.1
lock k32w0+release (read/write) 705312 706016 704 0.1
.text 629348 630052 704 0.1
linux chip-tool-ipv6only arm64 (read only) 10329660 10331468 1808 0.0
(read/write) 705601 705649 48 0.0
.data.rel.ro 649976 650024 48 0.0
.rodata 499948 500092 144 0.0
.text 8176692 8178308 1616 0.0
thermostat-no-ble arm64 (read only) 2364244 2366068 1824 0.1
(read/write) 141857 141905 48 0.0
.data.rel.ro 76112 76160 48 0.1
.rodata 141356 141516 160 0.1
.text 1984848 1986464 1616 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2455136 2455224 88 0.0
.text 1417780 1417868 88 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1742572 1743908 1336 0.1
.debug_abbrev 1221517 1221774 257 0.0
.debug_aranges 111736 111768 32 0.0
.debug_frame 373008 373128 120 0.0
.debug_info 26716599 26735604 19005 0.1
.debug_line 3657478 3662037 4559 0.1
.debug_loc 3573505 3580436 6931 0.2
.debug_ranges 338360 340264 1904 0.6
.debug_str 3427479 3427943 464 0.0
.strtab 570615 570955 340 0.1
.symtab 421488 421680 192 0.0
.text 1542800 1544136 1336 0.1
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1685772 1687092 1320 0.1
.debug_abbrev 1213356 1213613 257 0.0
.debug_aranges 111208 111240 32 0.0
.debug_frame 376088 376208 120 0.0
.debug_info 26453222 26472228 19006 0.1
.debug_line 3677994 3682577 4583 0.1
.debug_loc 3561142 3568073 6931 0.2
.debug_ranges 336976 338880 1904 0.6
.debug_str 3416484 3416948 464 0.0
.strtab 535089 535429 340 0.1
.symtab 408080 408272 192 0.0
.text 1486736 1488056 1320 0.1
light cy8ckit_062s2_43012 (read/write) 1603028 1604340 1312 0.1
.debug_abbrev 1048175 1048432 257 0.0
.debug_aranges 103384 103416 32 0.0
.debug_frame 346356 346476 120 0.0
.debug_info 21915393 2193439 19006 0.1
.debug_line 3248459 3253006 4547 0.1
.debug_loc 3259468 3266366 6898 0.2
.debug_ranges 302448 304352 1904 0.6
.debug_str 3221750 3222214 464 0.0
.strtab 468388 468728 340 0.1
.symtab 375168 375360 192 0.1
.text 1412224 1413536 1312 0.1
lock cy8ckit_062s2_43012 (read/write) 1640716 1642028 1312 0.1
.debug_abbrev 1055610 1055867 257 0.0
.debug_aranges 104056 104088 32 0.0
.debug_frame 349184 349304 120 0.0
.debug_info 22295179 22314182 19003 0.1
.debug_line 3257280 3261815 4535 0.1
.debug_loc 3299322 3306235 6913 0.2
.debug_ranges 305792 307696 1904 0.6
.debug_str 3249171 3249635 464 0.0
.strtab 474591 474931 340 0.1
.symtab 378352 378544 192 0.1
.text 1444880 1446192 1312 0.1
qpg lighting-app qpg6105+debug (read/write) 1129284 1129980 696 0.1
.text 576380 577076 696 0.1
lock-app qpg6105+debug (read/write) 1100264 1100976 712 0.1
.text 547364 548076 712 0.1
telink light-switch-app tlsr9518adk80d (read/write) 812168 812960 792 0.1
text 573714 574348 634 0.1
lighting-app tlsr9518adk80d (read/write) 834072 834872 800 0.1
text 591842 592478 636 0.1
ota-requestor-app tlsr9518adk80d (read/write) 842316 843116 800 0.1
text 598104 598740 636 0.1
Decreases (6 builds for cc13x2_26x2)
platform target config section b4505ac 61a2830 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 175976 175280 -696 -0.4
lock-ftd LP_CC2652R7 (read/write) 165236 164516 -720 -0.4
lock-mtd LP_CC2652R7 (read/write) 177924 177220 -704 -0.4
pump-app LP_CC2652R7 (read/write) 157080 156384 -696 -0.4
pump-controller-app LP_CC2652R7 (read/write) 172700 172004 -696 -0.4
shell LP_CC2652R7 (read/write) 180836 180132 -704 -0.4
Full report (31 builds for bl602, cc13x2_26x2, cyw30739, efr32, k32w, linux, mbed, psoc6, qpg, telink)
platform target config section b4505ac 61a2830 change % change
bl602 lighting-app bl602 (read/write) 1410290 1411750 1460 0.1
.bss 121585 121585 0 0.0
.data 9816 9816 0 0.0
.text 1065690 1066992 1302 0.1
bl602+rpc (read/write) 1455486 1457210 1724 0.1
.bss 129017 129017 0 0.0
.data 10200 10200 0 0.0
.text 1097038 1098596 1558 0.1
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 675431 676127 696 0.1
(read/write) 175976 175280 -696 -0.4
.bss 74300 74300 0 0.0
.data 3380 3380 0 0.0
.rodata 89223 89383 160 0.2
.text 585896 586432 536 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 640151 640847 696 0.1
(read/write) 157868 157868 0 0.0
.bss 73572 73572 0 0.0
.data 3380 3380 0 0.0
.rodata 78375 78535 160 0.2
.text 561456 561992 536 0.1
lock-ftd LP_CC2652R7 (read only) 676483 677203 720 0.1
(read/write) 165236 164516 -720 -0.4
.bss 71500 71500 0 0.0
.data 3304 3304 0 0.0
.rodata 77075 77235 160 0.2
.text 598928 599488 560 0.1
lock-mtd LP_CC2652R7 (read only) 659483 660187 704 0.1
(read/write) 177924 177220 -704 -0.4
.bss 67188 67188 0 0.0
.data 3304 3304 0 0.0
.rodata 102355 102515 160 0.2
.text 556648 557192 544 0.1
pump-app LP_CC2652R7 (read only) 685343 686039 696 0.1
(read/write) 157080 156384 -696 -0.4
.bss 71436 71436 0 0.0
.data 3296 3296 0 0.0
.rodata 90103 90263 160 0.2
.text 594756 595292 536 0.1
pump-controller-app LP_CC2652R7 (read only) 669835 670531 696 0.1
(read/write) 172700 172004 -696 -0.4
.bss 71548 71548 0 0.0
.data 3292 3292 0 0.0
.rodata 85659 85819 160 0.2
.text 583696 584232 536 0.1
shell LP_CC2652R7 (read only) 666090 666794 704 0.1
(read/write) 180836 180132 -704 -0.4
.bss 76620 76620 0 0.0
.data 3376 3376 0 0.0
.rodata 85778 85938 160 0.2
.text 579996 580540 544 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 587002 587394 392 0.1
.app_xip_area 463660 464052 392 0.1
.bss 65776 65776 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592738 593146 408 0.1
.app_xip_area 464612 465020 408 0.1
.bss 70560 70560 0 0.0
.data 748 748 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599914 600618 704 0.1
.app_xip_area 477292 477996 704 0.1
.bss 65088 65088 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1108624 1109944 1320 0.1
.bss 136332 136332 0 0.0
.data 2072 2072 0 0.0
.text 970200 971520 1320 0.1
BRD4161A+rpc (read/write) 972316 973004 688 0.1
.bss 150844 150844 0 0.0
.data 2252 2252 0 0.0
.text 819200 819888 688 0.1
BRD4161A+rs911x (read/write) 1002056 1003384 1328 0.1
.bss 169168 169168 0 0.0
.data 2064 2064 0 0.0
.text 830804 832132 1328 0.2
lock-app BRD4161A+wf200 (read/write) 1150180 1150884 704 0.1
.bss 152248 152248 0 0.0
.data 2072 2072 0 0.0
.text 995840 996544 704 0.1
window-app BRD4161A (read/write) 1099856 1101176 1320 0.1
.bss 137772 137772 0 0.0
.data 2096 2096 0 0.0
.text 959968 961288 1320 0.1
k32w light k32w0+release (read/write) 648268 648828 560 0.1
.bss 70712 70712 0 0.0
.data 2068 2068 0 0.0
.text 572760 573320 560 0.1
lock k32w0+release (read/write) 705312 706016 704 0.1
.bss 71160 71160 0 0.0
.data 2076 2076 0 0.0
.text 629348 630052 704 0.1
linux chip-tool-ipv6only arm64 (read only) 10329660 10331468 1808 0.0
(read/write) 705601 705649 48 0.0
.bss 33937 33937 0 0.0
.data 2856 2856 0 0.0
.data.rel.ro 649976 650024 48 0.0
.dynamic 560 560 0 0.0
.got 13864 13864 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 499948 500092 144 0.0
.text 8176692 8178308 1616 0.0
thermostat-no-ble arm64 (read only) 2364244 2366068 1824 0.1
(read/write) 141857 141905 48 0.0
.bss 55233 55233 0 0.0
.data 1680 1680 0 0.0
.data.rel.ro 76112 76160 48 0.1
.dynamic 560 560 0 0.0
.got 5056 5056 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 141356 141516 160 0.1
.text 1984848 1986464 1616 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2455136 2455224 88 0.0
.bss 215044 215044 0 0.0
.data 5872 5872 0 0.0
.text 1417780 1417868 88 0.0
psoc6 all-clusters cy8ckit_062s2_43012 0 0 0 0.0
(read only) 841960 841960 0 0.0
(read/write) 1742572 1743908 1336 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188720 188720 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1221517 1221774 257 0.0
.debug_aranges 111736 111768 32 0.0
.debug_frame 373008 373128 120 0.0
.debug_info 26716599 26735604 19005 0.1
.debug_line 3657478 3662037 4559 0.1
.debug_loc 3573505 3580436 6931 0.2
.debug_ranges 338360 340264 1904 0.6
.debug_str 3427479 3427943 464 0.0
.heap 841960 841960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 570615 570955 340 0.1
.symtab 421488 421680 192 0.0
.text 1542800 1544136 1336 0.1
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 0 0 0 0.0
(read only) 842696 842696 0 0.0
(read/write) 1685772 1687092 1320 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187984 187984 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1213356 1213613 257 0.0
.debug_aranges 111208 111240 32 0.0
.debug_frame 376088 376208 120 0.0
.debug_info 26453222 26472228 19006 0.1
.debug_line 3677994 3682577 4583 0.1
.debug_loc 3561142 3568073 6931 0.2
.debug_ranges 336976 338880 1904 0.6
.debug_str 3416484 3416948 464 0.0
.heap 842696 842696 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 535089 535429 340 0.1
.symtab 408080 408272 192 0.0
.text 1486736 1488056 1320 0.1
.zero.table 8 8 0 0.0
light cy8ckit_062s2_43012 0 0 0 0.0
(read only) 850928 850928 0 0.0
(read/write) 1603028 1604340 1312 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179960 179960 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1048175 1048432 257 0.0
.debug_aranges 103384 103416 32 0.0
.debug_frame 346356 346476 120 0.0
.debug_info 21915393 2193439 19006 0.1
.debug_line 3248459 3253006 4547 0.1
.debug_loc 3259468 3266366 6898 0.2
.debug_ranges 302448 304352 1904 0.6
.debug_str 3221750 3222214 464 0.0
.heap 850928 850928 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 468388 468728 340 0.1
.symtab 375168 375360 192 0.1
.text 1412224 1413536 1312 0.1
.zero.table 8 8 0 0.0
lock cy8ckit_062s2_43012 0 0 0 0.0
(read only) 845896 845896 0 0.0
(read/write) 1640716 1642028 1312 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184976 184976 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1055610 1055867 257 0.0
.debug_aranges 104056 104088 32 0.0
.debug_frame 349184 349304 120 0.0
.debug_info 22295179 22314182 19003 0.1
.debug_line 3257280 3261815 4535 0.1
.debug_loc 3299322 3306235 6913 0.2
.debug_ranges 305792 307696 1904 0.6
.debug_str 3249171 3249635 464 0.0
.heap 845896 845896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 474591 474931 340 0.1
.symtab 378352 378544 192 0.1
.text 1444880 1446192 1312 0.1
.zero.table 8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1129284 1129980 696 0.1
.bss 106112 106112 0 0.0
.data 1028 1028 0 0.0
.text 576380 577076 696 0.1
lock-app qpg6105+debug (read/write) 1100264 1100976 712 0.1
.bss 102344 102344 0 0.0
.data 1032 1032 0 0.0
.text 547364 548076 712 0.1
telink light-switch-app tlsr9518adk80d (read/write) 812168 812960 792 0.1
bss 71372 71372 0 0.0
noinit 43488 43488 0 0.0
text 573714 574348 634 0.1
lighting-app tlsr9518adk80d (read/write) 834072 834872 800 0.1
bss 72228 72228 0 0.0
noinit 43488 43488 0 0.0
text 591842 592478 636 0.1
ota-requestor-app tlsr9518adk80d (read/write) 842316 843116 800 0.1
bss 73136 73136 0 0.0
noinit 43488 43488 0 0.0
text 598104 598740 636 0.1

@yunhanw-google yunhanw-google force-pushed the feature/prevent-sub-with-no-acl branch 3 times, most recently from 76c8548 to ba0d804 Compare September 8, 2022 03:29
@github-actions
Copy link

github-actions bot commented Sep 8, 2022

PR #22349: Size comparison from e1966f5 to ba0d804

Increases above 0.2%:

platform target config section e1966f5 ba0d804 change % change
cc13x2_26x2 all-clusters-minimal-app LP_CC2652R7 .rodata 78375 78535 160 0.2
lock-ftd LP_CC2652R7 .rodata 77075 77235 160 0.2
Increases (19 builds for bl602, cc13x2_26x2, k32w, linux, mbed, qpg, telink)
platform target config section e1966f5 ba0d804 change % change
bl602 lighting-app bl602 (read/write) 1410282 1411758 1476 0.1
.text 1065688 1066994 1306 0.1
bl602+rpc (read/write) 1455486 1457210 1724 0.1
.text 1097038 1098598 1560 0.1
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 675431 676127 696 0.1
.rodata 89223 89383 160 0.2
.text 585896 586432 536 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 640151 640847 696 0.1
.rodata 78375 78535 160 0.2
.text 561456 561992 536 0.1
lock-ftd LP_CC2652R7 (read only) 676475 677203 728 0.1
.rodata 77075 77235 160 0.2
.text 598920 599488 568 0.1
lock-mtd LP_CC2652R7 (read only) 659483 660187 704 0.1
.rodata 102355 102515 160 0.2
.text 556648 557192 544 0.1
pump-app LP_CC2652R7 (read only) 685343 686039 696 0.1
.rodata 90103 90263 160 0.2
.text 594756 595292 536 0.1
pump-controller-app LP_CC2652R7 (read only) 669835 670531 696 0.1
.rodata 85659 85819 160 0.2
.text 583696 584232 536 0.1
shell LP_CC2652R7 (read only) 666090 666794 704 0.1
.rodata 85778 85938 160 0.2
.text 579996 580540 544 0.1
k32w light k32w0+release (read/write) 648268 648828 560 0.1
.text 572760 573320 560 0.1
lock k32w0+release (read/write) 705312 706016 704 0.1
.text 629348 630052 704 0.1
linux chip-tool-ipv6only arm64 (read only) 10329660 10331468 1808 0.0
(read/write) 705601 705649 48 0.0
.data.rel.ro 649976 650024 48 0.0
.rodata 499948 500092 144 0.0
.text 8176692 8178308 1616 0.0
thermostat-no-ble arm64 (read only) 2364244 2366068 1824 0.1
(read/write) 141857 141905 48 0.0
.data.rel.ro 76112 76160 48 0.1
.rodata 141356 141516 160 0.1
.text 1984848 1986464 1616 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2455136 2455224 88 0.0
.text 1417780 1417868 88 0.0
qpg lighting-app qpg6105+debug (read/write) 1129284 1129980 696 0.1
.text 576380 577076 696 0.1
lock-app qpg6105+debug (read/write) 1100264 1100976 712 0.1
.text 547364 548076 712 0.1
telink light-switch-app tlsr9518adk80d (read/write) 812168 812960 792 0.1
text 573710 574348 638 0.1
lighting-app tlsr9518adk80d (read/write) 834072 834872 800 0.1
text 591838 592480 642 0.1
ota-requestor-app tlsr9518adk80d (read/write) 842316 843116 800 0.1
text 598102 598740 638 0.1
Decreases (6 builds for cc13x2_26x2)
platform target config section e1966f5 ba0d804 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 175976 175280 -696 -0.4
lock-ftd LP_CC2652R7 (read/write) 165244 164516 -728 -0.4
lock-mtd LP_CC2652R7 (read/write) 177924 177220 -704 -0.4
pump-app LP_CC2652R7 (read/write) 157080 156384 -696 -0.4
pump-controller-app LP_CC2652R7 (read/write) 172700 172004 -696 -0.4
shell LP_CC2652R7 (read/write) 180836 180132 -704 -0.4
Full report (19 builds for bl602, cc13x2_26x2, k32w, linux, mbed, qpg, telink)
platform target config section e1966f5 ba0d804 change % change
bl602 lighting-app bl602 (read/write) 1410282 1411758 1476 0.1
.bss 121585 121585 0 0.0
.data 9816 9816 0 0.0
.text 1065688 1066994 1306 0.1
bl602+rpc (read/write) 1455486 1457210 1724 0.1
.bss 129017 129017 0 0.0
.data 10200 10200 0 0.0
.text 1097038 1098598 1560 0.1
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 675431 676127 696 0.1
(read/write) 175976 175280 -696 -0.4
.bss 74300 74300 0 0.0
.data 3380 3380 0 0.0
.rodata 89223 89383 160 0.2
.text 585896 586432 536 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 640151 640847 696 0.1
(read/write) 157868 157868 0 0.0
.bss 73572 73572 0 0.0
.data 3380 3380 0 0.0
.rodata 78375 78535 160 0.2
.text 561456 561992 536 0.1
lock-ftd LP_CC2652R7 (read only) 676475 677203 728 0.1
(read/write) 165244 164516 -728 -0.4
.bss 71500 71500 0 0.0
.data 3304 3304 0 0.0
.rodata 77075 77235 160 0.2
.text 598920 599488 568 0.1
lock-mtd LP_CC2652R7 (read only) 659483 660187 704 0.1
(read/write) 177924 177220 -704 -0.4
.bss 67188 67188 0 0.0
.data 3304 3304 0 0.0
.rodata 102355 102515 160 0.2
.text 556648 557192 544 0.1
pump-app LP_CC2652R7 (read only) 685343 686039 696 0.1
(read/write) 157080 156384 -696 -0.4
.bss 71436 71436 0 0.0
.data 3296 3296 0 0.0
.rodata 90103 90263 160 0.2
.text 594756 595292 536 0.1
pump-controller-app LP_CC2652R7 (read only) 669835 670531 696 0.1
(read/write) 172700 172004 -696 -0.4
.bss 71548 71548 0 0.0
.data 3292 3292 0 0.0
.rodata 85659 85819 160 0.2
.text 583696 584232 536 0.1
shell LP_CC2652R7 (read only) 666090 666794 704 0.1
(read/write) 180836 180132 -704 -0.4
.bss 76620 76620 0 0.0
.data 3376 3376 0 0.0
.rodata 85778 85938 160 0.2
.text 579996 580540 544 0.1
k32w light k32w0+release (read/write) 648268 648828 560 0.1
.bss 70712 70712 0 0.0
.data 2068 2068 0 0.0
.text 572760 573320 560 0.1
lock k32w0+release (read/write) 705312 706016 704 0.1
.bss 71160 71160 0 0.0
.data 2076 2076 0 0.0
.text 629348 630052 704 0.1
linux chip-tool-ipv6only arm64 (read only) 10329660 10331468 1808 0.0
(read/write) 705601 705649 48 0.0
.bss 33937 33937 0 0.0
.data 2856 2856 0 0.0
.data.rel.ro 649976 650024 48 0.0
.dynamic 560 560 0 0.0
.got 13864 13864 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 499948 500092 144 0.0
.text 8176692 8178308 1616 0.0
thermostat-no-ble arm64 (read only) 2364244 2366068 1824 0.1
(read/write) 141857 141905 48 0.0
.bss 55233 55233 0 0.0
.data 1680 1680 0 0.0
.data.rel.ro 76112 76160 48 0.1
.dynamic 560 560 0 0.0
.got 5056 5056 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 141356 141516 160 0.1
.text 1984848 1986464 1616 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2455136 2455224 88 0.0
.bss 215044 215044 0 0.0
.data 5872 5872 0 0.0
.text 1417780 1417868 88 0.0
qpg lighting-app qpg6105+debug (read/write) 1129284 1129980 696 0.1
.bss 106112 106112 0 0.0
.data 1028 1028 0 0.0
.text 576380 577076 696 0.1
lock-app qpg6105+debug (read/write) 1100264 1100976 712 0.1
.bss 102344 102344 0 0.0
.data 1032 1032 0 0.0
.text 547364 548076 712 0.1
telink light-switch-app tlsr9518adk80d (read/write) 812168 812960 792 0.1
bss 71372 71372 0 0.0
noinit 43488 43488 0 0.0
text 573710 574348 638 0.1
lighting-app tlsr9518adk80d (read/write) 834072 834872 800 0.1
bss 72228 72228 0 0.0
noinit 43488 43488 0 0.0
text 591838 592480 642 0.1
ota-requestor-app tlsr9518adk80d (read/write) 842316 843116 800 0.1
bss 73136 73136 0 0.0
noinit 43488 43488 0 0.0
text 598102 598740 638 0.1

@yunhanw-google yunhanw-google force-pushed the feature/prevent-sub-with-no-acl branch from ba0d804 to e88696b Compare September 8, 2022 04:38
@github-actions
Copy link

github-actions bot commented Sep 8, 2022

PR #22349: Size comparison from e1966f5 to e88696b

Increases above 0.2%:

platform target config section e1966f5 e88696b change % change
psoc6 all-clusters cy8ckit_062s2_43012 .debug_ranges 338360 340264 1904 0.6
all-clusters-minimal cy8ckit_062s2_43012 .debug_ranges 336976 338880 1904 0.6
light cy8ckit_062s2_43012 .debug_loc 3259468 3266366 6898 0.2
.debug_ranges 302448 304352 1904 0.6
lock cy8ckit_062s2_43012 .debug_loc 3299322 3306235 6913 0.2
.debug_ranges 305792 307696 1904 0.6
Increases (35 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section e1966f5 e88696b change % change
bl602 lighting-app bl602 (read/write) 1410282 1411758 1476 0.1
.text 1065688 1066996 1308 0.1
bl602+rpc (read/write) 1455486 1457210 1724 0.1
.text 1097038 1098596 1558 0.1
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 675431 676127 696 0.1
.rodata 89223 89383 160 0.2
.text 585896 586432 536 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 640151 640847 696 0.1
.rodata 78375 78535 160 0.2
.text 561456 561992 536 0.1
lock-ftd LP_CC2652R7 (read only) 676475 677203 728 0.1
.rodata 77075 77235 160 0.2
.text 598920 599488 568 0.1
lock-mtd LP_CC2652R7 (read only) 659483 660187 704 0.1
.rodata 102355 102515 160 0.2
.text 556648 557192 544 0.1
pump-app LP_CC2652R7 (read only) 685343 686039 696 0.1
.rodata 90103 90263 160 0.2
.text 594756 595292 536 0.1
pump-controller-app LP_CC2652R7 (read only) 669835 670531 696 0.1
.rodata 85659 85819 160 0.2
.text 583696 584232 536 0.1
shell LP_CC2652R7 (read only) 666090 666794 704 0.1
.rodata 85778 85938 160 0.2
.text 579996 580540 544 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 587002 587394 392 0.1
.app_xip_area 463660 464052 392 0.1
lock cyw930739m2evb_01 (read/write) 592738 593146 408 0.1
.app_xip_area 464612 465020 408 0.1
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599914 600618 704 0.1
.app_xip_area 477292 477996 704 0.1
efr32 lighting-app BRD4161A (read/write) 1108624 1109944 1320 0.1
.text 970200 971520 1320 0.1
BRD4161A+rpc (read/write) 972316 973020 704 0.1
.text 819200 819904 704 0.1
BRD4161A+rs911x (read/write) 1002056 1003384 1328 0.1
.text 830804 832132 1328 0.2
lock-app BRD4161A+wf200 (read/write) 1150180 1150884 704 0.1
.text 995840 996544 704 0.1
window-app BRD4161A (read/write) 1099856 1101176 1320 0.1
.text 959968 961288 1320 0.1
esp32 all-clusters-app c3devkit (read only) 1033928 1034616 688 0.1
(read/write) 1493566 1493734 168 0.0
.flash.rodata 218080 218248 168 0.1
.flash.text 1033928 1034616 688 0.1
m5stack (read only) 1086511 1087167 656 0.1
(read/write) 490852 491004 152 0.0
.flash.rodata 247392 247544 152 0.1
.flash.text 1081127 1081783 656 0.1
k32w light k32w0+release (read/write) 648268 648828 560 0.1
.text 572760 573320 560 0.1
lock k32w0+release (read/write) 705312 706016 704 0.1
.text 629348 630052 704 0.1
linux chip-tool-ipv6only arm64 (read only) 10329660 10331468 1808 0.0
(read/write) 705601 705649 48 0.0
.data.rel.ro 649976 650024 48 0.0
.rodata 499948 500092 144 0.0
.text 8176692 8178308 1616 0.0
thermostat-no-ble arm64 (read only) 2364244 2366068 1824 0.1
(read/write) 141857 141905 48 0.0
.data.rel.ro 76112 76160 48 0.1
.rodata 141356 141516 160 0.1
.text 1984848 1986464 1616 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2455136 2455224 88 0.0
.text 1417780 1417868 88 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1181327 1182027 700 0.1
rodata 143584 143740 156 0.1
text 815164 815708 544 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1160523 1161211 688 0.1
rodata 135172 135332 160 0.1
text 803556 804096 540 0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1742572 1743908 1336 0.1
.debug_abbrev 1221517 1221774 257 0.0
.debug_aranges 111736 111768 32 0.0
.debug_frame 373008 373128 120 0.0
.debug_info 26716600 26735604 19004 0.1
.debug_line 3657478 3662037 4559 0.1
.debug_loc 3573505 3580436 6931 0.2
.debug_ranges 338360 340264 1904 0.6
.debug_str 3427479 3427943 464 0.0
.strtab 570615 570955 340 0.1
.symtab 421488 421680 192 0.0
.text 1542800 1544136 1336 0.1
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1685772 1687092 1320 0.1
.debug_abbrev 1213356 1213613 257 0.0
.debug_aranges 111208 111240 32 0.0
.debug_frame 376088 376208 120 0.0
.debug_info 26453223 26472228 19005 0.1
.debug_line 3677994 3682577 4583 0.1
.debug_loc 3561142 3568073 6931 0.2
.debug_ranges 336976 338880 1904 0.6
.debug_str 3416484 3416948 464 0.0
.strtab 535089 535429 340 0.1
.symtab 408080 408272 192 0.0
.text 1486736 1488056 1320 0.1
light cy8ckit_062s2_43012 (read/write) 1603028 1604340 1312 0.1
.debug_abbrev 1048175 1048432 257 0.0
.debug_aranges 103384 103416 32 0.0
.debug_frame 346356 346476 120 0.0
.debug_info 21915393 21934398 19005 0.1
.debug_line 3248459 3253006 4547 0.1
.debug_loc 3259468 3266366 6898 0.2
.debug_ranges 302448 304352 1904 0.6
.debug_str 3221750 3222214 464 0.0
.strtab 468388 468728 340 0.1
.symtab 375168 375360 192 0.1
.text 1412224 1413536 1312 0.1
lock cy8ckit_062s2_43012 (read/write) 1640716 1642028 1312 0.1
.debug_abbrev 1055610 1055867 257 0.0
.debug_aranges 104056 104088 32 0.0
.debug_frame 349184 349304 120 0.0
.debug_info 22295178 22314182 19004 0.1
.debug_line 3257280 3261815 4535 0.1
.debug_loc 3299322 3306235 6913 0.2
.debug_ranges 305792 307696 1904 0.6
.debug_str 3249171 3249635 464 0.0
.strtab 474591 474931 340 0.1
.symtab 378352 378544 192 0.1
.text 1444880 1446192 1312 0.1
qpg lighting-app qpg6105+debug (read/write) 1129284 1129980 696 0.1
.text 576380 577076 696 0.1
lock-app qpg6105+debug (read/write) 1100264 1100976 712 0.1
.text 547364 548076 712 0.1
telink light-switch-app tlsr9518adk80d (read/write) 812168 812960 792 0.1
text 573710 574348 638 0.1
lighting-app tlsr9518adk80d (read/write) 834072 834872 800 0.1
text 591838 592478 640 0.1
ota-requestor-app tlsr9518adk80d (read/write) 842316 843116 800 0.1
text 598102 598738 636 0.1
Decreases (6 builds for cc13x2_26x2)
platform target config section e1966f5 e88696b change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 175976 175280 -696 -0.4
lock-ftd LP_CC2652R7 (read/write) 165244 164516 -728 -0.4
lock-mtd LP_CC2652R7 (read/write) 177924 177220 -704 -0.4
pump-app LP_CC2652R7 (read/write) 157080 156384 -696 -0.4
pump-controller-app LP_CC2652R7 (read/write) 172700 172004 -696 -0.4
shell LP_CC2652R7 (read/write) 180836 180132 -704 -0.4
Full report (35 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section e1966f5 e88696b change % change
bl602 lighting-app bl602 (read/write) 1410282 1411758 1476 0.1
.bss 121585 121585 0 0.0
.data 9816 9816 0 0.0
.text 1065688 1066996 1308 0.1
bl602+rpc (read/write) 1455486 1457210 1724 0.1
.bss 129017 129017 0 0.0
.data 10200 10200 0 0.0
.text 1097038 1098596 1558 0.1
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 675431 676127 696 0.1
(read/write) 175976 175280 -696 -0.4
.bss 74300 74300 0 0.0
.data 3380 3380 0 0.0
.rodata 89223 89383 160 0.2
.text 585896 586432 536 0.1
all-clusters-minimal-app LP_CC2652R7 (read only) 640151 640847 696 0.1
(read/write) 157868 157868 0 0.0
.bss 73572 73572 0 0.0
.data 3380 3380 0 0.0
.rodata 78375 78535 160 0.2
.text 561456 561992 536 0.1
lock-ftd LP_CC2652R7 (read only) 676475 677203 728 0.1
(read/write) 165244 164516 -728 -0.4
.bss 71500 71500 0 0.0
.data 3304 3304 0 0.0
.rodata 77075 77235 160 0.2
.text 598920 599488 568 0.1
lock-mtd LP_CC2652R7 (read only) 659483 660187 704 0.1
(read/write) 177924 177220 -704 -0.4
.bss 67188 67188 0 0.0
.data 3304 3304 0 0.0
.rodata 102355 102515 160 0.2
.text 556648 557192 544 0.1
pump-app LP_CC2652R7 (read only) 685343 686039 696 0.1
(read/write) 157080 156384 -696 -0.4
.bss 71436 71436 0 0.0
.data 3296 3296 0 0.0
.rodata 90103 90263 160 0.2
.text 594756 595292 536 0.1
pump-controller-app LP_CC2652R7 (read only) 669835 670531 696 0.1
(read/write) 172700 172004 -696 -0.4
.bss 71548 71548 0 0.0
.data 3292 3292 0 0.0
.rodata 85659 85819 160 0.2
.text 583696 584232 536 0.1
shell LP_CC2652R7 (read only) 666090 666794 704 0.1
(read/write) 180836 180132 -704 -0.4
.bss 76620 76620 0 0.0
.data 3376 3376 0 0.0
.rodata 85778 85938 160 0.2
.text 579996 580540 544 0.1
cyw30739 light cyw930739m2evb_01 (read/write) 587002 587394 392 0.1
.app_xip_area 463660 464052 392 0.1
.bss 65776 65776 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592738 593146 408 0.1
.app_xip_area 464612 465020 408 0.1
.bss 70560 70560 0 0.0
.data 748 748 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599914 600618 704 0.1
.app_xip_area 477292 477996 704 0.1
.bss 65088 65088 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1108624 1109944 1320 0.1
.bss 136332 136332 0 0.0
.data 2072 2072 0 0.0
.text 970200 971520 1320 0.1
BRD4161A+rpc (read/write) 972316 973020 704 0.1
.bss 150844 150844 0 0.0
.data 2252 2252 0 0.0
.text 819200 819904 704 0.1
BRD4161A+rs911x (read/write) 1002056 1003384 1328 0.1
.bss 169168 169168 0 0.0
.data 2064 2064 0 0.0
.text 830804 832132 1328 0.2
lock-app BRD4161A+wf200 (read/write) 1150180 1150884 704 0.1
.bss 152248 152248 0 0.0
.data 2072 2072 0 0.0
.text 995840 996544 704 0.1
window-app BRD4161A (read/write) 1099856 1101176 1320 0.1
.bss 137772 137772 0 0.0
.data 2096 2096 0 0.0
.text 959968 961288 1320 0.1
esp32 all-clusters-app c3devkit (read only) 1033928 1034616 688 0.1
(read/write) 1493566 1493734 168 0.0
.dram0.bss 71120 71120 0 0.0
.dram0.data 13696 13696 0 0.0
.flash.rodata 218080 218248 168 0.1
.flash.text 1033928 1034616 688 0.1
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1086511 1087167 656 0.1
(read/write) 490852 491004 152 0.0
.dram0.bss 76640 76640 0 0.0
.dram0.data 34152 34152 0 0.0
.flash.rodata 247392 247544 152 0.1
.flash.text 1081127 1081783 656 0.1
.iram0.text 123939 123939 0 0.0
k32w light k32w0+release (read/write) 648268 648828 560 0.1
.bss 70712 70712 0 0.0
.data 2068 2068 0 0.0
.text 572760 573320 560 0.1
lock k32w0+release (read/write) 705312 706016 704 0.1
.bss 71160 71160 0 0.0
.data 2076 2076 0 0.0
.text 629348 630052 704 0.1
linux chip-tool-ipv6only arm64 (read only) 10329660 10331468 1808 0.0
(read/write) 705601 705649 48 0.0
.bss 33937 33937 0 0.0
.data 2856 2856 0 0.0
.data.rel.ro 649976 650024 48 0.0
.dynamic 560 560 0 0.0
.got 13864 13864 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 499948 500092 144 0.0
.text 8176692 8178308 1616 0.0
thermostat-no-ble arm64 (read only) 2364244 2366068 1824 0.1
(read/write) 141857 141905 48 0.0
.bss 55233 55233 0 0.0
.data 1680 1680 0 0.0
.data.rel.ro 76112 76160 48 0.1
.dynamic 560 560 0 0.0
.got 5056 5056 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 141356 141516 160 0.1
.text 1984848 1986464 1616 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2455136 2455224 88 0.0
.bss 215044 215044 0 0.0
.data 5872 5872 0 0.0
.text 1417780 1417868 88 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1181327 1182027 700 0.1
bss 143641 143641 0 0.0
rodata 143584 143740 156 0.1
text 815164 815708 544 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1160523 1161211 688 0.1
bss 142868 142868 0 0.0
rodata 135172 135332 160 0.1
text 803556 804096 540 0.1
psoc6 all-clusters cy8ckit_062s2_43012 0 0 0 0.0
(read only) 841960 841960 0 0.0
(read/write) 1742572 1743908 1336 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188720 188720 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1221517 1221774 257 0.0
.debug_aranges 111736 111768 32 0.0
.debug_frame 373008 373128 120 0.0
.debug_info 26716600 26735604 19004 0.1
.debug_line 3657478 3662037 4559 0.1
.debug_loc 3573505 3580436 6931 0.2
.debug_ranges 338360 340264 1904 0.6
.debug_str 3427479 3427943 464 0.0
.heap 841960 841960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 570615 570955 340 0.1
.symtab 421488 421680 192 0.0
.text 1542800 1544136 1336 0.1
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 0 0 0 0.0
(read only) 842696 842696 0 0.0
(read/write) 1685772 1687092 1320 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187984 187984 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1213356 1213613 257 0.0
.debug_aranges 111208 111240 32 0.0
.debug_frame 376088 376208 120 0.0
.debug_info 26453223 26472228 19005 0.1
.debug_line 3677994 3682577 4583 0.1
.debug_loc 3561142 3568073 6931 0.2
.debug_ranges 336976 338880 1904 0.6
.debug_str 3416484 3416948 464 0.0
.heap 842696 842696 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 535089 535429 340 0.1
.symtab 408080 408272 192 0.0
.text 1486736 1488056 1320 0.1
.zero.table 8 8 0 0.0
light cy8ckit_062s2_43012 0 0 0 0.0
(read only) 850928 850928 0 0.0
(read/write) 1603028 1604340 1312 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179960 179960 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1048175 1048432 257 0.0
.debug_aranges 103384 103416 32 0.0
.debug_frame 346356 346476 120 0.0
.debug_info 21915393 21934398 19005 0.1
.debug_line 3248459 3253006 4547 0.1
.debug_loc 3259468 3266366 6898 0.2
.debug_ranges 302448 304352 1904 0.6
.debug_str 3221750 3222214 464 0.0
.heap 850928 850928 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 468388 468728 340 0.1
.symtab 375168 375360 192 0.1
.text 1412224 1413536 1312 0.1
.zero.table 8 8 0 0.0
lock cy8ckit_062s2_43012 0 0 0 0.0
(read only) 845896 845896 0 0.0
(read/write) 1640716 1642028 1312 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184976 184976 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1055610 1055867 257 0.0
.debug_aranges 104056 104088 32 0.0
.debug_frame 349184 349304 120 0.0
.debug_info 22295178 22314182 19004 0.1
.debug_line 3257280 3261815 4535 0.1
.debug_loc 3299322 3306235 6913 0.2
.debug_ranges 305792 307696 1904 0.6
.debug_str 3249171 3249635 464 0.0
.heap 845896 845896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 474591 474931 340 0.1
.symtab 378352 378544 192 0.1
.text 1444880 1446192 1312 0.1
.zero.table 8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1129284 1129980 696 0.1
.bss 106112 106112 0 0.0
.data 1028 1028 0 0.0
.text 576380 577076 696 0.1
lock-app qpg6105+debug (read/write) 1100264 1100976 712 0.1
.bss 102344 102344 0 0.0
.data 1032 1032 0 0.0
.text 547364 548076 712 0.1
telink light-switch-app tlsr9518adk80d (read/write) 812168 812960 792 0.1
bss 71372 71372 0 0.0
noinit 43488 43488 0 0.0
text 573710 574348 638 0.1
lighting-app tlsr9518adk80d (read/write) 834072 834872 800 0.1
bss 72228 72228 0 0.0
noinit 43488 43488 0 0.0
text 591838 592478 640 0.1
ota-requestor-app tlsr9518adk80d (read/write) 842316 843116 800 0.1
bss 73136 73136 0 0.0
noinit 43488 43488 0 0.0
text 598102 598738 636 0.1

@andy31415
Copy link
Contributor

1.0 accepted: this is fixing a 1.0 release blocker

@yunhanw-google yunhanw-google merged commit e74bb94 into project-chip:master Sep 8, 2022
isiu-apple pushed a commit to isiu-apple/connectedhomeip that referenced this pull request Sep 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants