The patch titled Subject: selftests: vm: ensure the mlock2 syscall number can be found has been removed from the -mm tree. Its filename was selftests-vm-add-tests-for-lock-on-fault-fix-2.patch This patch was dropped because it was folded into selftests-vm-add-tests-for-lock-on-fault.patch ------------------------------------------------------ From: Thierry Reding <treding@xxxxxxxxxx> Subject: selftests: vm: ensure the mlock2 syscall number can be found Include the syscall.h header to ensure that the mlock2 syscall number is available. Otherwise the test program will always return ENOSYS from the mlock2() implementation. Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> Cc: Shuah Khan <shuahkh@xxxxxxxxxxxxxxx> Cc: Eric B Munson <emunson@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- tools/testing/selftests/vm/mlock2-tests.c | 1 + 1 file changed, 1 insertion(+) diff -puN tools/testing/selftests/vm/mlock2-tests.c~selftests-vm-add-tests-for-lock-on-fault-fix-2 tools/testing/selftests/vm/mlock2-tests.c --- a/tools/testing/selftests/vm/mlock2-tests.c~selftests-vm-add-tests-for-lock-on-fault-fix-2 +++ a/tools/testing/selftests/vm/mlock2-tests.c @@ -6,6 +6,7 @@ #include <string.h> #include <sys/time.h> #include <sys/resource.h> +#include <syscall.h> #include <errno.h> #include <stdbool.h> _ Patches currently in -mm which might be from treding@xxxxxxxxxx are userfaultfd-selftest-fix.patch selftests-vm-add-tests-for-lock-on-fault.patch selftests-vm-add-tests-for-lock-on-fault-fix-3.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