The commit is pushed to "branch-rh7-3.10.0-693.1.1.vz7.37.x-ovz" and will 
appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-693.1.1.vz7.37.4
------>
commit 8e8667c7f651a878e7bb7e5e29489959201ebd8c
Author: Dmitry Vyukov <dvyu...@google.com>
Date:   Fri Sep 15 17:18:10 2017 +0300

    kasan: add newline to messages
    
    Currently GPF messages with KASAN look as follows:
    
      kasan: GPF could be caused by NULL-ptr deref or user memory accessgeneral 
protection fault: 0000 [#1] SMP DEBUG_PAGEALLOC KASAN
    
    Add newlines.
    
    Link: 
http://lkml.kernel.org/r/1467294357-98002-1-git-send-email-dvyu...@google.com
    Signed-off-by: Dmitry Vyukov <dvyu...@google.com>
    Acked-by: Andrey Ryabinin <aryabi...@virtuozzo.com>
    Cc: Alexander Potapenko <gli...@google.com>
    Signed-off-by: Andrew Morton <a...@linux-foundation.org>
    Signed-off-by: Linus Torvalds <torva...@linux-foundation.org>
    
    https://jira.sw.ru/browse/PSBM-69081
    (cherry picked from commit 2ba78056acfe8d63a29565f91dae4678ed6b81ca)
    Signed-off-by: Andrey Ryabinin <aryabi...@virtuozzo.com>
---
 arch/x86/mm/kasan_init_64.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/x86/mm/kasan_init_64.c b/arch/x86/mm/kasan_init_64.c
index f9fb08e..dbe2a71 100644
--- a/arch/x86/mm/kasan_init_64.c
+++ b/arch/x86/mm/kasan_init_64.c
@@ -168,8 +168,8 @@ static int kasan_die_handler(struct notifier_block *self,
                             void *data)
 {
        if (val == DIE_GPF) {
-               pr_emerg("CONFIG_KASAN_INLINE enabled");
-               pr_emerg("GPF could be caused by NULL-ptr deref or user memory 
access");
+               pr_emerg("CONFIG_KASAN_INLINE enabled\n");
+               pr_emerg("GPF could be caused by NULL-ptr deref or user memory 
access\n");
        }
        return NOTIFY_OK;
 }
_______________________________________________
Devel mailing list
Devel@openvz.org
https://lists.openvz.org/mailman/listinfo/devel

Reply via email to