The patch titled Subject: mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix has been removed from the -mm tree. Its filename was mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix.patch This patch was dropped because it was folded into mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix fix arm64 whoops Cc: Minchan Kim <minchan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm64/include/asm/unistd32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm64/include/asm/unistd32.h~mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix +++ a/arch/arm64/include/asm/unistd32.h @@ -887,7 +887,7 @@ __SYSCALL(__NR_openat2, sys_openat2) __SYSCALL(__NR_pidfd_getfd, sys_pidfd_getfd) #define __NR_faccessat2 439 __SYSCALL(__NR_faccessat2, sys_faccessat2) -#define __NR_fsinfo 440 +#define __NR_process_madvise 440 __SYSCALL(__NR_process_madvise, compat_sys_process_madvise) /* _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api.patch iomap-constify-ioreadx-iomem-argument-as-in-generic-implementation-fix-fix.patch mm.patch mm-vmstat-fix-proc-sys-vm-stat_refresh-generating-false-warnings-fix-2.patch linux-next-rejects.patch kernel-forkc-export-kernel_thread-to-modules.patch