mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [folded-merged] kasan-arm64-implement-hw_tags-runtime-fix.patch removed from -mm tree
@ 2020-12-20  1:40 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2020-12-20  1:40 UTC (permalink / raw)
  To: mm-commits, will.deacon, vincenzo.frascino, kevin.brodsky, gor,
	glider, eugenis, elver, dvyukov, catalin.marinas,
	Branislav.Rankov, aryabinin, andreyknvl, akpm


The patch titled
     Subject: kasan-arm64-implement-hw_tags-runtime-fix
has been removed from the -mm tree.  Its filename was
     kasan-arm64-implement-hw_tags-runtime-fix.patch

This patch was dropped because it was folded into kasan-arm64-implement-hw_tags-runtime.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: kasan-arm64-implement-hw_tags-runtime-fix

Cc: Alexander Potapenko <glider@google.com>
Cc: Andrey Konovalov <andreyknvl@google.com>
Cc: Andrey Ryabinin <aryabinin@virtuozzo.com>
Cc: Branislav Rankov <Branislav.Rankov@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Dmitry Vyukov <dvyukov@google.com>
Cc: Evgenii Stepanov <eugenis@google.com>
Cc: Kevin Brodsky <kevin.brodsky@arm.com>
Cc: Marco Elver <elver@google.com>
Cc: Vasily Gorbik <gor@linux.ibm.com>
Cc: Vincenzo Frascino <vincenzo.frascino@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/kasan/hw_tags.c |    9 ---------
 1 file changed, 9 deletions(-)

--- a/mm/kasan/hw_tags.c~kasan-arm64-implement-hw_tags-runtime-fix
+++ a/mm/kasan/hw_tags.c
@@ -10,7 +10,6 @@
 
 #include <linux/kasan.h>
 #include <linux/kernel.h>
-#include <linux/kfence.h>
 #include <linux/memory.h>
 #include <linux/mm.h>
 #include <linux/string.h>
@@ -38,20 +37,12 @@ void *kasan_reset_tag(const void *addr)
 
 void poison_range(const void *address, size_t size, u8 value)
 {
-	/* Skip KFENCE memory if called explicitly outside of sl*b. */
-	if (is_kfence_address(address))
-		return;
-
 	hw_set_mem_tag_range(reset_tag(address),
 			round_up(size, KASAN_GRANULE_SIZE), value);
 }
 
 void unpoison_range(const void *address, size_t size)
 {
-	/* Skip KFENCE memory if called explicitly outside of sl*b. */
-	if (is_kfence_address(address))
-		return;
-
 	hw_set_mem_tag_range(reset_tag(address),
 			round_up(size, KASAN_GRANULE_SIZE), get_tag(address));
 }
_

Patches currently in -mm which might be from akpm@linux-foundation.org are

kasan-arm64-implement-hw_tags-runtime.patch
kasan-remove-kfence-leftovers.patch
mm.patch
mm-fix-initialization-of-struct-page-for-holes-in-memory-layout-checkpatch-fixes.patch
mm-vmstat-fix-proc-sys-vm-stat_refresh-generating-false-warnings-fix-2.patch
kfence-kasan-make-kfence-compatible-with-kasan-fix.patch
linux-next-rejects.patch
kmap-stupid-hacks-to-make-it-compile.patch
set_memory-allow-set_direct_map__noflush-for-multiple-pages-fix.patch
arch-mm-wire-up-memfd_secret-system-call-were-relevant-fix.patch
kernel-forkc-export-kernel_thread-to-modules.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-20  1:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-20  1:40 [folded-merged] kasan-arm64-implement-hw_tags-runtime-fix.patch removed from -mm tree akpm

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).