All of lore.kernel.org
 help / color / mirror / Atom feed
* Build failure in -next with get_user_pages_remote() API change
@ 2020-07-10 11:32 ` Mark Brown
  0 siblings, 0 replies; 12+ messages in thread
From: Mark Brown @ 2020-07-10 11:32 UTC (permalink / raw)
  To: Peter Xu, John Hubbard, Andrew Morton
  Cc: linux-arm-kernel, linux-next, Catalin Marinas, Will Deacon,
	Steven Price

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

Today's -next fails to build in various arm64 configs with:

arch/arm64/kernel/mte.c:225:23: error: too many arguments to function call, expected 7, have 8
                                            &page, &vma, NULL);
                                                         ^~~~
./include/linux/stddef.h:8:14: note: expanded from macro 'NULL'
#define NULL ((void *)0)
             ^~~~~~~~~~~
./include/linux/mm.h:1705:6: note: 'get_user_pages_remote' declared here
long get_user_pages_remote(struct mm_struct *mm,
     ^
1 error generated.

caused by b7363b0ab88d66d3c (mm/gup: remove task_struct pointer for all
gup code) which updated the signature of get_user_pages_remote() without
updating the caller in mte.c.

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

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

end of thread, other threads:[~2020-07-23 18:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-10 11:32 Build failure in -next with get_user_pages_remote() API change Mark Brown
2020-07-10 11:32 ` Mark Brown
2020-07-10 12:24 ` Peter Xu
2020-07-10 12:24   ` Peter Xu
2020-07-10 13:38   ` Peter Xu
2020-07-10 13:38     ` Peter Xu
2020-07-10 15:23   ` Catalin Marinas
2020-07-10 15:23     ` Catalin Marinas
2020-07-10 22:28     ` Andrew Morton
2020-07-10 22:28       ` Andrew Morton
2020-07-23 18:10       ` Catalin Marinas
2020-07-23 18:10         ` Catalin Marinas

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.