Re: [PATCH -tip v2 4/7] kprobes: Replace %p with other pointer types

From: Steven Rostedt
Date: Thu Apr 26 2018 - 21:14:02 EST


On Thu, 26 Apr 2018 17:10:03 +0900
Masami Hiramatsu <mhiramat@xxxxxxxxxx> wrote:

> Replace %p with appropriate pointer types (or just remove it)
> - Use %pS if possible
> - Use %px only for the function right before BUG().
> - Remove unneeded error message.

I'm not sure "right before BUG()" is legitimate for using %px. Why not
still use %pS?

-- Steve