Re: [PATCH v2 3/3] lib/vsprintf: Hash printed address for netdev bits fallback

From: Petr Mladek
Date: Fri Oct 12 2018 - 06:40:28 EST


On Thu 2018-10-11 10:42:49, Geert Uytterhoeven wrote:
> The handler for "%pN" falls back to printing the raw pointer value when
> using a different format than the (sole supported) special format
> "%pNF", potentially leaking sensitive information regarding the kernel
> layout in memory.
>
> Avoid this leak by printing the hashed address instead.
> Note that there are no in-tree users of the fallback.
>
> Fixes: ad67b74d2469d9b8 ("printk: hash addresses printed with %p")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> Reviewed-by: Petr Mladek <pmladek@xxxxxxxx>

I have pushed this patch into printk.git,
branch for-4.20-vsprintf-hash-fixes.

Best Regards,
Petr