linux/arch/um
Richard Weinberger 56b88a3bf9 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: d2313084e2 (um: Catch unprotected user memory access)
Signed-off-by: Richard Weinberger <richard@nod.at>
2015-10-19 22:53:37 +02:00
..
configs
drivers Minor merge needed, due to function move. 2015-07-01 10:49:25 -07:00
include Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile 2015-10-04 16:31:13 +01:00
kernel um: Fix kernel mode fault condition 2015-10-19 22:53:37 +02:00
os-Linux um: Fix waitpid() usage in helper code 2015-10-19 22:53:37 +02:00
scripts
.gitignore
Kconfig.char
Kconfig.common um: Skip futex_atomic_cmpxchg_inatomic() test 2015-01-04 14:20:26 +01:00
Kconfig.debug
Kconfig.net
Kconfig.rest
Kconfig.um um: Fix mconsole dependency 2015-05-31 23:27:26 +02:00
Makefile um: Fix out-of-tree build 2015-10-19 22:53:36 +02:00
Makefile-os-Linux
Makefile-skas