Thread (48 messages) flat view 48 messages, 12 authors, 2017-12-07

Re: [PATCH V11 4/5] vsprintf: add printk specifier %px

From: Tobin C. Harding <hidden>
Date: 2017-12-07 05:12:13
Also in: lkml

On Wed, Dec 06, 2017 at 09:32:14AM +0100, Geert Uytterhoeven wrote:
Hi Linus,

On Wed, Dec 6, 2017 at 2:59 AM, Linus Torvalds
[off-list ref] wrote:
quoted
On Tue, Dec 5, 2017 at 5:36 PM, Sergey Senozhatsky
[off-list ref] wrote:
quoted
I see some %p-s being used in _supposedly_ important output,
like arch/x86/mm/fault.c

show_fault_oops(struct pt_regs *regs, unsigned long error_code,
                unsigned long address)
...
        printk(KERN_CONT " at %p\n", (void *) address);
        printk(KERN_ALERT "IP: %pS\n", (void *)regs->ip);
So %pS isn't %p, and shows the symbolic name.
If the symbolic name is available.
Else it prints the non-hashed pointer value (FTR).
I'm trying to fix this :)

[RFC 0/3] kallsyms: don't leak address when printing symbol

thanks,
Tobin.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help