|
@@ -763,8 +763,8 @@ static int kasan_mem_notifier(struct notifier_block *nb,
|
|
|
|
|
|
static int __init kasan_memhotplug_init(void)
|
|
|
{
|
|
|
- pr_err("WARNING: KASAN doesn't support memory hot-add\n");
|
|
|
- pr_err("Memory hot-add will be disabled\n");
|
|
|
+ pr_info("WARNING: KASAN doesn't support memory hot-add\n");
|
|
|
+ pr_info("Memory hot-add will be disabled\n");
|
|
|
|
|
|
hotplug_memory_notifier(kasan_mem_notifier, 0);
|
|
|
|