Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1658763 > unrolled thread
| Started by | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| First post | 2017-06-06 15:20 +0200 |
| Last post | 2017-06-07 00:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: next build: 113 warnings 0 failures (next/next-20170605) Arnd Bergmann <arnd@arndb.de> - 2017-06-06 15:20 +0200
Re: next build: 113 warnings 0 failures (next/next-20170605) Wolfram Sang <wsa@the-dreams.de> - 2017-06-07 00:40 +0200
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Date | 2017-06-06 15:20 +0200 |
| Subject | Re: next build: 113 warnings 0 failures (next/next-20170605) |
| Message-ID | <tPmyS-S4-17@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Wolfram Sang <wsa@the-dreams.de> |
|---|---|
| Date | 2017-06-07 00:40 +0200 |
| Message-ID | <tPviN-6ua-1@gated-at.bofh.it> |
| In reply to | #1658763 |
[Multipart message — attachments visible in raw view] — view raw
> > 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!
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web