]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
x86/asm: Make serialize() always_inline
authorJuergen Gross <jgross@suse.com>
Wed, 18 Dec 2024 10:09:18 +0000 (11:09 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Jan 2025 16:16:01 +0000 (17:16 +0100)
commitaba13043e628f0aa17b338f8200e9e92b819554c
tree486781f959fb72a880a48578969289e954693988
parent612269eb3f8f365bddad351b21ed656a14ea0876
x86/asm: Make serialize() always_inline

[ Upstream commit ae02ae16b76160f0aeeae2c5fb9b15226d00a4ef ]

In order to allow serialize() to be used from noinstr code, make it
__always_inline.

Fixes: 0ef8047b737d ("x86/static-call: provide a way to do very early static-call updates")
Closes: https://lore.kernel.org/oe-kbuild-all/202412181756.aJvzih2K-lkp@intel.com/
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20241218100918.22167-1-jgross@suse.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/x86/include/asm/special_insns.h