linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kasan: fix mention for KASAN_HW_TAGS
@ 2023-06-19 10:12 Chanho Min
  2023-06-19 10:14 ` Dmitry Vyukov
  0 siblings, 1 reply; 6+ messages in thread
From: Chanho Min @ 2023-06-19 10:12 UTC (permalink / raw)
  To: Andrey Ryabinin, Alexander Potapenko, Andrey Konovalov,
	Dmitry Vyukov, Vincenzo Frascino
  Cc: elver, kasan-dev, linux-mm, linux-kernel, gunho.lee, Chanho Min

This patch removes description of the KASAN_HW_TAGS's memory consumption.
KASAN_HW_TAGS does not set 1/32nd shadow memory.

Signed-off-by: Chanho Min <chanho.min@lge.com>
---
 lib/Kconfig.kasan | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/Kconfig.kasan b/lib/Kconfig.kasan
index fdca89c05745..5be1740234b9 100644
--- a/lib/Kconfig.kasan
+++ b/lib/Kconfig.kasan
@@ -124,8 +124,6 @@ config KASAN_HW_TAGS
 	  Supported only on arm64 CPUs starting from ARMv8.5 and relies on
 	  Memory Tagging Extension and Top Byte Ignore.
 
-	  Consumes about 1/32nd of available memory.
-
 	  May potentially introduce problems related to pointer casting and
 	  comparison, as it embeds a tag into the top byte of each pointer.
 
-- 
2.17.1



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

end of thread, other threads:[~2023-06-23 12:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-19 10:12 [PATCH] kasan: fix mention for KASAN_HW_TAGS Chanho Min
2023-06-19 10:14 ` Dmitry Vyukov
2023-06-19 11:36   ` Marco Elver
2023-06-20 16:32     ` Andrey Konovalov
2023-06-23  7:58       ` [PATCH v2] " Chanho Min
2023-06-23 12:40         ` Andrey Konovalov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox