]> git.baikalelectronics.ru Git - kernel.git/commit
arm64/vdso: don't leak kernel addresses
authorMatteo Croce <mcroce@redhat.com>
Mon, 1 Apr 2019 10:44:47 +0000 (12:44 +0200)
committerWill Deacon <will.deacon@arm.com>
Wed, 3 Apr 2019 12:22:20 +0000 (13:22 +0100)
commit75e00493da6f6aecad42665d18d14d5ff9036691
treef0b25da95df5b3802d08360d7dce3e1fac1496eb
parent7ee48d6bb4f0f0f21d4ac445daabf83dad174884
arm64/vdso: don't leak kernel addresses

Since commit c50104c2c22fe576 ("printk: hash addresses printed with %p"),
two obfuscated kernel pointer are printed at every boot:

    vdso: 2 pages (1 code @ (____ptrval____), 1 data @ (____ptrval____))

Remove the the print completely, as it's useless without the addresses.

Fixes: c50104c2c22fe576 ("printk: hash addresses printed with %p")
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/kernel/vdso.c