* Re: next build: 208 builds: 21 failed, 187 passed, 53 errors, 406 warnings (next-20170308) [not found] <58bf7d43.8173190a.8d21e.1fde@mx.google.com> @ 2017-03-08 8:24 ` Arnd Bergmann 0 siblings, 0 replies; 6+ messages in thread From: Arnd Bergmann @ 2017-03-08 8:24 UTC (permalink / raw) To: kernelci.org bot Cc: kernel-build-reports, Linux Kernel Mailing List, gregkh, Linux ARM, linux-mips, Ingo Molnar On Wed, Mar 8, 2017 at 4:40 AM, kernelci.org bot <bot@kernelci.org> wrote: > next build: 208 builds: 21 failed, 187 passed, 53 errors, 406 warnings > > allmodconfig (arm) — PASS, 0 errors, 6 warnings, 0 section mismatches > > Warnings: > :1325:2: warning: #warning syscall statx not implemented [-Wcpp] The syscall was added to 4.11, and the warning will be resolved as soon as all architectures add it to their tables. > drivers/usb/gadget/udc/atmel_usba_udc.c:632:554: warning: 'ept_cfg' may be > used uninitialized in this function [-Wmaybe-uninitialized] I just resent my fix for the second time > drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c:743:178: > warning: the address of '__func__' will always evaluate as 'true' > [-Waddress] A new regresssion as of today, won't be able to look myself, but this should be trivial to address. > bmips_be_defconfig (mips) — FAIL, 1 error, 1 warning, 0 section mismatches > > Errors: > arch/mips/kernel/smp-bmips.c:183:38: error: implicit declaration of function > 'task_stack_page' [-Werror=implicit-function-declaration] A new regression from the end of the merge window, also present in mainline. I sent a fix yesterday, addressing various mips build failures. > cavium_octeon_defconfig (mips) — FAIL, 4 errors, 4 warnings, 0 section > mismatches > Warnings: > drivers/staging/octeon/ethernet-rx.c:339:28: warning: unused variable 'priv' > [-Wunused-variable] I sent the patch on Feb 17, resent the same one today > defconfig (arm64) — PASS, 0 errors, 4 warnings, 0 section mismatches > > Warnings: > :1325:2: warning: #warning syscall statx not implemented [-Wcpp] > fs/overlayfs/inode.c:322:30: warning: 'ovl_i_mutex_key' defined but not used > [-Wunused-variable] > fs/overlayfs/inode.c:323:30: warning: 'ovl_i_mutex_dir_key' defined but not > used [-Wunused-variable] New regression as of today, haven't looked but seems trivial > defconfig+CONFIG_KASAN=y (x86) — PASS, 0 errors, 5 warnings, 0 section > mismatches > > Warnings: > net/wireless/nl80211.c:1415:1: warning: the frame size of 2232 bytes is > larger than 2048 bytes [-Wframe-larger-than=] > net/wireless/nl80211.c:4443:1: warning: the frame size of 2232 bytes is > larger than 2048 bytes [-Wframe-larger-than=] > net/wireless/nl80211.c:5743:1: warning: the frame size of 2064 bytes is > larger than 2048 bytes [-Wframe-larger-than=] > net/wireless/nl80211.c:1904:1: warning: the frame size of 3784 bytes is > larger than 2048 bytes [-Wframe-larger-than=] > drivers/tty/vt/keyboard.c:1472:1: warning: the frame size of 2344 bytes is > larger than 2048 bytes [-Wframe-larger-than=] This is an old bug, I sent a first version of a longer patch series last week, will need to be updated next week, but I hope to get this into v4.11. Arnd ^ permalink raw reply [flat|nested] 6+ messages in thread
* next build: 208 builds: 21 failed, 187 passed, 53 errors, 406 warnings (next-20170308) @ 2017-03-08 8:24 ` Arnd Bergmann 0 siblings, 0 replies; 6+ messages in thread From: Arnd Bergmann @ 2017-03-08 8:24 UTC (permalink / raw) To: linux-arm-kernel On Wed, Mar 8, 2017 at 4:40 AM, kernelci.org bot <bot@kernelci.org> wrote: > next build: 208 builds: 21 failed, 187 passed, 53 errors, 406 warnings > > allmodconfig (arm) ? PASS, 0 errors, 6 warnings, 0 section mismatches > > Warnings: > :1325:2: warning: #warning syscall statx not implemented [-Wcpp] The syscall was added to 4.11, and the warning will be resolved as soon as all architectures add it to their tables. > drivers/usb/gadget/udc/atmel_usba_udc.c:632:554: warning: 'ept_cfg' may be > used uninitialized in this function [-Wmaybe-uninitialized] I just resent my fix for the second time > drivers/staging/vc04_services/bcm2835-camera/bcm2835-camera.c:743:178: > warning: the address of '__func__' will always evaluate as 'true' > [-Waddress] A new regresssion as of today, won't be able to look myself, but this should be trivial to address. > bmips_be_defconfig (mips) ? FAIL, 1 error, 1 warning, 0 section mismatches > > Errors: > arch/mips/kernel/smp-bmips.c:183:38: error: implicit declaration of function > 'task_stack_page' [-Werror=implicit-function-declaration] A new regression from the end of the merge window, also present in mainline. I sent a fix yesterday, addressing various mips build failures. > cavium_octeon_defconfig (mips) ? FAIL, 4 errors, 4 warnings, 0 section > mismatches > Warnings: > drivers/staging/octeon/ethernet-rx.c:339:28: warning: unused variable 'priv' > [-Wunused-variable] I sent the patch on Feb 17, resent the same one today > defconfig (arm64) ? PASS, 0 errors, 4 warnings, 0 section mismatches > > Warnings: > :1325:2: warning: #warning syscall statx not implemented [-Wcpp] > fs/overlayfs/inode.c:322:30: warning: 'ovl_i_mutex_key' defined but not used > [-Wunused-variable] > fs/overlayfs/inode.c:323:30: warning: 'ovl_i_mutex_dir_key' defined but not > used [-Wunused-variable] New regression as of today, haven't looked but seems trivial > defconfig+CONFIG_KASAN=y (x86) ? PASS, 0 errors, 5 warnings, 0 section > mismatches > > Warnings: > net/wireless/nl80211.c:1415:1: warning: the frame size of 2232 bytes is > larger than 2048 bytes [-Wframe-larger-than=] > net/wireless/nl80211.c:4443:1: warning: the frame size of 2232 bytes is > larger than 2048 bytes [-Wframe-larger-than=] > net/wireless/nl80211.c:5743:1: warning: the frame size of 2064 bytes is > larger than 2048 bytes [-Wframe-larger-than=] > net/wireless/nl80211.c:1904:1: warning: the frame size of 3784 bytes is > larger than 2048 bytes [-Wframe-larger-than=] > drivers/tty/vt/keyboard.c:1472:1: warning: the frame size of 2344 bytes is > larger than 2048 bytes [-Wframe-larger-than=] This is an old bug, I sent a first version of a longer patch series last week, will need to be updated next week, but I hope to get this into v4.11. Arnd ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: next build: 208 builds: 21 failed, 187 passed, 53 errors, 406 warnings (next-20170308) 2017-03-08 8:24 ` Arnd Bergmann @ 2017-03-08 8:42 ` gregkh -1 siblings, 0 replies; 6+ messages in thread From: gregkh @ 2017-03-08 8:42 UTC (permalink / raw) To: Arnd Bergmann Cc: kernelci.org bot, kernel-build-reports, Linux Kernel Mailing List, Linux ARM, linux-mips, Ingo Molnar On Wed, Mar 08, 2017 at 09:24:01AM +0100, Arnd Bergmann wrote: > On Wed, Mar 8, 2017 at 4:40 AM, kernelci.org bot <bot@kernelci.org> wrote: > > cavium_octeon_defconfig (mips) — FAIL, 4 errors, 4 warnings, 0 section > > mismatches > > Warnings: > > drivers/staging/octeon/ethernet-rx.c:339:28: warning: unused variable 'priv' > > [-Wunused-variable] > > I sent the patch on Feb 17, resent the same one today Oops, I have 400+ staging patches to dig through, will get to that one soon, sorry about it. greg k-h ^ permalink raw reply [flat|nested] 6+ messages in thread
* next build: 208 builds: 21 failed, 187 passed, 53 errors, 406 warnings (next-20170308) @ 2017-03-08 8:42 ` gregkh 0 siblings, 0 replies; 6+ messages in thread From: gregkh @ 2017-03-08 8:42 UTC (permalink / raw) To: linux-arm-kernel On Wed, Mar 08, 2017 at 09:24:01AM +0100, Arnd Bergmann wrote: > On Wed, Mar 8, 2017 at 4:40 AM, kernelci.org bot <bot@kernelci.org> wrote: > > cavium_octeon_defconfig (mips) ? FAIL, 4 errors, 4 warnings, 0 section > > mismatches > > Warnings: > > drivers/staging/octeon/ethernet-rx.c:339:28: warning: unused variable 'priv' > > [-Wunused-variable] > > I sent the patch on Feb 17, resent the same one today Oops, I have 400+ staging patches to dig through, will get to that one soon, sorry about it. greg k-h ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: next build: 208 builds: 21 failed, 187 passed, 53 errors, 406 warnings (next-20170308) 2017-03-08 8:24 ` Arnd Bergmann @ 2017-03-08 9:42 ` Ingo Molnar -1 siblings, 0 replies; 6+ messages in thread From: Ingo Molnar @ 2017-03-08 9:42 UTC (permalink / raw) To: Arnd Bergmann Cc: kernelci.org bot, kernel-build-reports, Linux Kernel Mailing List, gregkh, Linux ARM, linux-mips, Ingo Molnar * Arnd Bergmann <arnd@arndb.de> wrote: > > bmips_be_defconfig (mips) — FAIL, 1 error, 1 warning, 0 section mismatches > > > > Errors: > > arch/mips/kernel/smp-bmips.c:183:38: error: implicit declaration of function > > 'task_stack_page' [-Werror=implicit-function-declaration] > > A new regression from the end of the merge window, also present in mainline. > I sent a fix yesterday, addressing various mips build failures. Haven't heard from Ralf yet, so I've applied your patch to tip:core/urgent and will get it to Linus ASAP (i.e. later today), to minimize the size of the build-breakage window. Thanks, Ingo ^ permalink raw reply [flat|nested] 6+ messages in thread
* next build: 208 builds: 21 failed, 187 passed, 53 errors, 406 warnings (next-20170308) @ 2017-03-08 9:42 ` Ingo Molnar 0 siblings, 0 replies; 6+ messages in thread From: Ingo Molnar @ 2017-03-08 9:42 UTC (permalink / raw) To: linux-arm-kernel * Arnd Bergmann <arnd@arndb.de> wrote: > > bmips_be_defconfig (mips) ? FAIL, 1 error, 1 warning, 0 section mismatches > > > > Errors: > > arch/mips/kernel/smp-bmips.c:183:38: error: implicit declaration of function > > 'task_stack_page' [-Werror=implicit-function-declaration] > > A new regression from the end of the merge window, also present in mainline. > I sent a fix yesterday, addressing various mips build failures. Haven't heard from Ralf yet, so I've applied your patch to tip:core/urgent and will get it to Linus ASAP (i.e. later today), to minimize the size of the build-breakage window. Thanks, Ingo ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2017-03-08 9:42 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <58bf7d43.8173190a.8d21e.1fde@mx.google.com>
2017-03-08 8:24 ` next build: 208 builds: 21 failed, 187 passed, 53 errors, 406 warnings (next-20170308) Arnd Bergmann
2017-03-08 8:24 ` Arnd Bergmann
2017-03-08 8:42 ` gregkh
2017-03-08 8:42 ` gregkh
2017-03-08 9:42 ` Ingo Molnar
2017-03-08 9:42 ` Ingo Molnar
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.