Skip to content

mm: fix memory onlining under the debug kernel

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2029493

Tested: Booted the debug kernel, hotplugged a 8 GiB DIMM and memory was onlined successfully

Upstream Status: linux.git

Memory onlining currently fails under the debug kernel because KASAN fails to allocate fixed memory areas within the KASAN reserved range. vmalloc needs fixing to properly support allocating fixed memory areas again.

Signed-off-by: David Hildenbrand david@redhat.com

Edited by David Hildenbrand

Merge request reports

Loading