On Wednesday 25 November 2015 22:18:27 Build bot for Mark Brown wrote:
arm-allmodconfig : PASS, 0 errors, 5 warnings, 0 section mismatches
Warnings: <stdin>:1304:2: warning: #warning syscall mlock2 not implemented [-Wcpp] ../crypto/wp512.c:987:1: warning: the frame size of 1112 bytes is larger than 1024 bytes [-Wframe-larger-than=] ../drivers/net/ethernet/qlogic/qed/qed_dev.c:1676:1: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=] ../drivers/scsi/advansys.c:7806:2: warning: large integer implicitly truncated to unsigned type [-Woverflow] <stdin>:1304:2: warning: #warning syscall mlock2 not implemented [-Wcpp]
arm-allnoconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings: <stdin>:1304:2: warning: #warning syscall mlock2 not implemented [-Wcpp]
arm64-defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches
Warnings: ../drivers/regulator/core.c:142:6: warning: unused variable 'i' [-Wunused-variable]
Nice!
I think the mlock2, advansys and regulator warnings all have patches that are pending for 4.4.
I probably missed the two stack size warnings because I patched my randconfig tree to raise the limit to 1280 bytes, and I guess I should look at those at some point.
Arnd