Re: stable build: 203 builds: 3 failed, 200 passed, 5 errors, 28 warnings (v4.9.13)

2017-03-15 Thread Arnd Bergmann
On Wed, Mar 15, 2017 at 8:22 AM, gregkh  wrote:
> On Tue, Feb 28, 2017 at 02:50:03PM +0100, Arnd Bergmann wrote:
>> On Sun, Feb 26, 2017 at 2:52 PM, kernelci.org bot  wrote:
>> >
>> > stable build: 203 builds: 3 failed, 200 passed, 5 errors, 28 warnings 
>> > (v4.9.13)
>>
>> Only one warning that doesn't also show up in v4.10-stable
>>
>> > bcm63xx_defconfig (mips) — PASS, 0 errors, 1 warning, 0 section mismatches
>> >
>> > Warnings:
>> > drivers/net/ethernet/broadcom/bcm63xx_enet.c:1130:3: warning: 'phydev' may 
>> > be used uninitialized in this function [-Wmaybe-uninitialized]
>>
>> df384d435a5c ("bcm63xx_enet: avoid uninitialized variable warning")
>
> Also added, thanks.

The build is clean now except for these warnings I'm still working on:

1 net/wireless/nl80211.c:5647:1: warning: the frame size of 2064 bytes
is larger than 2048 bytes [-Wframe-larger-than=]
1 net/wireless/nl80211.c:4362:1: warning: the frame size of 2232 bytes
is larger than 2048 bytes [-Wframe-larger-than=]
1 net/wireless/nl80211.c:1879:1: warning: the frame size of 5704 bytes
is larger than 2048 bytes [-Wframe-larger-than=]
1 drivers/tty/vt/keyboard.c:1470:1: warning: the frame size of 2344
bytes is larger than 2048 bytes [-Wframe-larger-than=]

Thanks!

  Arnd


Re: stable build: 203 builds: 3 failed, 200 passed, 5 errors, 28 warnings (v4.9.13)

2017-03-15 Thread gregkh
On Tue, Feb 28, 2017 at 02:50:03PM +0100, Arnd Bergmann wrote:
> On Sun, Feb 26, 2017 at 2:52 PM, kernelci.org bot  wrote:
> >
> > stable build: 203 builds: 3 failed, 200 passed, 5 errors, 28 warnings 
> > (v4.9.13)
> 
> Only one warning that doesn't also show up in v4.10-stable
> 
> > bcm63xx_defconfig (mips) — PASS, 0 errors, 1 warning, 0 section mismatches
> >
> > Warnings:
> > drivers/net/ethernet/broadcom/bcm63xx_enet.c:1130:3: warning: 'phydev' may 
> > be used uninitialized in this function [-Wmaybe-uninitialized]
> 
> df384d435a5c ("bcm63xx_enet: avoid uninitialized variable warning")

Also added, thanks.

greg k-h


Re: stable build: 203 builds: 3 failed, 200 passed, 5 errors, 28 warnings (v4.9.13)

2017-02-28 Thread Arnd Bergmann
On Sun, Feb 26, 2017 at 2:52 PM, kernelci.org bot  wrote:
>
> stable build: 203 builds: 3 failed, 200 passed, 5 errors, 28 warnings 
> (v4.9.13)

Only one warning that doesn't also show up in v4.10-stable

> bcm63xx_defconfig (mips) — PASS, 0 errors, 1 warning, 0 section mismatches
>
> Warnings:
> drivers/net/ethernet/broadcom/bcm63xx_enet.c:1130:3: warning: 'phydev' may be 
> used uninitialized in this function [-Wmaybe-uninitialized]

df384d435a5c ("bcm63xx_enet: avoid uninitialized variable warning")

 Arnd