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 <[EMAIL PROTECTED]>

The space allocated for a process LDT wasn't being freed when the process
exited.

Signed-off-by: Jeff Dike <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to