All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] kasan: add memory corruption identification support for hw tag-based kasan
@ 2021-06-26 10:09 ` Kuan-Ying Lee
  0 siblings, 0 replies; 28+ messages in thread
From: Kuan-Ying Lee @ 2021-06-26 10:09 UTC (permalink / raw)
  To: Andrey Ryabinin, Alexander Potapenko, Andrey Konovalov,
	Marco Elver, Dmitry Vyukov, Andrew Morton, Matthias Brugger
  Cc: kasan-dev, linux-kernel, linux-mm, linux-arm-kernel,
	linux-mediatek, wsd_upstream, chinwen.chang, nicholas.tang,
	Kuan-Ying Lee

Add memory corruption identification for hardware tag-based KASAN mode.

Changes since v4:
 - Change report_tags.h to report_tags.c
 - Refine the commit message
 - Test lib/test_kasan module with SW_TAGS mode
 - Test lib/test_kasan module with HW_TAGS mode
 - Rebase to latest linux-next

Changes since v3:
 - Preserve Copyright from hw_tags.c/sw_tags.c and
   report_sw_tags.c/report_hw_tags.c
 - Make non-trivial change in kasan sw tag-based mode

Changes since v2:
 - Thanks for Marco's Suggestion
 - Rename the CONFIG_KASAN_SW_TAGS_IDENTIFY
 - Integrate tag-based kasan common part
 - Rebase to latest linux-next

Kuan-Ying Lee (3):
  kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to
    CONFIG_KASAN_TAGS_IDENTIFY
  kasan: integrate the common part of two KASAN tag-based modes
  kasan: add memory corruption identification support for hardware
    tag-based mode

 lib/Kconfig.kasan         |  4 +--
 mm/kasan/Makefile         |  4 +--
 mm/kasan/hw_tags.c        | 22 ---------------
 mm/kasan/kasan.h          |  4 +--
 mm/kasan/report_hw_tags.c |  5 ----
 mm/kasan/report_sw_tags.c | 43 ----------------------------
 mm/kasan/report_tags.c    | 51 +++++++++++++++++++++++++++++++++
 mm/kasan/sw_tags.c        | 41 ---------------------------
 mm/kasan/tags.c           | 59 +++++++++++++++++++++++++++++++++++++++
 9 files changed, 116 insertions(+), 117 deletions(-)
 create mode 100644 mm/kasan/report_tags.c
 create mode 100644 mm/kasan/tags.c

-- 
2.18.0


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

end of thread, other threads:[~2021-06-28  6:03 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-26 10:09 [PATCH v4 0/3] kasan: add memory corruption identification support for hw tag-based kasan Kuan-Ying Lee
2021-06-26 10:09 ` Kuan-Ying Lee
2021-06-26 10:09 ` Kuan-Ying Lee
2021-06-26 10:09 ` [PATCH v4 1/3] kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFY Kuan-Ying Lee
2021-06-26 10:09   ` Kuan-Ying Lee
2021-06-26 10:09   ` Kuan-Ying Lee
2021-06-28  6:00   ` Marco Elver
2021-06-28  6:00     ` Marco Elver
2021-06-28  6:00     ` Marco Elver
2021-06-28  6:00     ` Marco Elver
2021-06-26 10:09 ` [PATCH v4 2/3] kasan: integrate the common part of two KASAN tag-based modes Kuan-Ying Lee
2021-06-26 10:09   ` Kuan-Ying Lee
2021-06-26 10:09   ` Kuan-Ying Lee
2021-06-26 15:12   ` Andrey Konovalov
2021-06-26 15:12     ` Andrey Konovalov
2021-06-26 15:12     ` Andrey Konovalov
2021-06-26 15:12     ` Andrey Konovalov
2021-06-28  6:00   ` Marco Elver
2021-06-28  6:00     ` Marco Elver
2021-06-28  6:00     ` Marco Elver
2021-06-28  6:00     ` Marco Elver
2021-06-26 10:09 ` [PATCH v4 3/3] kasan: add memory corruption identification support for hardware tag-based mode Kuan-Ying Lee
2021-06-26 10:09   ` Kuan-Ying Lee
2021-06-26 10:09   ` Kuan-Ying Lee
2021-06-28  6:00   ` Marco Elver
2021-06-28  6:00     ` Marco Elver
2021-06-28  6:00     ` Marco Elver
2021-06-28  6:00     ` Marco Elver

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.