Skip to content
Commit 5528f913 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

mm: fix missing page table unmap for stack guard page failure case



.. 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: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 320b2b8d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment