diff options
author | Jeff Johnson <[email protected]> | 2024-04-16 09:41:19 -0700 |
---|---|---|
committer | Kalle Valo <[email protected]> | 2024-04-18 18:24:08 +0300 |
commit | 2372c6d28032b8336fb41c2dfa9209936cd27452 (patch) | |
tree | b4aee3714e99e02f2dcde6e2b2049ec92df0a69c /tools/perf/scripts/python/libxed.py | |
parent | 0d55f86d0260bc167080374108d918fd523e3ee5 (diff) |
wifi: ath12k: don't use %pK in dmesg format strings
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]>
Link: https://msgid.link/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions