From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] x86/KASAN updates for 4.3
Date: Thu, 13 Aug 2015 10:01:19 +0100 [thread overview]
Message-ID: <20150813090119.GA10280@arm.com> (raw)
In-Reply-To: <20150813081641.GA14402@gmail.com>
Hi Ingo,
On Thu, Aug 13, 2015 at 09:16:41AM +0100, Ingo Molnar wrote:
> * Ingo Molnar <mingo@kernel.org> wrote:
> > * Andrey Ryabinin <ryabinin.a.a@gmail.com> wrote:
> >
> > > These 2 patches taken from v5 'KASAN for arm64' series.
> > > The only change is updated changelog in second patch.
> > >
> > > I hope this is not too late to queue these for 4.3,
> > > as this allow us to merge arm64/KASAN patches in v4.4
> > > through arm64 tree.
> > >
> > > Andrey Ryabinin (2):
> > > x86/kasan: define KASAN_SHADOW_OFFSET per architecture
> > > x86/kasan, mm: introduce generic kasan_populate_zero_shadow()
> > >
> > > arch/x86/include/asm/kasan.h | 3 +
> > > arch/x86/mm/kasan_init_64.c | 123 ++--------------------------------
> > > include/linux/kasan.h | 10 ++-
> > > mm/kasan/Makefile | 2 +-
> > > mm/kasan/kasan_init.c | 152 +++++++++++++++++++++++++++++++++++++++++++
> > > 5 files changed, 170 insertions(+), 120 deletions(-)
> > > create mode 100644 mm/kasan/kasan_init.c
> >
> > It's absolutely too late in the -rc cycle for v4.3!
>
> Stupid me, I have read 'v4.2' ...
>
> So yes, it's still good for v4.3, the development window is still open.
>
> The rest still stands:
>
> > I can create a stable topic tree for it, tip:mm/kasan or so, which arm64 could
> > pull and base its own ARM specific work on, if that's OK with everyone.
Yes please, works for me! If we're targetting 4.3, then please can you base
on 4.2-rc4, as that's what our current arm64 queue is using?
Cheers,
Will
WARNING: multiple messages have this Message-ID (diff)
From: Will Deacon <will.deacon@arm.com>
To: Ingo Molnar <mingo@kernel.org>
Cc: Andrey Ryabinin <ryabinin.a.a@gmail.com>,
Ingo Molnar <mingo@redhat.com>,
Thomas Gleixner <tglx@linutronix.de>,
"H. Peter Anvin" <hpa@zytor.com>,
"x86@kernel.org" <x86@kernel.org>,
Catalin Marinas <Catalin.Marinas@arm.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
Arnd Bergmann <arnd@arndb.de>,
Linus Walleij <linus.walleij@linaro.org>,
David Keitel <dkeitel@codeaurora.org>,
Alexander Potapenko <glider@google.com>,
Andrew Morton <akpm@linux-foundation.org>,
Dmitry Vyukov <dvyukov@google.com>,
"linux-mm@kvack.org" <linux-mm@kvack.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Alexey Klimov <klimov.linux@gmail.com>,
Yury <yury.norov@gmail.com>,
"Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
Subject: Re: [PATCH 0/2] x86/KASAN updates for 4.3
Date: Thu, 13 Aug 2015 10:01:19 +0100 [thread overview]
Message-ID: <20150813090119.GA10280@arm.com> (raw)
In-Reply-To: <20150813081641.GA14402@gmail.com>
Hi Ingo,
On Thu, Aug 13, 2015 at 09:16:41AM +0100, Ingo Molnar wrote:
> * Ingo Molnar <mingo@kernel.org> wrote:
> > * Andrey Ryabinin <ryabinin.a.a@gmail.com> wrote:
> >
> > > These 2 patches taken from v5 'KASAN for arm64' series.
> > > The only change is updated changelog in second patch.
> > >
> > > I hope this is not too late to queue these for 4.3,
> > > as this allow us to merge arm64/KASAN patches in v4.4
> > > through arm64 tree.
> > >
> > > Andrey Ryabinin (2):
> > > x86/kasan: define KASAN_SHADOW_OFFSET per architecture
> > > x86/kasan, mm: introduce generic kasan_populate_zero_shadow()
> > >
> > > arch/x86/include/asm/kasan.h | 3 +
> > > arch/x86/mm/kasan_init_64.c | 123 ++--------------------------------
> > > include/linux/kasan.h | 10 ++-
> > > mm/kasan/Makefile | 2 +-
> > > mm/kasan/kasan_init.c | 152 +++++++++++++++++++++++++++++++++++++++++++
> > > 5 files changed, 170 insertions(+), 120 deletions(-)
> > > create mode 100644 mm/kasan/kasan_init.c
> >
> > It's absolutely too late in the -rc cycle for v4.3!
>
> Stupid me, I have read 'v4.2' ...
>
> So yes, it's still good for v4.3, the development window is still open.
>
> The rest still stands:
>
> > I can create a stable topic tree for it, tip:mm/kasan or so, which arm64 could
> > pull and base its own ARM specific work on, if that's OK with everyone.
Yes please, works for me! If we're targetting 4.3, then please can you base
on 4.2-rc4, as that's what our current arm64 queue is using?
Cheers,
Will
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
WARNING: multiple messages have this Message-ID (diff)
From: Will Deacon <will.deacon@arm.com>
To: Ingo Molnar <mingo@kernel.org>
Cc: Andrey Ryabinin <ryabinin.a.a@gmail.com>,
Ingo Molnar <mingo@redhat.com>,
Thomas Gleixner <tglx@linutronix.de>,
"H. Peter Anvin" <hpa@zytor.com>,
"x86@kernel.org" <x86@kernel.org>,
Catalin Marinas <Catalin.Marinas@arm.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
Arnd Bergmann <arnd@arndb.de>,
Linus Walleij <linus.walleij@linaro.org>,
David Keitel <dkeitel@codeaurora.org>,
Alexander Potapenko <glider@google.com>,
Andrew Morton <akpm@linux-foundation.org>,
Dmitry Vyukov <dvyukov@google.com>,
"linux-mm@kvack.org" <linux-mm@kvack.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Alexey Klimov <klimov.linux@gmail.com>,
Yury <yury.norov@gmail.com>,
"Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
Subject: Re: [PATCH 0/2] x86/KASAN updates for 4.3
Date: Thu, 13 Aug 2015 10:01:19 +0100 [thread overview]
Message-ID: <20150813090119.GA10280@arm.com> (raw)
In-Reply-To: <20150813081641.GA14402@gmail.com>
Hi Ingo,
On Thu, Aug 13, 2015 at 09:16:41AM +0100, Ingo Molnar wrote:
> * Ingo Molnar <mingo@kernel.org> wrote:
> > * Andrey Ryabinin <ryabinin.a.a@gmail.com> wrote:
> >
> > > These 2 patches taken from v5 'KASAN for arm64' series.
> > > The only change is updated changelog in second patch.
> > >
> > > I hope this is not too late to queue these for 4.3,
> > > as this allow us to merge arm64/KASAN patches in v4.4
> > > through arm64 tree.
> > >
> > > Andrey Ryabinin (2):
> > > x86/kasan: define KASAN_SHADOW_OFFSET per architecture
> > > x86/kasan, mm: introduce generic kasan_populate_zero_shadow()
> > >
> > > arch/x86/include/asm/kasan.h | 3 +
> > > arch/x86/mm/kasan_init_64.c | 123 ++--------------------------------
> > > include/linux/kasan.h | 10 ++-
> > > mm/kasan/Makefile | 2 +-
> > > mm/kasan/kasan_init.c | 152 +++++++++++++++++++++++++++++++++++++++++++
> > > 5 files changed, 170 insertions(+), 120 deletions(-)
> > > create mode 100644 mm/kasan/kasan_init.c
> >
> > It's absolutely too late in the -rc cycle for v4.3!
>
> Stupid me, I have read 'v4.2' ...
>
> So yes, it's still good for v4.3, the development window is still open.
>
> The rest still stands:
>
> > I can create a stable topic tree for it, tip:mm/kasan or so, which arm64 could
> > pull and base its own ARM specific work on, if that's OK with everyone.
Yes please, works for me! If we're targetting 4.3, then please can you base
on 4.2-rc4, as that's what our current arm64 queue is using?
Cheers,
Will
next prev parent reply other threads:[~2015-08-13 9:01 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-13 5:37 [PATCH 0/2] x86/KASAN updates for 4.3 Andrey Ryabinin
2015-08-13 5:37 ` Andrey Ryabinin
2015-08-13 5:37 ` Andrey Ryabinin
2015-08-13 5:37 ` [PATCH v6 1/2] x86/kasan: define KASAN_SHADOW_OFFSET per architecture Andrey Ryabinin
2015-08-13 5:37 ` Andrey Ryabinin
2015-08-13 5:37 ` Andrey Ryabinin
2015-08-22 13:59 ` [tip:mm/kasan] x86/kasan: Define " tip-bot for Andrey Ryabinin
2015-08-13 5:37 ` [PATCH v6 2/2] x86/kasan, mm: introduce generic kasan_populate_zero_shadow() Andrey Ryabinin
2015-08-13 5:37 ` Andrey Ryabinin
2015-08-13 5:37 ` Andrey Ryabinin
2015-08-22 13:59 ` [tip:mm/kasan] x86/kasan, mm: Introduce " tip-bot for Andrey Ryabinin
2015-08-13 6:50 ` [PATCH 0/2] x86/KASAN updates for 4.3 Ingo Molnar
2015-08-13 6:50 ` Ingo Molnar
2015-08-13 6:50 ` Ingo Molnar
2015-08-13 8:16 ` Ingo Molnar
2015-08-13 8:16 ` Ingo Molnar
2015-08-13 8:16 ` Ingo Molnar
2015-08-13 9:01 ` Will Deacon [this message]
2015-08-13 9:01 ` Will Deacon
2015-08-13 9:01 ` Will Deacon
2015-08-13 11:02 ` Andrey Ryabinin
2015-08-13 11:02 ` Andrey Ryabinin
2015-08-13 11:02 ` Andrey Ryabinin
2015-08-13 11:24 ` Will Deacon
2015-08-13 11:24 ` Will Deacon
2015-08-13 11:24 ` Will Deacon
2015-08-13 17:23 ` Will Deacon
2015-08-13 17:23 ` Will Deacon
2015-08-13 17:23 ` Will Deacon
2015-08-22 10:09 ` Ingo Molnar
2015-08-22 10:09 ` Ingo Molnar
2015-08-22 10:09 ` Ingo Molnar
2015-08-22 12:51 ` Andrey Ryabinin
2015-08-22 12:51 ` Andrey Ryabinin
2015-08-22 12:51 ` Andrey Ryabinin
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=20150813090119.GA10280@arm.com \
--to=will.deacon@arm.com \
--cc=linux-arm-kernel@lists.infradead.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.