The patch titled Subject: mm-fix-kthread_use_mm-vs-tlb-invalidate-fix has been removed from the -mm tree. Its filename was mm-fix-kthread_use_mm-vs-tlb-invalidate-fix.patch This patch was dropped because it was folded into mm-fix-kthread_use_mm-vs-tlb-invalidate.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-fix-kthread_use_mm-vs-tlb-invalidate-fix add comment Cc: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/kthread.c | 1 + 1 file changed, 1 insertion(+) --- a/kernel/kthread.c~mm-fix-kthread_use_mm-vs-tlb-invalidate-fix +++ a/kernel/kthread.c @@ -1239,6 +1239,7 @@ void kthread_use_mm(struct mm_struct *mm WARN_ON_ONCE(tsk->mm); task_lock(tsk); + /* Hold off tlb flush IPIs while switching mm's */ local_irq_disable(); active_mm = tsk->active_mm; if (active_mm != mm) { _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-fix-kthread_use_mm-vs-tlb-invalidate.patch mm-treewide-rename-kzfree-to-kfree_sensitive-fix.patch mm-treewide-rename-kzfree-to-kfree_sensitive-fix-fix.patch mm-handle-page-mapping-better-in-dump_page-fix.patch mm-thp-replace-http-links-with-https-ones-fix.patch mm.patch mm-memcg-percpu-account-percpu-memory-to-memory-cgroups-fix.patch mm-memcg-percpu-account-percpu-memory-to-memory-cgroups-fix-fix.patch mm-hugetlb-add-mempolicy-check-in-the-reservation-routine-fix.patch mm-vmstat-add-events-for-thp-migration-without-split-fix.patch mm-vmstat-fix-proc-sys-vm-stat_refresh-generating-false-warnings-fix-2.patch mm-migrate-clear-__gfp_reclaim-to-make-the-migration-callback-consistent-with-regular-thp-allocations-fix.patch mm-migrate-make-a-standard-migration-target-allocation-function-fix.patch mm-madvise-introduce-process_madvise-syscall-an-external-memory-hinting-api-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch