All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] kasan-change-memory-hot-add-error-messages-to-info-messages.patch removed from -mm tree
@ 2016-06-10 19:12 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2016-06-10 19:12 UTC (permalink / raw)
  To: shuahkh, aryabinin, dvyukov, glider, mm-commits


The patch titled
     Subject: kasan: change memory hot-add error messages to info messages
has been removed from the -mm tree.  Its filename was
     kasan-change-memory-hot-add-error-messages-to-info-messages.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Shuah Khan <shuahkh@osg.samsung.com>
Subject: kasan: change memory hot-add error messages to info messages

Change the following memory hot-add error messages to info messages. 
There is no need for these to be errors.

[    8.221108] kasan: WARNING: KASAN doesn't support memory hot-add
[    8.221117] kasan: Memory hot-add will be disabled

Link: http://lkml.kernel.org/r/1464794430-5486-1-git-send-email-shuahkh@osg.samsung.com
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Acked-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
Cc: Alexander Potapenko <glider@google.com>
Cc: Dmitry Vyukov <dvyukov@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/kasan/kasan.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -puN mm/kasan/kasan.c~kasan-change-memory-hot-add-error-messages-to-info-messages mm/kasan/kasan.c
--- a/mm/kasan/kasan.c~kasan-change-memory-hot-add-error-messages-to-info-messages
+++ a/mm/kasan/kasan.c
@@ -763,8 +763,8 @@ static int kasan_mem_notifier(struct not
 
 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);
 
_

Patches currently in -mm which might be from shuahkh@osg.samsung.com are



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-10 19:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-10 19:12 [merged] kasan-change-memory-hot-add-error-messages-to-info-messages.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.