The patch titled Subject: mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix-fix-fix-fix-fix-fix-fix-fix has been removed from the -mm tree. Its filename was mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix-fix-fix-fix-fix-fix-fix-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-fix-fix-fix-fix-fix-fix pidfd_get_pid() gained an argument Cc: Minchan Kim <minchan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/madvise.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/mm/madvise.c~mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix-fix-fix-fix-fix-fix-fix-fix +++ a/mm/madvise.c @@ -1182,6 +1182,7 @@ SYSCALL_DEFINE5(process_madvise, int, pi struct task_struct *task; struct mm_struct *mm; size_t total_len; + unsigned int f_flags; if (flags != 0) { ret = -EINVAL; @@ -1200,7 +1201,7 @@ SYSCALL_DEFINE5(process_madvise, int, pi if (ret < 0) goto out; - pid = pidfd_get_pid(pidfd); + pid = pidfd_get_pid(pidfd, &f_flags); if (IS_ERR(pid)) { ret = PTR_ERR(pid); goto free_iov; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api.patch mm.patch mm-vmstat-fix-proc-sys-vm-stat_refresh-generating-false-warnings-fix-2.patch kernel-forkc-export-kernel_thread-to-modules.patch