diff options
author | Brian Norris <briannorris@chromium.org> | 2019-06-04 20:31:44 +0300 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2019-06-25 07:46:33 +0300 |
commit | 2fc0aa454473a5f528cdc3e357da4489d0ccc6ee (patch) | |
tree | d6c6bf66269b858d512202e2fc9d13593b75eafb /tools/perf/scripts/python/export-to-sqlite.py | |
parent | f7369179ad32000973fc7a0a76603e0b41792b52 (diff) | |
download | linux-2fc0aa454473a5f528cdc3e357da4489d0ccc6ee.tar.xz |
mwifiex: print PCI mmap with %pK
Unadorned '%p' has restrictive policies these days, such that it usually
just prints garbage at early boot (see
Documentation/core-api/printk-formats.rst, "kernel will print
``(ptrval)`` until it gathers enough entropy"). Annotating with %pK
(for "kernel pointer") allows the kptr_restrict sysctl to control
printing policy better.
We might just as well drop this message entirely, but this fix was easy
enough for now.
Signed-off-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions