x86/realmode: Don't leak the trampoline kernel address
authorMatteo Croce <mcroce@redhat.com>
Tue, 26 Mar 2019 20:30:46 +0000 (21:30 +0100)
committerBorislav Petkov <bp@suse.de>
Wed, 27 Mar 2019 13:22:08 +0000 (14:22 +0100)
commitb929a500d68479163c48739d809cbf4c1335db6f
tree789bdb403a78563369d1f893ee2b475be96ff1ec
parent0f02daed4e089c7a380a0ffdc9d93a5989043cf4
x86/realmode: Don't leak the trampoline kernel address

Since commit

  ad67b74d2469 ("printk: hash addresses printed with %p")

at boot "____ptrval____" is printed instead of the trampoline addresses:

  Base memory trampoline at [(____ptrval____)] 99000 size 24576

Remove the print as we don't want to leak kernel addresses and this
statement is not needed anymore.

Fixes: ad67b74d2469d9b8 ("printk: hash addresses printed with %p")
Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: x86-ml <x86@kernel.org>
Link: https://lkml.kernel.org/r/20190326203046.20787-1-mcroce@redhat.com
arch/x86/realmode/init.c