The patch titled sys_getcpu() prototype annotated has been added to the -mm tree. Its filename is sys_getcpu-prototype-annotated.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: sys_getcpu() prototype annotated From: Al Viro <viro@xxxxxxxxxxxxxxxx> Signed-off-by: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/syscalls.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/syscalls.h~sys_getcpu-prototype-annotated include/linux/syscalls.h --- a/include/linux/syscalls.h~sys_getcpu-prototype-annotated +++ a/include/linux/syscalls.h @@ -597,6 +597,6 @@ asmlinkage long sys_get_robust_list(int size_t __user *len_ptr); asmlinkage long sys_set_robust_list(struct robust_list_head __user *head, size_t len); -asmlinkage long sys_getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *cache); +asmlinkage long sys_getcpu(unsigned __user *cpu, unsigned __user *node, struct getcpu_cache __user *cache); #endif _ Patches currently in -mm which might be from viro@xxxxxxxxxxxxxxxx are origin.patch __percpu_alloc_mask-has-to-be-__always_inline-in-up-case.patch sys_getcpu-prototype-annotated.patch git-netdev-all.patch git-powerpc.patch slab-leaks3-default-y.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html