Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 0585b78e authored by Patrick Daly's avatar Patrick Daly
Browse files

lib/vsprintf: Less restrictive hashed pointer printing



Commit ad67b74d ("printk: hash addresses printed with %p") and
Commit ef0010a3 ("vsprintf: don't use 'restricted_pointer()'
when not restricting") effectively removed the ability to display
kernel addresses in the kernel log. While this may be a useful feature
in production builds, it is undesirable when trying to debug.

%px is not a possible alternative, because it is unable to differentiate
between a debug and production build.

Change-Id: I139fae7b8488936d214efdd2b5b807fa1c005467
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent db92782e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment