From: akpm@linux-foundation.org
To: mm-commits@vger.kernel.org, will.deacon@arm.com,
vincenzo.frascino@arm.com, kevin.brodsky@arm.com,
gor@linux.ibm.com, glider@google.com, eugenis@google.com,
elver@google.com, dvyukov@google.com, catalin.marinas@arm.com,
Branislav.Rankov@arm.com, aryabinin@virtuozzo.com,
andreyknvl@google.com, akpm@linux-foundation.org
Subject: [folded-merged] kasan-arm64-implement-hw_tags-runtime-fix.patch removed from -mm tree
Date: Sat, 19 Dec 2020 17:40:44 -0800 [thread overview]
Message-ID: <20201220014044.JfWCL%akpm@linux-foundation.org> (raw)
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
reply other threads:[~2020-12-20 1:41 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201220014044.JfWCL%akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=Branislav.Rankov@arm.com \
--cc=andreyknvl@google.com \
--cc=aryabinin@virtuozzo.com \
--cc=catalin.marinas@arm.com \
--cc=dvyukov@google.com \
--cc=elver@google.com \
--cc=eugenis@google.com \
--cc=glider@google.com \
--cc=gor@linux.ibm.com \
--cc=kevin.brodsky@arm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mm-commits@vger.kernel.org \
--cc=vincenzo.frascino@arm.com \
--cc=will.deacon@arm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox