From: Ingo Molnar <mingo@kernel.org>
To: Qian Cai <cai@lca.pw>
Cc: akpm@linux-foundation.org, tglx@linutronix.de, mingo@redhat.com,
bp@alien8.de, hpa@zytor.com, aryabinin@virtuozzo.com,
glider@google.com, dvyukov@google.com, x86@kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH -next] x86_64: tidy up KASAN_EXTRA
Date: Mon, 11 Feb 2019 09:00:30 +0100 [thread overview]
Message-ID: <20190211080030.GA80948@gmail.com> (raw)
In-Reply-To: <20190206045657.76020-1-cai@lca.pw>
* Qian Cai <cai@lca.pw> wrote:
> The commit 585a4c1f9978 ("kasan: remove use after scope bugs
> detection.") removed KASAN_EXTRA, so tidy up leftovers.
>
> Signed-off-by: Qian Cai <cai@lca.pw>
> ---
> arch/x86/include/asm/page_64_types.h | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/arch/x86/include/asm/page_64_types.h b/arch/x86/include/asm/page_64_types.h
> index 0ce558a8150d..8f657286d599 100644
> --- a/arch/x86/include/asm/page_64_types.h
> +++ b/arch/x86/include/asm/page_64_types.h
> @@ -7,11 +7,7 @@
> #endif
>
> #ifdef CONFIG_KASAN
> -#ifdef CONFIG_KASAN_EXTRA
> -#define KASAN_STACK_ORDER 2
> -#else
> #define KASAN_STACK_ORDER 1
> -#endif
> #else
> #define KASAN_STACK_ORDER 0
> #endif
Acked-by: Ingo Molnar <mingo@kernel.org>
Thanks,
Ingo
prev parent reply other threads:[~2019-02-11 8:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-06 4:56 [PATCH -next] x86_64: tidy up KASAN_EXTRA Qian Cai
2019-02-11 8:00 ` Ingo Molnar [this message]
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=20190211080030.GA80948@gmail.com \
--to=mingo@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=aryabinin@virtuozzo.com \
--cc=bp@alien8.de \
--cc=cai@lca.pw \
--cc=dvyukov@google.com \
--cc=glider@google.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
--cc=x86@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.