linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* next-20150806 build: 2 failures 52 warnings (next-20150806)
       [not found] <E1ZNIul-0007IF-Ev@optimist>
@ 2015-08-06 17:27 ` Mark Brown
  2015-08-06 21:52   ` James Hogan
  2015-08-06 18:01 ` Mark Brown
  1 sibling, 1 reply; 4+ messages in thread
From: Mark Brown @ 2015-08-06 17:27 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Aug 06, 2015 at 12:00:47PM +0100, Build bot for Mark Brown wrote:

Today's linux-next fails to build an ARM allmodconfig with:

> 	arm-allmodconfig
> ../lib/test_user_copy.c:67:2: error: implicit declaration of function 'copy_in_user' [-Werror=implicit-function-declaration]
> ../lib/test_user_copy.c:94:2: error: implicit declaration of function '__copy_in_user' [-Werror=implicit-function-declaration]

due to 3a646f02c7 (lib/test_user_copy.c: check
__copy_in_user()/copy_in_user()) which attempts to test copy_in_user()
which doesn't appear to be defined, at least with the set of include
files and/or config options you get with an allmodconfig and not at all
as far as I can tell.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150806/6b5baeb9/attachment.sig>

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

* next-20150806 build: 2 failures 52 warnings (next-20150806)
       [not found] <E1ZNIul-0007IF-Ev@optimist>
  2015-08-06 17:27 ` next-20150806 build: 2 failures 52 warnings (next-20150806) Mark Brown
@ 2015-08-06 18:01 ` Mark Brown
  2015-08-06 20:17   ` Joerg Roedel
  1 sibling, 1 reply; 4+ messages in thread
From: Mark Brown @ 2015-08-06 18:01 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Aug 06, 2015 at 12:00:47PM +0100, Build bot for Mark Brown wrote:

Today's linux-next fails to build an ARM allmodconfig with:

> ../drivers/iommu/omap-iommu-debug.c:138:2: error: void value not ignored as it ought to be

caused by a combination of 1ba2f20ac (fs/seq_file: convert int
seq_vprint/seq_printf/etc... returns to void) which made seq_printf()
return void and e203db293863fa15 (iommu/omap: Fix debug_read_tlb() to
use seq_printf()) which has been in -next for a little while now.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150806/41897b91/attachment.sig>

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

* next-20150806 build: 2 failures 52 warnings (next-20150806)
  2015-08-06 18:01 ` Mark Brown
@ 2015-08-06 20:17   ` Joerg Roedel
  0 siblings, 0 replies; 4+ messages in thread
From: Joerg Roedel @ 2015-08-06 20:17 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Aug 06, 2015 at 07:01:56PM +0100, Mark Brown wrote:
> On Thu, Aug 06, 2015 at 12:00:47PM +0100, Build bot for Mark Brown wrote:
> 
> Today's linux-next fails to build an ARM allmodconfig with:
> 
> > ../drivers/iommu/omap-iommu-debug.c:138:2: error: void value not ignored as it ought to be
> 
> caused by a combination of 1ba2f20ac (fs/seq_file: convert int
> seq_vprint/seq_printf/etc... returns to void) which made seq_printf()
> return void and e203db293863fa15 (iommu/omap: Fix debug_read_tlb() to
> use seq_printf()) which has been in -next for a little while now.

Whoops. Thanks for the report, I'll fix it tomorrow.


	Joerg

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

* next-20150806 build: 2 failures 52 warnings (next-20150806)
  2015-08-06 17:27 ` next-20150806 build: 2 failures 52 warnings (next-20150806) Mark Brown
@ 2015-08-06 21:52   ` James Hogan
  0 siblings, 0 replies; 4+ messages in thread
From: James Hogan @ 2015-08-06 21:52 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Mark,

On Thu, Aug 06, 2015 at 06:27:52PM +0100, Mark Brown wrote:
> On Thu, Aug 06, 2015 at 12:00:47PM +0100, Build bot for Mark Brown wrote:
> 
> Today's linux-next fails to build an ARM allmodconfig with:
> 
> > 	arm-allmodconfig
> > ../lib/test_user_copy.c:67:2: error: implicit declaration of function 'copy_in_user' [-Werror=implicit-function-declaration]
> > ../lib/test_user_copy.c:94:2: error: implicit declaration of function '__copy_in_user' [-Werror=implicit-function-declaration]
> 
> due to 3a646f02c7 (lib/test_user_copy.c: check
> __copy_in_user()/copy_in_user()) which attempts to test copy_in_user()
> which doesn't appear to be defined, at least with the set of include
> files and/or config options you get with an allmodconfig and not at all
> as far as I can tell.

Yeh, the copy_in_user ones need to be conditional upon CONFIG_COMPAT.
Sorry for the breakage. I've asked Andrew to drop them until I can get a
v2 patchset out tomorrow.

Cheers
James
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150806/e8f94a6e/attachment.sig>

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

end of thread, other threads:[~2015-08-06 21:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1ZNIul-0007IF-Ev@optimist>
2015-08-06 17:27 ` next-20150806 build: 2 failures 52 warnings (next-20150806) Mark Brown
2015-08-06 21:52   ` James Hogan
2015-08-06 18:01 ` Mark Brown
2015-08-06 20:17   ` Joerg Roedel

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