Hi Andrew, After merging the akpm tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: ipc/mqueue.c: In function 'mqueue_get_inode': ipc/mqueue.c:155:4: error: implicit declaration of function 'vmalloc' [-Werror=implicit-function-declaration] ipc/mqueue.c:155:19: warning: assignment makes pointer from integer without a cast [enabled by default] ipc/mqueue.c: In function 'mqueue_evict_inode': ipc/mqueue.c:268:3: error: implicit declaration of function 'vfree' [-Werror=implicit-function-declaration] Caused by commit 5d644d9d3d8f ("ipc/mqueue: update maximums for the mqueue subsystem"). See Rule 1 from Documentation/SubmitChecklist. I have added the following patch for today: From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Date: Fri, 27 Apr 2012 15:35:14 +1000 Subject: [PATCH] ipc/mqueue: using vmalloc requires including vmalloc.h Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> --- ipc/mqueue.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ipc/mqueue.c b/ipc/mqueue.c index 04cc77e..279051c 100644 --- a/ipc/mqueue.c +++ b/ipc/mqueue.c @@ -34,6 +34,7 @@ #include <linux/ipc_namespace.h> #include <linux/user_namespace.h> #include <linux/slab.h> +#include <linux/vmalloc.h> #include <net/sock.h> #include "util.h" -- 1.7.10.280.gaa39 -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx http://www.canb.auug.org.au/~sfr/
Attachment:
pgpmQDUKzD2x1.pgp
Description: PGP signature