]> git.ipfire.org Git - thirdparty/linux.git/commit
objtool: Fix obsolete reference to CONFIG_X86_SMAP
authorJosh Poimboeuf <jpoimboe@kernel.org>
Wed, 1 Jun 2022 16:42:12 +0000 (09:42 -0700)
committerJosh Poimboeuf <jpoimboe@kernel.org>
Mon, 6 Jun 2022 18:49:55 +0000 (11:49 -0700)
commitc2f75a43f5ae48b9babeb5b82c9f23fe18d3d144
tree5fcf1672975d7d5e30df6b86816333f736a9cda7
parentf2906aa863381afb0015a9eb7fefad885d4e5a56
objtool: Fix obsolete reference to CONFIG_X86_SMAP

CONFIG_X86_SMAP no longer exists.  For objtool's purposes it has been
replaced with CONFIG_HAVE_UACCESS_VALIDATION.

Fixes: 03f16cd020eb ("objtool: Add CONFIG_OBJTOOL")
Reported-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Link: https://lore.kernel.org/r/44c57668768c1ba1b4ba1ff541ec54781636e07c.1654101721.git.jpoimboe@kernel.org
lib/Kconfig.ubsan