Re: [PATCH] remoteproc: Don't use %pK through printk

2025-06-17 Thread Bjorn Andersson
On Wed, 11 Jun 2025 12:03:06 +0200, Thomas Weißschuh wrote: > In the past %pK was preferable to %p as it would not leak raw pointer > values into the kernel log. > Since commit ad67b74d2469 ("printk: hash addresses printed with %p") > the regular %p has been improved to avoid this issue. > Furthe

[PATCH] remoteproc: Don't use %pK through printk

2025-06-11 Thread Thomas Weißschuh
In the past %pK was preferable to %p as it would not leak raw pointer values into the kernel log. Since commit ad67b74d2469 ("printk: hash addresses printed with %p") the regular %p has been improved to avoid this issue. Furthermore, restricted pointers ("%pK") were never meant to be used through p