Home
last modified time | relevance | path

Searched hist:"7 f0a84c23b1dede3e76a7b2ebbde45a506252005" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/mm/kasan/
H A Dreport.cdiff 7f0a84c23b1dede3e76a7b2ebbde45a506252005 Wed May 03 16:56:38 CDT 2017 Andrey Konovalov <andreyknvl@google.com> kasan: change report header

Change report header format from:

BUG: KASAN: use-after-free in unwind_get_return_address+0x28a/0x2c0 at addr ffff880069437950
Read of size 8 by task insmod/3925

to:

BUG: KASAN: use-after-free in unwind_get_return_address+0x28a/0x2c0
Read of size 8 at addr ffff880069437950 by task insmod/3925

The exact access address is not usually important, so move it to the
second line. This also makes the header look visually balanced.

Link: http://lkml.kernel.org/r/20170302134851.101218-6-andreyknvl@google.com
Signed-off-by: Andrey Konovalov <andreyknvl@google.com>
Acked-by: Dmitry Vyukov <dvyukov@google.com>
Cc: Andrey Ryabinin <aryabinin@virtuozzo.com>
Cc: Alexander Potapenko <glider@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>