Re: stable build: 199 builds: 1 failed, 198 passed, 1 error, 31 warnings (v4.4.52)

2017-03-15 Thread gregkh
On Wed, Mar 15, 2017 at 01:42:21PM +0100, Arnd Bergmann wrote:
> On Wed, Mar 15, 2017 at 8:22 AM, gregkh  wrote:
> > On Tue, Feb 28, 2017 at 02:55:42PM +0100, Arnd Bergmann wrote:
> >> On Sun, Feb 26, 2017 at 3:09 PM, kernelci.org bot  
> >> wrote:
> >> > stable build: 199 builds: 1 failed, 198 passed, 1 error, 31 warnings
> >>
> 
> >> d43e6fb4ac4a ("cpmac: remove hopeless #warning")
> 
> >> 358c07fcc3b6 ("mm: memcontrol: avoid unused function warning")
> >>
> 
> >> 3021773c7c3e ("MIPS: DEC: Avoid la pseudo-instruction in delay slots")
> 
> >> 32eb6e8bee14 ("MIPS: Netlogic: Fix CP0_EBASE redefinition warnings")
> >
> > And I've added these as well, thanks.
> 
> Thanks! Here are the latest results from
> 
> https://kernelci.org/build/stable-rc/kernel/v4.4.54-31-gfe326ea3fc88/
> 
> | Errors Summary
> |
> | 1 arch/mips/ralink/timer.c:146:2: error: implicit declaration of
> function 'rt_timer_free' [-Werror=implicit-function-declaration]
> | 1 arch/mips/ralink/timer.c:145:2: error: implicit declaration of
> function 'rt_timer_disable' [-Werror=implicit-function-declaration]
> 
> d92240d12a got backported to 4.4.55-rc1 but should have only been
> in v4.9 or higher (which contains 62ee73d284e7). Please revert that
> one.

Oops, now dropped.

> | Warnings Summary
> | 1 net/wireless/nl80211.c:5109:1: warning: the frame size of 2064
> bytes is larger than 2048 bytes [-Wframe-larger-than=]
> | 1 net/wireless/nl80211.c:3875:1: warning: the frame size of 2168
> bytes is larger than 2048 bytes [-Wframe-larger-than=]
> | 1 net/wireless/nl80211.c:1744:1: warning: the frame size of 5640
> 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=]
> 
> Still broken on mainline, will get back to this in a few days.
> 
> | 1 drivers/scsi/mvsas/mv_sas.c:736:3: warning: this 'else' clause
> does not guard... [-Wmisleading-indentation]
> 
> Harmless warning that was fixed by
> 7789cd39274c ("mvsas: fix misleading indentation")
> 
> which got merged into v4.5. Caused by 0b15fb1fdfd4 ("[SCSI] mvsas:
> add support for Task collector mode and fixed relative bugs") in v3.0.

Now queued up, thanks.

greg k-h


Re: stable build: 199 builds: 1 failed, 198 passed, 1 error, 31 warnings (v4.4.52)

2017-03-15 Thread gregkh
On Wed, Mar 15, 2017 at 01:42:21PM +0100, Arnd Bergmann wrote:
> On Wed, Mar 15, 2017 at 8:22 AM, gregkh  wrote:
> > On Tue, Feb 28, 2017 at 02:55:42PM +0100, Arnd Bergmann wrote:
> >> On Sun, Feb 26, 2017 at 3:09 PM, kernelci.org bot  
> >> wrote:
> >> > stable build: 199 builds: 1 failed, 198 passed, 1 error, 31 warnings
> >>
> 
> >> d43e6fb4ac4a ("cpmac: remove hopeless #warning")
> 
> >> 358c07fcc3b6 ("mm: memcontrol: avoid unused function warning")
> >>
> 
> >> 3021773c7c3e ("MIPS: DEC: Avoid la pseudo-instruction in delay slots")
> 
> >> 32eb6e8bee14 ("MIPS: Netlogic: Fix CP0_EBASE redefinition warnings")
> >
> > And I've added these as well, thanks.
> 
> Thanks! Here are the latest results from
> 
> https://kernelci.org/build/stable-rc/kernel/v4.4.54-31-gfe326ea3fc88/
> 
> | Errors Summary
> |
> | 1 arch/mips/ralink/timer.c:146:2: error: implicit declaration of
> function 'rt_timer_free' [-Werror=implicit-function-declaration]
> | 1 arch/mips/ralink/timer.c:145:2: error: implicit declaration of
> function 'rt_timer_disable' [-Werror=implicit-function-declaration]
> 
> d92240d12a got backported to 4.4.55-rc1 but should have only been
> in v4.9 or higher (which contains 62ee73d284e7). Please revert that
> one.

Oops, now dropped.

> | Warnings Summary
> | 1 net/wireless/nl80211.c:5109:1: warning: the frame size of 2064
> bytes is larger than 2048 bytes [-Wframe-larger-than=]
> | 1 net/wireless/nl80211.c:3875:1: warning: the frame size of 2168
> bytes is larger than 2048 bytes [-Wframe-larger-than=]
> | 1 net/wireless/nl80211.c:1744:1: warning: the frame size of 5640
> 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=]
> 
> Still broken on mainline, will get back to this in a few days.
> 
> | 1 drivers/scsi/mvsas/mv_sas.c:736:3: warning: this 'else' clause
> does not guard... [-Wmisleading-indentation]
> 
> Harmless warning that was fixed by
> 7789cd39274c ("mvsas: fix misleading indentation")
> 
> which got merged into v4.5. Caused by 0b15fb1fdfd4 ("[SCSI] mvsas:
> add support for Task collector mode and fixed relative bugs") in v3.0.

Now queued up, thanks.

greg k-h


Re: stable build: 199 builds: 1 failed, 198 passed, 1 error, 31 warnings (v4.4.52)

2017-03-15 Thread Arnd Bergmann
On Wed, Mar 15, 2017 at 8:22 AM, gregkh  wrote:
> On Tue, Feb 28, 2017 at 02:55:42PM +0100, Arnd Bergmann wrote:
>> On Sun, Feb 26, 2017 at 3:09 PM, kernelci.org bot  wrote:
>> > stable build: 199 builds: 1 failed, 198 passed, 1 error, 31 warnings
>>

>> d43e6fb4ac4a ("cpmac: remove hopeless #warning")

>> 358c07fcc3b6 ("mm: memcontrol: avoid unused function warning")
>>

>> 3021773c7c3e ("MIPS: DEC: Avoid la pseudo-instruction in delay slots")

>> 32eb6e8bee14 ("MIPS: Netlogic: Fix CP0_EBASE redefinition warnings")
>
> And I've added these as well, thanks.

Thanks! Here are the latest results from

https://kernelci.org/build/stable-rc/kernel/v4.4.54-31-gfe326ea3fc88/

| Errors Summary
|
| 1 arch/mips/ralink/timer.c:146:2: error: implicit declaration of
function 'rt_timer_free' [-Werror=implicit-function-declaration]
| 1 arch/mips/ralink/timer.c:145:2: error: implicit declaration of
function 'rt_timer_disable' [-Werror=implicit-function-declaration]

d92240d12a got backported to 4.4.55-rc1 but should have only been
in v4.9 or higher (which contains 62ee73d284e7). Please revert that
one.

| Warnings Summary
| 1 net/wireless/nl80211.c:5109:1: warning: the frame size of 2064
bytes is larger than 2048 bytes [-Wframe-larger-than=]
| 1 net/wireless/nl80211.c:3875:1: warning: the frame size of 2168
bytes is larger than 2048 bytes [-Wframe-larger-than=]
| 1 net/wireless/nl80211.c:1744:1: warning: the frame size of 5640
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=]

Still broken on mainline, will get back to this in a few days.

| 1 drivers/scsi/mvsas/mv_sas.c:736:3: warning: this 'else' clause
does not guard... [-Wmisleading-indentation]

Harmless warning that was fixed by
7789cd39274c ("mvsas: fix misleading indentation")

which got merged into v4.5. Caused by 0b15fb1fdfd4 ("[SCSI] mvsas:
add support for Task collector mode and fixed relative bugs") in v3.0.

 Arnd


Re: stable build: 199 builds: 1 failed, 198 passed, 1 error, 31 warnings (v4.4.52)

2017-03-15 Thread Arnd Bergmann
On Wed, Mar 15, 2017 at 8:22 AM, gregkh  wrote:
> On Tue, Feb 28, 2017 at 02:55:42PM +0100, Arnd Bergmann wrote:
>> On Sun, Feb 26, 2017 at 3:09 PM, kernelci.org bot  wrote:
>> > stable build: 199 builds: 1 failed, 198 passed, 1 error, 31 warnings
>>

>> d43e6fb4ac4a ("cpmac: remove hopeless #warning")

>> 358c07fcc3b6 ("mm: memcontrol: avoid unused function warning")
>>

>> 3021773c7c3e ("MIPS: DEC: Avoid la pseudo-instruction in delay slots")

>> 32eb6e8bee14 ("MIPS: Netlogic: Fix CP0_EBASE redefinition warnings")
>
> And I've added these as well, thanks.

Thanks! Here are the latest results from

https://kernelci.org/build/stable-rc/kernel/v4.4.54-31-gfe326ea3fc88/

| Errors Summary
|
| 1 arch/mips/ralink/timer.c:146:2: error: implicit declaration of
function 'rt_timer_free' [-Werror=implicit-function-declaration]
| 1 arch/mips/ralink/timer.c:145:2: error: implicit declaration of
function 'rt_timer_disable' [-Werror=implicit-function-declaration]

d92240d12a got backported to 4.4.55-rc1 but should have only been
in v4.9 or higher (which contains 62ee73d284e7). Please revert that
one.

| Warnings Summary
| 1 net/wireless/nl80211.c:5109:1: warning: the frame size of 2064
bytes is larger than 2048 bytes [-Wframe-larger-than=]
| 1 net/wireless/nl80211.c:3875:1: warning: the frame size of 2168
bytes is larger than 2048 bytes [-Wframe-larger-than=]
| 1 net/wireless/nl80211.c:1744:1: warning: the frame size of 5640
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=]

Still broken on mainline, will get back to this in a few days.

| 1 drivers/scsi/mvsas/mv_sas.c:736:3: warning: this 'else' clause
does not guard... [-Wmisleading-indentation]

Harmless warning that was fixed by
7789cd39274c ("mvsas: fix misleading indentation")

which got merged into v4.5. Caused by 0b15fb1fdfd4 ("[SCSI] mvsas:
add support for Task collector mode and fixed relative bugs") in v3.0.

 Arnd


Re: stable build: 199 builds: 1 failed, 198 passed, 1 error, 31 warnings (v4.4.52)

2017-03-15 Thread gregkh
On Tue, Feb 28, 2017 at 02:55:42PM +0100, Arnd Bergmann wrote:
> On Sun, Feb 26, 2017 at 3:09 PM, kernelci.org bot  wrote:
> > stable build: 199 builds: 1 failed, 198 passed, 1 error, 31 warnings
> 
> A few additional patches are missing here, besides the ones I have
> listed for 4.9 and v4.10
> 
> > Warnings:
> > drivers/net/ethernet/ti/cpmac.c:1240:2: warning: #warning FIXME: unhardcode
> > gpio bits [-Wcpp]
> 
> d43e6fb4ac4a ("cpmac: remove hopeless #warning")
> 
> > ci20_defconfig (mips) — PASS, 0 errors, 1 warning, 0 section mismatches
> >
> > Warnings:
> > mm/memcontrol.c:4153:27: warning: 'mem_cgroup_id_get_online' defined but not
> > used [-Wunused-function]
> 
> 358c07fcc3b6 ("mm: memcontrol: avoid unused function warning")
> 
> > decstation_defconfig (mips) — PASS, 0 errors, 3 warnings, 0 section
> > mismatches
> >
> > Warnings:
> > arch/mips/dec/int-handler.S:149: Warning: macro instruction expanded into
> > multiple instructions in a branch delay slot
> > arch/mips/dec/int-handler.S:198: Warning: macro instruction expanded into
> > multiple instructions in a branch delay slot
> 
> 3021773c7c3e ("MIPS: DEC: Avoid la pseudo-instruction in delay slots")
> 
> > nlm_xlp_defconfig (mips) — PASS, 0 errors, 4 warnings, 0 section mismatches
> >
> > Warnings:
> > arch/mips/netlogic/common/reset.S:53:0: warning: "CP0_EBASE" redefined
> > arch/mips/netlogic/common/smpboot.S:51:0: warning: "CP0_EBASE" redefined
> 
> 32eb6e8bee14 ("MIPS: Netlogic: Fix CP0_EBASE redefinition warnings")

And I've added these as well, thanks.

greg k-h


Re: stable build: 199 builds: 1 failed, 198 passed, 1 error, 31 warnings (v4.4.52)

2017-03-15 Thread gregkh
On Tue, Feb 28, 2017 at 02:55:42PM +0100, Arnd Bergmann wrote:
> On Sun, Feb 26, 2017 at 3:09 PM, kernelci.org bot  wrote:
> > stable build: 199 builds: 1 failed, 198 passed, 1 error, 31 warnings
> 
> A few additional patches are missing here, besides the ones I have
> listed for 4.9 and v4.10
> 
> > Warnings:
> > drivers/net/ethernet/ti/cpmac.c:1240:2: warning: #warning FIXME: unhardcode
> > gpio bits [-Wcpp]
> 
> d43e6fb4ac4a ("cpmac: remove hopeless #warning")
> 
> > ci20_defconfig (mips) — PASS, 0 errors, 1 warning, 0 section mismatches
> >
> > Warnings:
> > mm/memcontrol.c:4153:27: warning: 'mem_cgroup_id_get_online' defined but not
> > used [-Wunused-function]
> 
> 358c07fcc3b6 ("mm: memcontrol: avoid unused function warning")
> 
> > decstation_defconfig (mips) — PASS, 0 errors, 3 warnings, 0 section
> > mismatches
> >
> > Warnings:
> > arch/mips/dec/int-handler.S:149: Warning: macro instruction expanded into
> > multiple instructions in a branch delay slot
> > arch/mips/dec/int-handler.S:198: Warning: macro instruction expanded into
> > multiple instructions in a branch delay slot
> 
> 3021773c7c3e ("MIPS: DEC: Avoid la pseudo-instruction in delay slots")
> 
> > nlm_xlp_defconfig (mips) — PASS, 0 errors, 4 warnings, 0 section mismatches
> >
> > Warnings:
> > arch/mips/netlogic/common/reset.S:53:0: warning: "CP0_EBASE" redefined
> > arch/mips/netlogic/common/smpboot.S:51:0: warning: "CP0_EBASE" redefined
> 
> 32eb6e8bee14 ("MIPS: Netlogic: Fix CP0_EBASE redefinition warnings")

And I've added these as well, thanks.

greg k-h


Re: stable build: 199 builds: 1 failed, 198 passed, 1 error, 31 warnings (v4.4.52)

2017-02-28 Thread Arnd Bergmann
On Sun, Feb 26, 2017 at 3:09 PM, kernelci.org bot  wrote:
> stable build: 199 builds: 1 failed, 198 passed, 1 error, 31 warnings

A few additional patches are missing here, besides the ones I have
listed for 4.9 and v4.10

> Warnings:
> drivers/net/ethernet/ti/cpmac.c:1240:2: warning: #warning FIXME: unhardcode
> gpio bits [-Wcpp]

d43e6fb4ac4a ("cpmac: remove hopeless #warning")

> ci20_defconfig (mips) — PASS, 0 errors, 1 warning, 0 section mismatches
>
> Warnings:
> mm/memcontrol.c:4153:27: warning: 'mem_cgroup_id_get_online' defined but not
> used [-Wunused-function]

358c07fcc3b6 ("mm: memcontrol: avoid unused function warning")

> decstation_defconfig (mips) — PASS, 0 errors, 3 warnings, 0 section
> mismatches
>
> Warnings:
> arch/mips/dec/int-handler.S:149: Warning: macro instruction expanded into
> multiple instructions in a branch delay slot
> arch/mips/dec/int-handler.S:198: Warning: macro instruction expanded into
> multiple instructions in a branch delay slot

3021773c7c3e ("MIPS: DEC: Avoid la pseudo-instruction in delay slots")

> nlm_xlp_defconfig (mips) — PASS, 0 errors, 4 warnings, 0 section mismatches
>
> Warnings:
> arch/mips/netlogic/common/reset.S:53:0: warning: "CP0_EBASE" redefined
> arch/mips/netlogic/common/smpboot.S:51:0: warning: "CP0_EBASE" redefined

32eb6e8bee14 ("MIPS: Netlogic: Fix CP0_EBASE redefinition warnings")

Arnd


Re: stable build: 199 builds: 1 failed, 198 passed, 1 error, 31 warnings (v4.4.52)

2017-02-28 Thread Arnd Bergmann
On Sun, Feb 26, 2017 at 3:09 PM, kernelci.org bot  wrote:
> stable build: 199 builds: 1 failed, 198 passed, 1 error, 31 warnings

A few additional patches are missing here, besides the ones I have
listed for 4.9 and v4.10

> Warnings:
> drivers/net/ethernet/ti/cpmac.c:1240:2: warning: #warning FIXME: unhardcode
> gpio bits [-Wcpp]

d43e6fb4ac4a ("cpmac: remove hopeless #warning")

> ci20_defconfig (mips) — PASS, 0 errors, 1 warning, 0 section mismatches
>
> Warnings:
> mm/memcontrol.c:4153:27: warning: 'mem_cgroup_id_get_online' defined but not
> used [-Wunused-function]

358c07fcc3b6 ("mm: memcontrol: avoid unused function warning")

> decstation_defconfig (mips) — PASS, 0 errors, 3 warnings, 0 section
> mismatches
>
> Warnings:
> arch/mips/dec/int-handler.S:149: Warning: macro instruction expanded into
> multiple instructions in a branch delay slot
> arch/mips/dec/int-handler.S:198: Warning: macro instruction expanded into
> multiple instructions in a branch delay slot

3021773c7c3e ("MIPS: DEC: Avoid la pseudo-instruction in delay slots")

> nlm_xlp_defconfig (mips) — PASS, 0 errors, 4 warnings, 0 section mismatches
>
> Warnings:
> arch/mips/netlogic/common/reset.S:53:0: warning: "CP0_EBASE" redefined
> arch/mips/netlogic/common/smpboot.S:51:0: warning: "CP0_EBASE" redefined

32eb6e8bee14 ("MIPS: Netlogic: Fix CP0_EBASE redefinition warnings")

Arnd