On Thursday 12 May 2016 05:24:36 Build bot for Mark Brown wrote:
arm64-allmodconfig : PASS, 0 errors, 2 warnings, 0 section mismatches
Warnings: ../drivers/gpu/drm/msm/msm_drv.c:468:18: warning: unused variable 'kms' [-Wunused-variable]
Fix is in -next, didn't make it into 4.6
../drivers/xen/balloon.c:154:13: warning: 'release_memory_resource' declared 'static' but never defined [-Wunused-function]
A regression introduced by a late bugfix, I sent a patch
Warnings: ../lib/lz4/lz4hc_compress.c:514:1: warning: the frame size of 1472 bytes is larger than 1024 bytes [-Wframe-larger-than=] ../drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1032 bytes is larger than 1024 bytes [-Wframe-larger-than=]
These should finally be gone soon that Michal has picked up my Kbuild series for 4.7. However, we do see a couple of new warnings based on that series, and that was intentional as they are likely about actual problems.
Arnd