]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86/its: Fix an ifdef typo in its_alloc()
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Mon, 16 Jun 2025 10:04:32 +0000 (12:04 +0200)
committerDave Hansen <dave.hansen@linux.intel.com>
Tue, 17 Jun 2025 23:10:57 +0000 (16:10 -0700)
commit3c902383f2da91cba3821b73aa6edd49f4db6023
tree308e01c427537f24123248904816558eaaa55e90
parent94a17f2dc90bc7eae36c0f478515d4bd1c23e877
x86/its: Fix an ifdef typo in its_alloc()

Commit a82b26451de1 ("x86/its: explicitly manage permissions for ITS
pages") reworks its_alloc() and introduces a typo in an ifdef
conditional, referring to CONFIG_MODULE instead of CONFIG_MODULES.

Fix this typo in its_alloc().

Fixes: a82b26451de1 ("x86/its: explicitly manage permissions for ITS pages")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lore.kernel.org/all/20250616100432.22941-1-lukas.bulwahn%40redhat.com
arch/x86/kernel/alternative.c