All of lore.kernel.org
 help / color / mirror / Atom feed
* v3.18.52 build: 0 failures 2 warnings (v3.18.52)
@ 2017-05-08 10:27 Build bot for Mark Brown
  2017-05-08 12:25 ` Arnd Bergmann
  0 siblings, 1 reply; 3+ messages in thread
From: Build bot for Mark Brown @ 2017-05-08 10:27 UTC (permalink / raw)
  To: kernel-build-reports, linaro-kernel, stable

Tree/Branch: v3.18.52
Git describe: v3.18.52
Commit: 68e50dad01 Linux 3.18.52

Build Time: 113 min 33 sec

Passed:    9 / 9   (100.00 %)
Failed:    0 / 9   (  0.00 %)

Errors: 0
Warnings: 2
Section Mismatches: 0

-------------------------------------------------------------------------------
defconfigs with issues (other than build errors):
      3 warnings    0 mismatches  : arm-allmodconfig
      2 warnings    0 mismatches  : arm-multi_v7_defconfig
      2 warnings    0 mismatches  : arm-multi_v5_defconfig

-------------------------------------------------------------------------------

Warnings Summary: 2
	  6 ../drivers/tty/sysrq.c:956:33: warning: array subscript is above array bounds [-Warray-bounds]
	  1 ../drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1192 bytes is larger than 1024 bytes [-Wframe-larger-than=]



===============================================================================
Detailed per-defconfig build reports below:


-------------------------------------------------------------------------------
arm-allmodconfig : PASS, 0 errors, 3 warnings, 0 section mismatches

Warnings:
	../drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1192 bytes is larger than 1024 bytes [-Wframe-larger-than=]
	../drivers/tty/sysrq.c:956:33: warning: array subscript is above array bounds [-Warray-bounds]
	../drivers/tty/sysrq.c:956:33: warning: array subscript is above array bounds [-Warray-bounds]

-------------------------------------------------------------------------------
arm-multi_v7_defconfig : PASS, 0 errors, 2 warnings, 0 section mismatches

Warnings:
	../drivers/tty/sysrq.c:956:33: warning: array subscript is above array bounds [-Warray-bounds]
	../drivers/tty/sysrq.c:956:33: warning: array subscript is above array bounds [-Warray-bounds]

-------------------------------------------------------------------------------
arm-multi_v5_defconfig : PASS, 0 errors, 2 warnings, 0 section mismatches

Warnings:
	../drivers/tty/sysrq.c:956:33: warning: array subscript is above array bounds [-Warray-bounds]
	../drivers/tty/sysrq.c:956:33: warning: array subscript is above array bounds [-Warray-bounds]
-------------------------------------------------------------------------------

Passed with no errors, warnings or mismatches:

arm64-allnoconfig
arm64-allmodconfig
x86_64-defconfig
arm-allnoconfig
x86_64-allnoconfig
arm64-defconfig

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

* Re: v3.18.52 build: 0 failures 2 warnings (v3.18.52)
  2017-05-08 10:27 v3.18.52 build: 0 failures 2 warnings (v3.18.52) Build bot for Mark Brown
@ 2017-05-08 12:25 ` Arnd Bergmann
  2017-05-08 13:17   ` gregkh
  0 siblings, 1 reply; 3+ messages in thread
From: Arnd Bergmann @ 2017-05-08 12:25 UTC (permalink / raw)
  To: Build bot for Mark Brown
  Cc: Kernel Build Reports Mailman List, linaro-kernel, stable, gregkh

On Mon, May 8, 2017 at 12:27 PM, Build bot for Mark Brown
<broonie@kernel.org> wrote:
> Tree/Branch: v3.18.52
> Git describe: v3.18.52
> Commit: 68e50dad01 Linux 3.18.52

Ok, so while kernelci reports a clean build, both Olof and Mark still
have one or two
warnings.

> defconfigs with issues (other than build errors):
>       3 warnings    0 mismatches  : arm-allmodconfig
>       2 warnings    0 mismatches  : arm-multi_v7_defconfig
>       2 warnings    0 mismatches  : arm-multi_v5_defconfig

> Warnings Summary: 2
>           6 ../drivers/tty/sysrq.c:956:33: warning: array subscript is above array bounds [-Warray-bounds]

This was fixed in v4.2 with this patch:

ffb6e0c9a057 ("tty: remove platform_sysrq_reset_seq")

>           1 ../drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1192 bytes is larger than 1024 bytes [-Wframe-larger-than=]

And this was fixed in v4.1 with

d09957fbb4d0 ("mtd: cfi: reduce stack size")

Both warnings are apparently architecture and gcc version specific, and kernelci
had a different set of combinations here.

       Arnd

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

* Re: v3.18.52 build: 0 failures 2 warnings (v3.18.52)
  2017-05-08 12:25 ` Arnd Bergmann
@ 2017-05-08 13:17   ` gregkh
  0 siblings, 0 replies; 3+ messages in thread
From: gregkh @ 2017-05-08 13:17 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Build bot for Mark Brown, Kernel Build Reports Mailman List,
	linaro-kernel, stable

On Mon, May 08, 2017 at 02:25:11PM +0200, Arnd Bergmann wrote:
> On Mon, May 8, 2017 at 12:27 PM, Build bot for Mark Brown
> <broonie@kernel.org> wrote:
> > Tree/Branch: v3.18.52
> > Git describe: v3.18.52
> > Commit: 68e50dad01 Linux 3.18.52
> 
> Ok, so while kernelci reports a clean build, both Olof and Mark still
> have one or two
> warnings.
> 
> > defconfigs with issues (other than build errors):
> >       3 warnings    0 mismatches  : arm-allmodconfig
> >       2 warnings    0 mismatches  : arm-multi_v7_defconfig
> >       2 warnings    0 mismatches  : arm-multi_v5_defconfig
> 
> > Warnings Summary: 2
> >           6 ../drivers/tty/sysrq.c:956:33: warning: array subscript is above array bounds [-Warray-bounds]
> 
> This was fixed in v4.2 with this patch:
> 
> ffb6e0c9a057 ("tty: remove platform_sysrq_reset_seq")
> 
> >           1 ../drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1192 bytes is larger than 1024 bytes [-Wframe-larger-than=]
> 
> And this was fixed in v4.1 with
> 
> d09957fbb4d0 ("mtd: cfi: reduce stack size")
> 
> Both warnings are apparently architecture and gcc version specific, and kernelci
> had a different set of combinations here.

Both now queued up, thanks.  Hopefully this should be the last ones for
these warnings :)

greg k-h

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

end of thread, other threads:[~2017-05-08 13:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-08 10:27 v3.18.52 build: 0 failures 2 warnings (v3.18.52) Build bot for Mark Brown
2017-05-08 12:25 ` Arnd Bergmann
2017-05-08 13:17   ` gregkh

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.