x86/entry: Make some entry symbols global
authorThomas Gleixner <tglx@linutronix.de>
Thu, 15 Sep 2022 11:11:21 +0000 (13:11 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 17 Oct 2022 14:41:12 +0000 (16:41 +0200)
commitc22cf380c79c4bb0e502b0343f57271b17626424
tree494246273d5d616dcf29810f8833be09a978a197
parentfe54d0793796ccdb213d8ea7bff0b49903b6afaa
x86/entry: Make some entry symbols global

paranoid_entry(), error_entry() and xen_error_entry() have to be
exempted from call accounting by thunk patching because they are
before UNTRAIN_RET.

Expose them so they are available in the alternative code.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/r/20220915111147.265598113@infradead.org
arch/x86/entry/entry_64.S