]> git.baikalelectronics.ru Git - kernel.git/commit
Allow KASAN and HOTPLUG_MEMORY to co-exist when doing build testing
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 27 Oct 2016 23:23:01 +0000 (16:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 27 Oct 2016 23:23:01 +0000 (16:23 -0700)
commit710e4afbaa20b3693c7047bd951c2024f5333a78
tree736e56a9d5d8ebfa21e46a99a3242abc5db3f413
parent5e6f5de04ea5afa19c9d183d4109f887f3d42b14
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 5e6f5de04ea5 ("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: Linus Torvalds <torvalds@linux-foundation.org>
mm/Kconfig