UPSTREAM: usercopy: Remove pointer from overflow report
authorKees Cook <keescook@chromium.org>
Tue, 2 Jan 2018 20:15:53 +0000 (12:15 -0800)
committerAlistair Strachan <astrachan@google.com>
Fri, 29 Mar 2019 04:16:19 +0000 (21:16 -0700)
commitaefbab3ee1c5dcaa1536bc478b63c96a720b6436
tree8fc7c4599d80311c7a9274c41e59afd8007000fb
parent47e67b43c29595393ce8e6ba8c5e73558c19bc57
UPSTREAM: 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>
(cherry picked from commit 4f5e838605c264fcf16c3ff9495bd83da99acc6a)
Signed-off-by: Sandeep Patil <sspatil@android.com>
Bug: 78533979
Test: Build and boot cuttlefish
Change-Id: I6818c6a678844f174f4ac7ca08b945ec7ce229d5
mm/usercopy.c