]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
um: Disable KASAN_INLINE when STATIC_LINK is selected
authorChristophe Leroy (CS GROUP) <chleroy@kernel.org>
Sat, 29 Nov 2025 09:56:02 +0000 (10:56 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 1 Dec 2025 10:54:50 +0000 (11:54 +0100)
commita3209bb94b36351f11e0d9e72ac44e5dd777a069
tree3ebb8804b5697501393e90a139686f3a9a66e7f6
parenta74b6c0e53a6df8e8a096b50c06c4f872906368a
um: Disable KASAN_INLINE when STATIC_LINK is selected

um doesn't support KASAN_INLINE together with STATIC_LINK.

Instead of failing the build, disable KASAN_INLINE when
STATIC_LINK is selected.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202511290451.x9GZVJ1l-lkp@intel.com/
Fixes: 1e338f4d99e6 ("kasan: introduce ARCH_DEFER_KASAN and unify static key across modes")
Signed-off-by: Christophe Leroy (CS GROUP) <chleroy@kernel.org>
Link: https://patch.msgid.link/2620ab0bbba640b6237c50b9c0dca1c7d1142f5d.1764410067.git.chleroy@kernel.org
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
arch/um/Kconfig
arch/um/include/asm/kasan.h