All of lore.kernel.org
 help / color / mirror / Atom feed
From: Will Deacon <will@kernel.org>
To: Vincenzo Frascino <vincenzo.frascino@arm.com>
Cc: Andrey Konovalov <andreyknvl@google.com>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	LKML <linux-kernel@vger.kernel.org>,
	kasan-dev <kasan-dev@googlegroups.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Dmitry Vyukov <dvyukov@google.com>,
	Andrey Ryabinin <aryabinin@virtuozzo.com>,
	Alexander Potapenko <glider@google.com>,
	Marco Elver <elver@google.com>,
	Evgenii Stepanov <eugenis@google.com>,
	Branislav Rankov <Branislav.Rankov@arm.com>
Subject: Re: [PATCH v11 2/5] kasan: Add KASAN mode kernel parameter
Date: Fri, 5 Feb 2021 16:48:22 +0000	[thread overview]
Message-ID: <20210205164822.GB22665@willie-the-truck> (raw)
In-Reply-To: <96163fa8-c093-8c2f-e085-8c2148882748@arm.com>

On Fri, Feb 05, 2021 at 04:00:07PM +0000, Vincenzo Frascino wrote:
> 
> 
> On 2/5/21 3:49 PM, Andrey Konovalov wrote:
> > On Mon, Feb 1, 2021 at 9:04 PM Andrey Konovalov <andreyknvl@google.com> wrote:
> >>
> >> On Sat, Jan 30, 2021 at 5:52 PM Vincenzo Frascino
> >> <vincenzo.frascino@arm.com> wrote:
> >>>
> >>> @@ -45,6 +52,9 @@ static enum kasan_arg_fault kasan_arg_fault __ro_after_init;
> >>>  DEFINE_STATIC_KEY_FALSE(kasan_flag_enabled);
> >>>  EXPORT_SYMBOL(kasan_flag_enabled);
> >>>
> >>> +/* Whether the asynchronous mode is enabled. */
> >>> +bool kasan_flag_async __ro_after_init;
> >>
> >> Just noticed that we need EXPORT_SYMBOL(kasan_flag_async) here.
> > 
> > Hi Vincenzo,
> > 
> > If you post a new version of this series, please include
> > EXPORT_SYMBOL(kasan_flag_async).
> >
> 
> I can do that, no problem.

EXPORT_SYMBOL_GPL, please :)

Will

WARNING: multiple messages have this Message-ID (diff)
From: Will Deacon <will@kernel.org>
To: Vincenzo Frascino <vincenzo.frascino@arm.com>
Cc: Branislav Rankov <Branislav.Rankov@arm.com>,
	Marco Elver <elver@google.com>,
	Andrey Konovalov <andreyknvl@google.com>,
	Evgenii Stepanov <eugenis@google.com>,
	LKML <linux-kernel@vger.kernel.org>,
	kasan-dev <kasan-dev@googlegroups.com>,
	Alexander Potapenko <glider@google.com>,
	Dmitry Vyukov <dvyukov@google.com>,
	Catalin Marinas <catalin.marinas@arm.com>,
	Andrey Ryabinin <aryabinin@virtuozzo.com>,
	Andrew Morton <akpm@linux-foundation.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v11 2/5] kasan: Add KASAN mode kernel parameter
Date: Fri, 5 Feb 2021 16:48:22 +0000	[thread overview]
Message-ID: <20210205164822.GB22665@willie-the-truck> (raw)
In-Reply-To: <96163fa8-c093-8c2f-e085-8c2148882748@arm.com>

On Fri, Feb 05, 2021 at 04:00:07PM +0000, Vincenzo Frascino wrote:
> 
> 
> On 2/5/21 3:49 PM, Andrey Konovalov wrote:
> > On Mon, Feb 1, 2021 at 9:04 PM Andrey Konovalov <andreyknvl@google.com> wrote:
> >>
> >> On Sat, Jan 30, 2021 at 5:52 PM Vincenzo Frascino
> >> <vincenzo.frascino@arm.com> wrote:
> >>>
> >>> @@ -45,6 +52,9 @@ static enum kasan_arg_fault kasan_arg_fault __ro_after_init;
> >>>  DEFINE_STATIC_KEY_FALSE(kasan_flag_enabled);
> >>>  EXPORT_SYMBOL(kasan_flag_enabled);
> >>>
> >>> +/* Whether the asynchronous mode is enabled. */
> >>> +bool kasan_flag_async __ro_after_init;
> >>
> >> Just noticed that we need EXPORT_SYMBOL(kasan_flag_async) here.
> > 
> > Hi Vincenzo,
> > 
> > If you post a new version of this series, please include
> > EXPORT_SYMBOL(kasan_flag_async).
> >
> 
> I can do that, no problem.

EXPORT_SYMBOL_GPL, please :)

Will

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-02-05 20:25 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-30 16:52 [PATCH v11 0/5] arm64: ARMv8.5-A: MTE: Add async mode support Vincenzo Frascino
2021-01-30 16:52 ` Vincenzo Frascino
2021-01-30 16:52 ` [PATCH v11 1/5] arm64: mte: Add asynchronous " Vincenzo Frascino
2021-01-30 16:52   ` Vincenzo Frascino
2021-01-30 16:52 ` [PATCH v11 2/5] kasan: Add KASAN mode kernel parameter Vincenzo Frascino
2021-01-30 16:52   ` Vincenzo Frascino
2021-02-01 20:04   ` Andrey Konovalov
2021-02-01 20:04     ` Andrey Konovalov
2021-02-05 15:49     ` Andrey Konovalov
2021-02-05 15:49       ` Andrey Konovalov
2021-02-05 16:00       ` Vincenzo Frascino
2021-02-05 16:00         ` Vincenzo Frascino
2021-02-05 16:48         ` Will Deacon [this message]
2021-02-05 16:48           ` Will Deacon
2021-02-05 16:55           ` Vincenzo Frascino
2021-02-05 16:55             ` Vincenzo Frascino
2021-01-30 16:52 ` [PATCH v11 3/5] kasan: Add report for async mode Vincenzo Frascino
2021-01-30 16:52   ` Vincenzo Frascino
2021-01-30 16:52 ` [PATCH v11 4/5] arm64: mte: Enable async tag check fault Vincenzo Frascino
2021-01-30 16:52   ` Vincenzo Frascino
2021-02-05 15:39   ` Catalin Marinas
2021-02-05 15:39     ` Catalin Marinas
2021-02-05 15:45     ` Vincenzo Frascino
2021-02-05 15:45       ` Vincenzo Frascino
2021-01-30 16:52 ` [PATCH v11 5/5] kasan: don't run tests in async mode Vincenzo Frascino
2021-01-30 16:52   ` Vincenzo Frascino
2021-01-30 17:01   ` Vincenzo Frascino
2021-01-30 17:01     ` Vincenzo Frascino
2021-02-05 16:58 ` [PATCH v11 0/5] arm64: ARMv8.5-A: MTE: Add async mode support Vincenzo Frascino
2021-02-05 16:58   ` Vincenzo Frascino

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=20210205164822.GB22665@willie-the-truck \
    --to=will@kernel.org \
    --cc=Branislav.Rankov@arm.com \
    --cc=akpm@linux-foundation.org \
    --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=kasan-dev@googlegroups.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vincenzo.frascino@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 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.