The patch titled Subject: checksyscalls: ignore kcmp system call has been removed from the -mm tree. Its filename was checksyscalls-ignore-kcmp-system-call.patch This patch was dropped because it was nacked ------------------------------------------------------ From: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Subject: checksyscalls: ignore kcmp system call Now that the checksyscalls script works again it will warn about the missing "kcmp" system call on all architectures but x86. Since according to d97b46a6 ("syscalls, x86: add __NR_kcmp syscall") only x86 is currently supported don't emit any warning for this system call. Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx> Acked-by: Cyrill Gorcunov <gorcunov@xxxxxxxxxx> Cc: Michal Marek <mmarek@xxxxxxx> Cc: H. Peter Anvin <hpa@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/checksyscalls.sh | 3 +++ 1 file changed, 3 insertions(+) diff -puN scripts/checksyscalls.sh~checksyscalls-ignore-kcmp-system-call scripts/checksyscalls.sh --- a/scripts/checksyscalls.sh~checksyscalls-ignore-kcmp-system-call +++ a/scripts/checksyscalls.sh @@ -194,6 +194,9 @@ cat << EOF #define __IGNORE_getpmsg #define __IGNORE_putpmsg #define __IGNORE_vserver + +/* kcmp is currently x86 only */ +#define __IGNORE_kcmp EOF } _ Patches currently in -mm which might be from heiko.carstens@xxxxxxxxxx are linux-next.patch checksyscalls-fix-here-document-handling.patch thp-x86-introduce-have_arch_transparent_hugepage.patch thp-remove-assumptions-on-pgtable_t-type.patch thp-introduce-pmdp_invalidate.patch thp-make-madv_hugepage-check-for-mm-def_flags.patch thp-s390-thp-splitting-backend-for-s390.patch thp-s390-thp-pagetable-pre-allocation-for-s390.patch thp-s390-disable-thp-for-kvm-host-on-s390.patch thp-s390-architecture-backend-for-thp-on-s390.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