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: ad67b74d2469d9b8 ("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
..
2017-03-28 18:24:03 -04:00
2017-09-13 22:33:54 +02:00
2015-04-13 21:00:58 +02:00
2013-09-07 10:38:34 +02:00
2016-08-04 00:18:06 +02:00
2017-11-15 18:21:03 -08:00
2016-03-05 22:16:40 +01:00
2017-05-03 22:30:20 +02:00
2017-09-29 10:07:44 +02:00