linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: next build: 113 warnings 0 failures (next/next-20170605)
       [not found] <59351e18.c490630a.4dca5.e785@mx.google.com>
@ 2017-06-06 13:14 ` Arnd Bergmann
  2017-06-06 22:36   ` Wolfram Sang
  0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2017-06-06 13:14 UTC (permalink / raw)
  To: Olof's autobuilder
  Cc: Olof Johansson, Kernel Build Reports Mailman List, Joe Carnuccio,
	Himanshu Madhani, Bart Van Assche, Martin K. Petersen,
	linux-scsi, qla2xxx-upstream, Wolfram Sang, Jean Delvare,
	Wolfram Sang, linux-i2c, Linux Kernel Mailing List,
	Andy Shevchenko

On Mon, Jun 5, 2017 at 11:02 AM, Olof's autobuilder <build@lixom.net> wrote:
> Here are the build results from automated periodic testing.
>
> The tree being built was next, found at:
>
> http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git (master branch)
>
> Topmost commit:
>
> f0090bf Add linux-next specific files for 20170605
>
> Build logs (stderr only) can be found at the following link (experimental):
>
> http://arm-soc.lixom.net/buildlogs/next/next-20170605/
> Warnings:
>
>       1 drivers/scsi/qla2xxx/qla_init.c:6407:50: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=]
>       1 drivers/scsi/qla2xxx/qla_init.c:6709:50: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Wformat=]

Caused by b95b9452aacf ("scsi: qla2xxx: Fix crash due to mismatch mumber
of Q-pair creation for Multi queue"): Need to use %zx instead of %lx for
printing a size_t

>       2 drivers/i2c/i2c-stub.c:18:0: warning: "DEBUG" redefined

Caused by 6c42778780c4 ("i2c: stub: use pr_fmt"): "#define DEBUG"
now conflicts with "ccflags-$(CONFIG_I2C_DEBUG_CORE) := -DDEBUG"
in the Makefile.

>     109 drivers/usb/dwc2/hw.h:230:0: warning: "GUID" redefined

This was introduced yesterday, but appears to be fixed again already.

       Arnd

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

* Re: next build: 113 warnings 0 failures (next/next-20170605)
  2017-06-06 13:14 ` next build: 113 warnings 0 failures (next/next-20170605) Arnd Bergmann
@ 2017-06-06 22:36   ` Wolfram Sang
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfram Sang @ 2017-06-06 22:36 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: Olof's autobuilder, Olof Johansson,
	Kernel Build Reports Mailman List, Joe Carnuccio,
	Himanshu Madhani, Bart Van Assche, Martin K. Petersen,
	linux-scsi, qla2xxx-upstream, Wolfram Sang, Jean Delvare,
	linux-i2c, Linux Kernel Mailing List, Andy Shevchenko

[-- Attachment #1: Type: text/plain, Size: 259 bytes --]


> >       2 drivers/i2c/i2c-stub.c:18:0: warning: "DEBUG" redefined
> 
> Caused by 6c42778780c4 ("i2c: stub: use pr_fmt"): "#define DEBUG"
> now conflicts with "ccflags-$(CONFIG_I2C_DEBUG_CORE) := -DDEBUG"
> in the Makefile.

I'll fix it tomorrow!


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2017-06-06 22:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <59351e18.c490630a.4dca5.e785@mx.google.com>
2017-06-06 13:14 ` next build: 113 warnings 0 failures (next/next-20170605) Arnd Bergmann
2017-06-06 22:36   ` Wolfram Sang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).