Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 67463e54 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Allow KASAN and HOTPLUG_MEMORY to co-exist when doing build testing



No, KASAN may not be able to co-exist with HOTPLUG_MEMORY at runtime,
but for build testing there is no reason not to allow them together.

This hopefully means better build coverage and fewer embarrasing silly
problems like the one fixed by commit 9db4f36e ("mm: remove unused
variable in memory hotplug") in the future.

Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Andrey Ryabinin <aryabinin@virtuozzo.com>
Cc: Alexander Potapenko <glider@google.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9db4f36e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ config MEMORY_HOTPLUG
	bool "Allow for memory hot-add"
	depends on SPARSEMEM || X86_64_ACPI_NUMA
	depends on ARCH_ENABLE_MEMORY_HOTPLUG
	depends on !KASAN
	depends on COMPILE_TEST || !KASAN

config MEMORY_HOTPLUG_SPARSE
	def_bool y