Re: [PATCH] unicore32: Stop printing the virtual memory layout

2018-08-28 Thread Kees Cook
On Tue, Aug 28, 2018 at 7:23 AM, Geert Uytterhoeven wrote: > Since commit ad67b74d2469d9b8 ("printk: hash addresses printed with > %p"), the virtual memory layout printed during boot up contains "ptrval" > instead of actual addresses. > > Instead of changing the printing to "%px", and leaking

Re: [PATCH] unicore32: Stop printing the virtual memory layout

2018-08-28 Thread Kees Cook
On Tue, Aug 28, 2018 at 7:23 AM, Geert Uytterhoeven wrote: > Since commit ad67b74d2469d9b8 ("printk: hash addresses printed with > %p"), the virtual memory layout printed during boot up contains "ptrval" > instead of actual addresses. > > Instead of changing the printing to "%px", and leaking

[PATCH] unicore32: Stop printing the virtual memory layout

2018-08-28 Thread Geert Uytterhoeven
Since commit ad67b74d2469d9b8 ("printk: hash addresses printed with %p"), the virtual memory layout printed during boot up contains "ptrval" instead of actual addresses. Instead of changing the printing to "%px", and leaking virtual memory layout information again, just remove the printing

[PATCH] unicore32: Stop printing the virtual memory layout

2018-08-28 Thread Geert Uytterhoeven
Since commit ad67b74d2469d9b8 ("printk: hash addresses printed with %p"), the virtual memory layout printed during boot up contains "ptrval" instead of actual addresses. Instead of changing the printing to "%px", and leaking virtual memory layout information again, just remove the printing