OSDN Git Service

usercopy: Remove pointer from overflow report
authorKees Cook <keescook@chromium.org>
Tue, 2 Jan 2018 20:15:53 +0000 (12:15 -0800)
committerKees Cook <keescook@chromium.org>
Mon, 15 Jan 2018 20:07:44 +0000 (12:07 -0800)
commit4f5e838605c264fcf16c3ff9495bd83da99acc6a
treeb4862e3ea2d12a0c6529a0734ea222909a73a785
parentae64f9bd1d3621b5e60d7363bc20afb46aede215
usercopy: Remove pointer from overflow report

Using %p was already mostly useless in the usercopy overflow reports,
so this removes it entirely to avoid confusion now that %p-hashing
is enabled.

Fixes: ad67b74d2469d9b8 ("printk: hash addresses printed with %p")
Signed-off-by: Kees Cook <keescook@chromium.org>
mm/usercopy.c