The patch titled Subject: mm: fix up new locking syscalls has been removed from the -mm tree. Its filename was mm-mlock-add-new-mlock-munlock-and-munlockall-system-calls-fix.patch This patch was dropped because it is obsolete ------------------------------------------------------ From: Mark Brown <broonie@xxxxxxxxxx> Subject: mm: fix up new locking syscalls Extend the arm64 compat syscall table for the new syscalls to fix build errors introduced by "mm: mlock: add new mlock, munlock, and munlockall system calls": ../arch/arm64/include/asm/unistd32.h:801:1: error: array index in initializer exceeds array bounds ../arch/arm64/include/asm/unistd32.h:801:1: error: (near initialization for 'compat_sys_call_table') ../arch/arm64/include/asm/unistd32.h:803:1: error: array index in initializer exceeds array bounds ../arch/arm64/include/asm/unistd32.h:803:1: error: (near initialization for 'compat_sys_call_table') ../arch/arm64/include/asm/unistd32.h:805:1: error: array index in initializer exceeds array bounds ../arch/arm64/include/asm/unistd32.h:805:1: error: (near initialization for 'compat_sys_call_table') Signed-off-by: Mark Brown <broonie@xxxxxxxxxx> Cc: Eric B Munson <emunson@xxxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm64/include/asm/unistd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/arm64/include/asm/unistd.h~mm-mlock-add-new-mlock-munlock-and-munlockall-system-calls-fix arch/arm64/include/asm/unistd.h --- a/arch/arm64/include/asm/unistd.h~mm-mlock-add-new-mlock-munlock-and-munlockall-system-calls-fix +++ a/arch/arm64/include/asm/unistd.h @@ -44,7 +44,7 @@ #define __ARM_NR_compat_cacheflush (__ARM_NR_COMPAT_BASE+2) #define __ARM_NR_compat_set_tls (__ARM_NR_COMPAT_BASE+5) -#define __NR_compat_syscalls 388 +#define __NR_compat_syscalls 391 #endif #define __ARCH_WANT_SYS_CLONE _ Patches currently in -mm which might be from broonie@xxxxxxxxxx are mm-make-gup-handle-pfn-mapping-unless-foll_get-is-requested-fix.patch linux-next.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