All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next build regressions, Re: next build: 208 builds: 2 failed, 206 passed, 39 warnings (next-20170222)
       [not found] <58ad2e38.0d57190a.e5f64.04d6@mx.google.com>
@ 2017-02-22 10:30   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2017-02-22 10:30 UTC (permalink / raw)
  To: kernel-build-reports
  Cc: kernelci. org bot, linux-kernel, Vincent Abriou,
	Jonathan Cameron, Hans Verkuil, gregkh, linux-arm-kernel

On Tuesday, February 21, 2017 10:22:48 PM CET kernelci. org bot wrote:
> next build: 208 builds: 2 failed, 206 passed, 39 warnings (next-20170222)

>From last week's 9, four patches got merged into linux-next, two new
ones came in (drm/sti), three have pending patches and two are waiting
for me to come up with a proper solution.

> --------------------------------------------------------------------------------
> allmodconfig (arm) — PASS, 0 errors, 9 warnings, 0 section mismatches
> 
> Warnings:
>     drivers/gpu/drm/sti/sti_vtg.c:392:22: warning: unused variable 'np' [-Wunused-variable]
>     drivers/gpu/drm/sti/sti_drv.c:120:13: warning: 'sti_drm_dbg_cleanup' defined but not used [-Wunused-function]

I sent two patches for these yesterday, and Vincent also sent these
already, 

>     drivers/iio/adc/rcar-gyroadc.c:429:27: warning: 'num_channels' may be used uninitialized in this function [-Wmaybe-uninitialized]
>     drivers/iio/adc/rcar-gyroadc.c:426:22: warning: 'sample_width' may be used uninitialized in this function [-Wmaybe-uninitialized]
>     drivers/iio/adc/rcar-gyroadc.c:428:23: warning: 'channels' may be used uninitialized in this function [-Wmaybe-uninitialized]
>     drivers/iio/adc/rcar-gyroadc.c:398:26: warning: 'adcmode' may be used uninitialized in this function [-Wmaybe-uninitialized]

An old one, Jonathan Cameron said he'd send this one for 4.11-rc2,
but it has not appeared in linux-next yet.

Jonathan, any update?

>     drivers/media/platform/coda/imx-vdoa.c:333:181: warning: passing argument 1 of '__platform_driver_register' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
>     drivers/media/platform/coda/imx-vdoa.c:333:625: warning: passing argument 1 of 'platform_driver_unregister' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]

Hans Verkuil said he'd take care of this if he remembers.

>     drivers/usb/gadget/udc/atmel_usba_udc.c:632:550: warning: 'ept_cfg' may be used uninitialized in this function [-Wmaybe-uninitialized]

Sent a patch on 2017-02-01. No reply since last update, resending now.

> --------------------------------------------------------------------------------
> cavium_octeon_defconfig (mips) — PASS, 0 errors, 1 warning, 0 section mismatches
> 
> Warnings:
>     drivers/staging/octeon/ethernet-rx.c:339:28: warning: unused variable 'priv' [-Wunused-variable]

I sent a patch on 2017-02-17, no reply yet.

> --------------------------------------------------------------------------------
> 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:1470:1: warning: the frame size of 2344 bytes is larger than 2048 bytes [-Wframe-larger-than=]

I have patches, but it's tricky. Expect a long set of patches in the next
few days. Unlike the others, this is not a regression compared to 4.9, but
a long-standing issue.

	Arnd

^ permalink raw reply	[flat|nested] 4+ messages in thread

* linux-next build regressions, Re: next build: 208 builds: 2 failed, 206 passed, 39 warnings (next-20170222)
@ 2017-02-22 10:30   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2017-02-22 10:30 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday, February 21, 2017 10:22:48 PM CET kernelci. org bot wrote:
> next build: 208 builds: 2 failed, 206 passed, 39 warnings (next-20170222)

>From last week's 9, four patches got merged into linux-next, two new
ones came in (drm/sti), three have pending patches and two are waiting
for me to come up with a proper solution.

> --------------------------------------------------------------------------------
> allmodconfig (arm) ? PASS, 0 errors, 9 warnings, 0 section mismatches
> 
> Warnings:
>     drivers/gpu/drm/sti/sti_vtg.c:392:22: warning: unused variable 'np' [-Wunused-variable]
>     drivers/gpu/drm/sti/sti_drv.c:120:13: warning: 'sti_drm_dbg_cleanup' defined but not used [-Wunused-function]

I sent two patches for these yesterday, and Vincent also sent these
already, 

>     drivers/iio/adc/rcar-gyroadc.c:429:27: warning: 'num_channels' may be used uninitialized in this function [-Wmaybe-uninitialized]
>     drivers/iio/adc/rcar-gyroadc.c:426:22: warning: 'sample_width' may be used uninitialized in this function [-Wmaybe-uninitialized]
>     drivers/iio/adc/rcar-gyroadc.c:428:23: warning: 'channels' may be used uninitialized in this function [-Wmaybe-uninitialized]
>     drivers/iio/adc/rcar-gyroadc.c:398:26: warning: 'adcmode' may be used uninitialized in this function [-Wmaybe-uninitialized]

An old one, Jonathan Cameron said he'd send this one for 4.11-rc2,
but it has not appeared in linux-next yet.

Jonathan, any update?

>     drivers/media/platform/coda/imx-vdoa.c:333:181: warning: passing argument 1 of '__platform_driver_register' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
>     drivers/media/platform/coda/imx-vdoa.c:333:625: warning: passing argument 1 of 'platform_driver_unregister' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]

Hans Verkuil said he'd take care of this if he remembers.

>     drivers/usb/gadget/udc/atmel_usba_udc.c:632:550: warning: 'ept_cfg' may be used uninitialized in this function [-Wmaybe-uninitialized]

Sent a patch on 2017-02-01. No reply since last update, resending now.

> --------------------------------------------------------------------------------
> cavium_octeon_defconfig (mips) ? PASS, 0 errors, 1 warning, 0 section mismatches
> 
> Warnings:
>     drivers/staging/octeon/ethernet-rx.c:339:28: warning: unused variable 'priv' [-Wunused-variable]

I sent a patch on 2017-02-17, no reply yet.

> --------------------------------------------------------------------------------
> 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:1470:1: warning: the frame size of 2344 bytes is larger than 2048 bytes [-Wframe-larger-than=]

I have patches, but it's tricky. Expect a long set of patches in the next
few days. Unlike the others, this is not a regression compared to 4.9, but
a long-standing issue.

	Arnd

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux-next build regressions, Re: next build: 208 builds: 2 failed, 206 passed, 39 warnings (next-20170222)
  2017-02-22 10:30   ` Arnd Bergmann
@ 2017-02-25 18:37     ` Jonathan Cameron
  -1 siblings, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2017-02-25 18:37 UTC (permalink / raw)
  To: Arnd Bergmann, kernel-build-reports
  Cc: kernelci. org bot, linux-kernel, Vincent Abriou, Hans Verkuil,
	gregkh, linux-arm-kernel

On 22/02/17 10:30, Arnd Bergmann wrote:
> On Tuesday, February 21, 2017 10:22:48 PM CET kernelci. org bot wrote:
>> next build: 208 builds: 2 failed, 206 passed, 39 warnings (next-20170222)
> 
> From last week's 9, four patches got merged into linux-next, two new
> ones came in (drm/sti), three have pending patches and two are waiting
> for me to come up with a proper solution.
> 
>> --------------------------------------------------------------------------------
>> allmodconfig (arm) — PASS, 0 errors, 9 warnings, 0 section mismatches
>>
>> Warnings:
>>     drivers/gpu/drm/sti/sti_vtg.c:392:22: warning: unused variable 'np' [-Wunused-variable]
>>     drivers/gpu/drm/sti/sti_drv.c:120:13: warning: 'sti_drm_dbg_cleanup' defined but not used [-Wunused-function]
> 
> I sent two patches for these yesterday, and Vincent also sent these
> already, 
> 
>>     drivers/iio/adc/rcar-gyroadc.c:429:27: warning: 'num_channels' may be used uninitialized in this function [-Wmaybe-uninitialized]
>>     drivers/iio/adc/rcar-gyroadc.c:426:22: warning: 'sample_width' may be used uninitialized in this function [-Wmaybe-uninitialized]
>>     drivers/iio/adc/rcar-gyroadc.c:428:23: warning: 'channels' may be used uninitialized in this function [-Wmaybe-uninitialized]
>>     drivers/iio/adc/rcar-gyroadc.c:398:26: warning: 'adcmode' may be used uninitialized in this function [-Wmaybe-uninitialized]
> 
> An old one, Jonathan Cameron said he'd send this one for 4.11-rc2,
> but it has not appeared in linux-next yet.
> 
> Jonathan, any update?
Was waiting for Greg's staging-linus branch to contain the dependencies
so I could do a merge test before sending him the pull. Took a few
more days after that to get to it as busy week. Now done.

Pull request for a micro set including this one just gone to Greg.
Not rc2 time yet so plenty of time ;)

Thanks

Jonathan
> 
>>     drivers/media/platform/coda/imx-vdoa.c:333:181: warning: passing argument 1 of '__platform_driver_register' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
>>     drivers/media/platform/coda/imx-vdoa.c:333:625: warning: passing argument 1 of 'platform_driver_unregister' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
> 
> Hans Verkuil said he'd take care of this if he remembers.
> 
>>     drivers/usb/gadget/udc/atmel_usba_udc.c:632:550: warning: 'ept_cfg' may be used uninitialized in this function [-Wmaybe-uninitialized]
> 
> Sent a patch on 2017-02-01. No reply since last update, resending now.
> 
>> --------------------------------------------------------------------------------
>> cavium_octeon_defconfig (mips) — PASS, 0 errors, 1 warning, 0 section mismatches
>>
>> Warnings:
>>     drivers/staging/octeon/ethernet-rx.c:339:28: warning: unused variable 'priv' [-Wunused-variable]
> 
> I sent a patch on 2017-02-17, no reply yet.
> 
>> --------------------------------------------------------------------------------
>> 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:1470:1: warning: the frame size of 2344 bytes is larger than 2048 bytes [-Wframe-larger-than=]
> 
> I have patches, but it's tricky. Expect a long set of patches in the next
> few days. Unlike the others, this is not a regression compared to 4.9, but
> a long-standing issue.
> 
> 	Arnd
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* linux-next build regressions, Re: next build: 208 builds: 2 failed, 206 passed, 39 warnings (next-20170222)
@ 2017-02-25 18:37     ` Jonathan Cameron
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2017-02-25 18:37 UTC (permalink / raw)
  To: linux-arm-kernel

On 22/02/17 10:30, Arnd Bergmann wrote:
> On Tuesday, February 21, 2017 10:22:48 PM CET kernelci. org bot wrote:
>> next build: 208 builds: 2 failed, 206 passed, 39 warnings (next-20170222)
> 
> From last week's 9, four patches got merged into linux-next, two new
> ones came in (drm/sti), three have pending patches and two are waiting
> for me to come up with a proper solution.
> 
>> --------------------------------------------------------------------------------
>> allmodconfig (arm) ? PASS, 0 errors, 9 warnings, 0 section mismatches
>>
>> Warnings:
>>     drivers/gpu/drm/sti/sti_vtg.c:392:22: warning: unused variable 'np' [-Wunused-variable]
>>     drivers/gpu/drm/sti/sti_drv.c:120:13: warning: 'sti_drm_dbg_cleanup' defined but not used [-Wunused-function]
> 
> I sent two patches for these yesterday, and Vincent also sent these
> already, 
> 
>>     drivers/iio/adc/rcar-gyroadc.c:429:27: warning: 'num_channels' may be used uninitialized in this function [-Wmaybe-uninitialized]
>>     drivers/iio/adc/rcar-gyroadc.c:426:22: warning: 'sample_width' may be used uninitialized in this function [-Wmaybe-uninitialized]
>>     drivers/iio/adc/rcar-gyroadc.c:428:23: warning: 'channels' may be used uninitialized in this function [-Wmaybe-uninitialized]
>>     drivers/iio/adc/rcar-gyroadc.c:398:26: warning: 'adcmode' may be used uninitialized in this function [-Wmaybe-uninitialized]
> 
> An old one, Jonathan Cameron said he'd send this one for 4.11-rc2,
> but it has not appeared in linux-next yet.
> 
> Jonathan, any update?
Was waiting for Greg's staging-linus branch to contain the dependencies
so I could do a merge test before sending him the pull. Took a few
more days after that to get to it as busy week. Now done.

Pull request for a micro set including this one just gone to Greg.
Not rc2 time yet so plenty of time ;)

Thanks

Jonathan
> 
>>     drivers/media/platform/coda/imx-vdoa.c:333:181: warning: passing argument 1 of '__platform_driver_register' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
>>     drivers/media/platform/coda/imx-vdoa.c:333:625: warning: passing argument 1 of 'platform_driver_unregister' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
> 
> Hans Verkuil said he'd take care of this if he remembers.
> 
>>     drivers/usb/gadget/udc/atmel_usba_udc.c:632:550: warning: 'ept_cfg' may be used uninitialized in this function [-Wmaybe-uninitialized]
> 
> Sent a patch on 2017-02-01. No reply since last update, resending now.
> 
>> --------------------------------------------------------------------------------
>> cavium_octeon_defconfig (mips) ? PASS, 0 errors, 1 warning, 0 section mismatches
>>
>> Warnings:
>>     drivers/staging/octeon/ethernet-rx.c:339:28: warning: unused variable 'priv' [-Wunused-variable]
> 
> I sent a patch on 2017-02-17, no reply yet.
> 
>> --------------------------------------------------------------------------------
>> 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:1470:1: warning: the frame size of 2344 bytes is larger than 2048 bytes [-Wframe-larger-than=]
> 
> I have patches, but it's tricky. Expect a long set of patches in the next
> few days. Unlike the others, this is not a regression compared to 4.9, but
> a long-standing issue.
> 
> 	Arnd
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-02-25 18:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <58ad2e38.0d57190a.e5f64.04d6@mx.google.com>
2017-02-22 10:30 ` linux-next build regressions, Re: next build: 208 builds: 2 failed, 206 passed, 39 warnings (next-20170222) Arnd Bergmann
2017-02-22 10:30   ` Arnd Bergmann
2017-02-25 18:37   ` Jonathan Cameron
2017-02-25 18:37     ` Jonathan Cameron

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.