lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 8 Mar 2017 09:24:01 +0100
From:   Arnd Bergmann <arnd@...db.de>
To:     "kernelci.org bot" <bot@...nelci.org>
Cc:     kernel-build-reports@...ts.linaro.org,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        gregkh <gregkh@...uxfoundation.org>,
        Linux ARM <linux-arm-kernel@...ts.infradead.org>,
        linux-mips@...ux-mips.org, Ingo Molnar <mingo@...hat.com>
Subject: Re: next build: 208 builds: 21 failed, 187 passed, 53 errors, 406
 warnings (next-20170308)

On Wed, Mar 8, 2017 at 4:40 AM, kernelci.org bot <bot@...nelci.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ