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

From: Catalin Marinas
Date: Thu Mar 20 2025 - 12:36:40 EST


On Mon, 17 Feb 2025 08:39:06 +0100, Thomas Weißschuh wrote:
> Restricted pointers ("%pK") are not meant to be used through printk().
> It can unintentionally expose security sensitive, raw pointer values.
>
> Use regular pointer formatting instead.
>
>

Applied to arm64 (for-next/misc), thanks!

[1/1] arm64: mm: Don't use %pK through printk
https://git.kernel.org/arm64/c/892d20acf36c

--
Catalin