The patch titled uml: free LDT state on process exit has been removed from the -mm tree. Its filename was uml-free-ldt-state-on-process-exit.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: uml: free LDT state on process exit From: Jeff Dike <jdike@xxxxxxxxxxx> The space allocated for a process LDT wasn't being freed when the process exited. Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/um/kernel/skas/mmu.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN arch/um/kernel/skas/mmu.c~uml-free-ldt-state-on-process-exit arch/um/kernel/skas/mmu.c --- a/arch/um/kernel/skas/mmu.c~uml-free-ldt-state-on-process-exit +++ a/arch/um/kernel/skas/mmu.c @@ -149,4 +149,6 @@ void destroy_context(struct mm_struct *m pmd_free((pmd_t *) mmu->last_pmd); #endif } + + free_ldt(mmu); } _ Patches currently in -mm which might be from jdike@xxxxxxxxxxx are origin.patch git-kvm.patch uml-header_ops-conversion-needed-for-non-ethernet-drivers.patch bitops-introduce-lock-ops.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