linux_dsm_epyc7002/arch/um
Kees Cook 10a7e9d849 Do not hash userspace addresses in fault handlers
The hashing of %p was designed to restrict kernel addresses. There is
no reason to hash the userspace values seen during a segfault report,
so switch these to %px. (Some architectures already use %lx.)

Fixes: ad67b74d24 ("printk: hash addresses printed with %p")
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2017-12-19 17:04:43 -08:00
..
configs
drivers
include bpf: fix build issues on um due to mising bpf_perf_event.h 2017-12-12 09:51:12 -08:00
kernel Do not hash userspace addresses in fault handlers 2017-12-19 17:04:43 -08:00
os-Linux
scripts
.gitignore
Kconfig.char
Kconfig.common This pull request contains the following core changes: 2017-11-22 20:46:06 -10:00
Kconfig.debug
Kconfig.net
Kconfig.rest
Kconfig.um
Makefile
Makefile-os-Linux
Makefile-skas