The patch titled Subject: mm-pass-task-and-mm-to-do_madvise-fix-fix-fix has been removed from the -mm tree. Its filename was mm-pass-task-and-mm-to-do_madvise-fix-fix-fix.patch This patch was dropped because it was folded into mm-pass-task-and-mm-to-do_madvise.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-pass-task-and-mm-to-do_madvise-fix-fix-fix whoops Cc: Jann Horn <jannh@xxxxxxxxxx> Cc: Jens Axboe <axboe@xxxxxxxxx> Cc: Minchan Kim <minchan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/madvise.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/madvise.c~mm-pass-task-and-mm-to-do_madvise-fix-fix-fix +++ a/mm/madvise.c @@ -1109,7 +1109,7 @@ int do_madvise(struct task_struct *targe * model. */ if (!mmget_still_valid(mm)) { - up_write(mm->mmap_sem); + up_write(&mm->mmap_sem); return -EINTR; } } else { _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-memcg-fix-error-return-value-of-mem_cgroup_css_alloc-fix.patch squashfs-migrate-from-ll_rw_block-usage-to-bio-fix.patch drivers-tty-serial-sh-scic-suppress-uninitialized-var-warning.patch mm.patch mm-slub-fix-corrupted-freechain-in-deactivate_slab-fix.patch mm-gupc-updating-the-documentation-fix.patch mm-memcg-decouple-elowmin-state-mutations-from-protection-checks-fix.patch mm-remove-__vmalloc_node_flags_caller-fix.patch mm-switch-the-test_vmalloc-module-to-use-__vmalloc_node-fix.patch mm-switch-the-test_vmalloc-module-to-use-__vmalloc_node-fix-fix.patch mm-remove-vmalloc_user_node_flags-fix.patch mm-add-debug_wx-support-fixpatch-added-to-mm-tree.patch riscv-support-debug_wx-fix.patch mm-replace-zero-length-array-with-flexible-array-member-fix.patch mm-hugetlb-fix-a-typo-in-comment-manitained-maintained-v2-checkpatch-fixes.patch linux-next-rejects.patch linux-next-fix.patch mm-pass-task-and-mm-to-do_madvise.patch kernel-forkc-export-kernel_thread-to-modules.patch