mm: fix missing page table unmap for stack guard page failure case
commit5eafdadb782787f9ae13bd0b1e5e372c5a6c28f2
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Aug 2010 16:24:04 +0000 (13 09:24 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 13 Aug 2010 20:27:39 +0000 (13 13:27 -0700)
treea4913466b0acaa5c463b74f2084fb8a2e95c3d54
parentca2f90176ea230afe03deaa4b0aff0d7f60c3685
mm: fix missing page table unmap for stack guard page failure case

commit 5528f9132cf65d4d892bcbc5684c61e7822b21e9 upstream.

.. which didn't show up in my tests because it's a no-op on x86-64 and
most other architectures.  But we enter the function with the last-level
page table mapped, and should unmap it at exit.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
mm/memory.c