All of lore.kernel.org
 help / color / mirror / Atom feed
From: akpm@linux-foundation.org
To: andreyknvl@gmail.com, elver@google.com, mm-commits@vger.kernel.org
Subject: [folded-merged] kasan-fix-hwasan-build-for-gcc-fix.patch removed from -mm tree
Date: Fri, 16 Apr 2021 15:31:47 -0700	[thread overview]
Message-ID: <20210416223147.eKkIskNbC%akpm@linux-foundation.org> (raw)


The patch titled
     Subject: kasan-fix-hwasan-build-for-gcc-fix
has been removed from the -mm tree.  Its filename was
     kasan-fix-hwasan-build-for-gcc-fix.patch

This patch was dropped because it was folded into kasan-fix-hwasan-build-for-gcc.patch

------------------------------------------------------
From: Marco Elver <elver@google.com>
Subject: kasan-fix-hwasan-build-for-gcc-fix

fixup for "kasan: fix hwasan build for gcc"

Link: https://lkml.kernel.org/r/YHQZVfVVLE/LDK2v@elver.google.com
Signed-off-by: Marco Elver <elver@google.com>
Acked-byh: Andrey Konovalov <andreyknvl@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 scripts/Makefile.kasan |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/scripts/Makefile.kasan~kasan-fix-hwasan-build-for-gcc-fix
+++ a/scripts/Makefile.kasan
@@ -2,6 +2,8 @@
 CFLAGS_KASAN_NOSANITIZE := -fno-builtin
 KASAN_SHADOW_OFFSET ?= $(CONFIG_KASAN_SHADOW_OFFSET)
 
+cc-param = $(call cc-option, -mllvm -$(1), $(call cc-option, --param $(1)))
+
 ifdef CONFIG_KASAN_GENERIC
 
 ifdef CONFIG_KASAN_INLINE
@@ -12,8 +14,6 @@ endif
 
 CFLAGS_KASAN_MINIMAL := -fsanitize=kernel-address
 
-cc-param = $(call cc-option, -mllvm -$(1), $(call cc-option, --param $(1)))
-
 # -fasan-shadow-offset fails without -fsanitize
 CFLAGS_KASAN_SHADOW := $(call cc-option, -fsanitize=kernel-address \
 			-fasan-shadow-offset=$(KASAN_SHADOW_OFFSET), \
_

Patches currently in -mm which might be from elver@google.com are

kasan-fix-hwasan-build-for-gcc.patch
kfence-zero-guard-page-after-out-of-bounds-access.patch


                 reply	other threads:[~2021-04-16 22:31 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=20210416223147.eKkIskNbC%akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=andreyknvl@gmail.com \
    --cc=elver@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mm-commits@vger.kernel.org \
    /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 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.