Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: d231308 (um: Catch unprotected user memory access) Signed-off-by: Richard Weinberger <richard@nod.at>
- Loading branch information