2024-04-18 15:24:29

by Kalle Valo

[permalink] [raw]
Subject: Re: [PATCH] wifi: ath12k: don't use %pK in dmesg format strings

Jeff Johnson <[email protected]> wrote:

> Currently, when debug logs are enabled, messages such as the following
> are found in the kernel log:
>
> event mgmt rx skb pK-error len 209 ftype 00 stype 50
>
> The "pK-error" comes from using %pK to display an skb address in an
> interrupt context.
>
> Per the guidance in the current "printk-formats" documentation, %pK
> "is only intended when producing content of a file read by userspace
> from e.g. procfs or sysfs, not for dmesg."
>
> So replace %pK with %p in all of the ath12k_dbg() format strings.
>
> Signed-off-by: Jeff Johnson <[email protected]>
> Signed-off-by: Kalle Valo <[email protected]>

Patch applied to ath-next branch of ath.git, thanks.

2372c6d28032 wifi: ath12k: don't use %pK in dmesg format strings

--
https://patchwork.kernel.org/project/linux-wireless/patch/[email protected]/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches