diff options
author | Matteo Croce <mcroce@redhat.com> | 2019-03-18 04:32:36 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-27 10:35:41 +0300 |
commit | 47ad82a34560ea70e85d2eb56be0ada03dc4fd35 (patch) | |
tree | b2c6743ed5c9074cedab6d339d8e14f181b2c6ec /tools/include | |
parent | 216f6570d18bcd06975205b8af1708ea10a1baf6 (diff) | |
download | linux-47ad82a34560ea70e85d2eb56be0ada03dc4fd35.tar.xz |
percpu: stop printing kernel addresses
commit 00206a69ee32f03e6f40837684dcbe475ea02266 upstream.
Since commit ad67b74d2469d9b8 ("printk: hash addresses printed with %p"),
at boot "____ptrval____" is printed instead of actual addresses:
percpu: Embedded 38 pages/cpu @(____ptrval____) s124376 r0 d31272 u524288
Instead of changing the print to "%px", and leaking kernel addresses,
just remove the print completely, cfr. e.g. commit 071929dbdd865f77
("arm64: Stop printing the virtual memory layout").
Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: Dennis Zhou <dennis@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/include')
0 files changed, 0 insertions, 0 deletions