linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: mainline build: 208 builds: 0 failed, 208 passed, 422 warnings (v4.11-rc2-164-gdefc7d752265)
       [not found] <58c97f8f.c4b5190a.8c4e4.300d@mx.google.com>
@ 2017-03-15 20:02 ` Arnd Bergmann
  2017-03-16  9:59   ` Arnd Bergmann
  2017-03-20 12:31   ` Will Deacon
  0 siblings, 2 replies; 3+ messages in thread
From: Arnd Bergmann @ 2017-03-15 20:02 UTC (permalink / raw)
  To: kernelci.org bot
  Cc: kernel-build-reports, Russell King - ARM Linux, Catalin Marinas,
	Will Deacon, Linux ARM, linux-mips, Ralf Baechle, James Hogan,
	linux-media, Linux Kernel Mailing List, Mauro Carvalho Chehab

On Wed, Mar 15, 2017 at 6:53 PM, kernelci.org bot <bot@kernelci.org> wrote:
>
> mainline build: 208 builds: 0 failed, 208 passed, 422 warnings (v4.11-rc2-164-gdefc7d752265)

The last build failure in mainline is gone now, though I don't know
what fixed it.
Let's hope this doesn't come back as the cause was apparently a race condition
in Kbuild that might have stopped triggering.

> Warnings summary:
> 409 :1325:2: warning: #warning syscall statx not implemented [-Wcpp]

The warning triggers for arm, arm64 and mips on every build. I saw a patch
was posted for asm-generic, which takes care of arm64.

Catalin and Will: can you take this through the arm64 tree? I don't have
anything else for asm-generic at the moment.

Russell and Ralf, do you already have patches for ARM and MIPS to
add the syscalls, or would you like me to send you patches for it?
I assume all arch maintainers will get to it eventually, but I'd like to
see this gone from the kernelci reporting.

Once the syscall number has been assigned for arch/arm, we will
also need to update the compat syscall table for arm64 of course.

> 2 include/linux/device.h:1479:15: warning: passing argument 1 of 'platform_driver_unregister' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
> 2 include/linux/device.h:1474:20: warning: passing argument 1 of '__platform_driver_register' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]

Mauro has applied the fix in linux-next, I assume this is going to hit mainline
before v4.11-rc3.

> 1 net/wireless/nl80211.c:5743:1: warning: the frame size of 2064 bytes is larger than 2048 bytes [-Wframe-larger-than=]
> 1 net/bridge/br_netlink.c:1339:1: warning: the frame size of 2544 bytes is larger than 2048 bytes [-Wframe-larger-than=]
> 1 drivers/tty/vt/keyboard.c:1472:1: warning: the frame size of 2344 bytes is larger than 2048 bytes [-Wframe-larger-than=]

I still have this one on my list, should be able to post an updated version
in a few days after I'm through with my backlog of older patches.

      Arnd

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

* Re: mainline build: 208 builds: 0 failed, 208 passed, 422 warnings (v4.11-rc2-164-gdefc7d752265)
  2017-03-15 20:02 ` mainline build: 208 builds: 0 failed, 208 passed, 422 warnings (v4.11-rc2-164-gdefc7d752265) Arnd Bergmann
@ 2017-03-16  9:59   ` Arnd Bergmann
  2017-03-20 12:31   ` Will Deacon
  1 sibling, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2017-03-16  9:59 UTC (permalink / raw)
  To: kernelci.org bot
  Cc: kernel-build-reports, Russell King - ARM Linux, Catalin Marinas,
	Will Deacon, Linux ARM, linux-mips, Ralf Baechle, James Hogan,
	linux-media, Linux Kernel Mailing List, Mauro Carvalho Chehab

On Wed, Mar 15, 2017 at 9:02 PM, Arnd Bergmann <arnd@arndb.de> wrote:
> On Wed, Mar 15, 2017 at 6:53 PM, kernelci.org bot <bot@kernelci.org> wrote:
>>
>> mainline build: 208 builds: 0 failed, 208 passed, 422 warnings (v4.11-rc2-164-gdefc7d752265)
>
> The last build failure in mainline is gone now, though I don't know
> what fixed it.
> Let's hope this doesn't come back as the cause was apparently a race condition
> in Kbuild that might have stopped triggering.

Now the failure in x86_64 allmodconfig+CONFIG_OF=n is back, which makes it
particularly hard to bisect as the problem only shows up sometimes.

     Arnd

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

* Re: mainline build: 208 builds: 0 failed, 208 passed, 422 warnings (v4.11-rc2-164-gdefc7d752265)
  2017-03-15 20:02 ` mainline build: 208 builds: 0 failed, 208 passed, 422 warnings (v4.11-rc2-164-gdefc7d752265) Arnd Bergmann
  2017-03-16  9:59   ` Arnd Bergmann
@ 2017-03-20 12:31   ` Will Deacon
  1 sibling, 0 replies; 3+ messages in thread
From: Will Deacon @ 2017-03-20 12:31 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: kernelci.org bot, kernel-build-reports, Russell King - ARM Linux,
	Catalin Marinas, Linux ARM, linux-mips, Ralf Baechle, James Hogan,
	linux-media, Linux Kernel Mailing List, Mauro Carvalho Chehab

On Wed, Mar 15, 2017 at 09:02:06PM +0100, Arnd Bergmann wrote:
> On Wed, Mar 15, 2017 at 6:53 PM, kernelci.org bot <bot@kernelci.org> wrote:
> >
> > mainline build: 208 builds: 0 failed, 208 passed, 422 warnings (v4.11-rc2-164-gdefc7d752265)
> 
> The last build failure in mainline is gone now, though I don't know
> what fixed it.
> Let's hope this doesn't come back as the cause was apparently a race condition
> in Kbuild that might have stopped triggering.
> 
> > Warnings summary:
> > 409 :1325:2: warning: #warning syscall statx not implemented [-Wcpp]
> 
> The warning triggers for arm, arm64 and mips on every build. I saw a patch
> was posted for asm-generic, which takes care of arm64.
> 
> Catalin and Will: can you take this through the arm64 tree? I don't have
> anything else for asm-generic at the moment.

Yes, I'll pick that up.

Will

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

end of thread, other threads:[~2017-03-20 12:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <58c97f8f.c4b5190a.8c4e4.300d@mx.google.com>
2017-03-15 20:02 ` mainline build: 208 builds: 0 failed, 208 passed, 422 warnings (v4.11-rc2-164-gdefc7d752265) Arnd Bergmann
2017-03-16  9:59   ` Arnd Bergmann
2017-03-20 12:31   ` Will Deacon

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).