Skip to content
Commit 56b88a3b authored by Richard Weinberger's avatar Richard Weinberger
Browse files

um: Fix kernel mode fault condition

We have to exclude memory locations <= PAGE_SIZE from
the condition and let the kernel mode fault path catch it.
Otherwise a kernel NULL pointer exception will be reported
as a kernel user space access.

Fixes: d2313084

 (um: Catch unprotected user memory access)
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent 6b187337
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