linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] kasan: add memory corruption identification for hardware tag-based
@ 2021-05-30  4:47 Kuan-Ying Lee
  2021-05-30  4:47 ` [PATCH 1/1] kasan: add memory corruption identification for hardware tag-based mode Kuan-Ying Lee
  0 siblings, 1 reply; 6+ messages in thread
From: Kuan-Ying Lee @ 2021-05-30  4:47 UTC (permalink / raw)
  To: Andrey Ryabinin, Alexander Potapenko, Andrey Konovalov,
	Dmitry Vyukov, Andrew Morton
  Cc: kasan-dev, linux-kernel, linux-mm, Walter Wu, Kuan-Ying Lee

This patch is for hardware tag-based kasan to make a good guess
on the kasan bug. Report kasan bug is slab out-of-bound or
use-after-free. Refer to software tag-based kasan detection
mechanism.

Kuan-Ying Lee (1):
  kasan: add memory corruption identification for hardware tag-based
    mode

 lib/Kconfig.kasan         |  8 ++++++++
 mm/kasan/hw_tags.c        | 25 ++++++++++++++++++++++---
 mm/kasan/kasan.h          |  4 ++--
 mm/kasan/report_hw_tags.c | 28 ++++++++++++++++++++++++++++
 4 files changed, 60 insertions(+), 5 deletions(-)

-- 
2.17.1



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-06-02 12:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-30  4:47 [PATCH 0/1] kasan: add memory corruption identification for hardware tag-based Kuan-Ying Lee
2021-05-30  4:47 ` [PATCH 1/1] kasan: add memory corruption identification for hardware tag-based mode Kuan-Ying Lee
2021-05-31  8:50   ` Marco Elver
2021-05-31 15:59     ` Kuan-Ying Lee
2021-06-02 12:29       ` Andrey Konovalov
2021-06-02 12:24     ` Andrey Konovalov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).