From: will.deacon@arm.com (Will Deacon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 2/6] x86/kasan, mm: introduce generic kasan_populate_zero_shadow()
Date: Wed, 12 Aug 2015 10:37:02 +0100 [thread overview]
Message-ID: <20150812093701.GH22485@arm.com> (raw)
In-Reply-To: <CAPAsAGwDNpRBLAvyCSpR9ZO9tAmHx-XYjVDZPECeQkU0WOw5jg@mail.gmail.com>
On Wed, Aug 12, 2015 at 10:30:37AM +0100, Andrey Ryabinin wrote:
> 2015-08-11 19:40 GMT+03:00 Catalin Marinas <catalin.marinas@arm.com>:
> >
> > Not sure how you plan to merge it though since there are x86
> > dependencies. I could send the whole series via tip or the mm tree (and
> > I guess it's pretty late for 4.3).
>
> Via mm tree, I guess.
> If this is too late for 4.3, then I'll update changelog and send v6
> after 4.3-rc1 release.
That's probably the best bet, as I suspect we'll get some non-trivial
conflicts with the arm64 tree at this stage.
Will
WARNING: multiple messages have this Message-ID (diff)
From: Will Deacon <will.deacon@arm.com>
To: Andrey Ryabinin <ryabinin.a.a@gmail.com>
Cc: Catalin Marinas <Catalin.Marinas@arm.com>,
"H. Peter Anvin" <hpa@zytor.com>, Yury <yury.norov@gmail.com>,
Arnd Bergmann <arnd@arndb.de>,
"linux-mm@kvack.org" <linux-mm@kvack.org>,
Linus Walleij <linus.walleij@linaro.org>,
"x86@kernel.org" <x86@kernel.org>,
LKML <linux-kernel@vger.kernel.org>,
Alexey Klimov <klimov.linux@gmail.com>,
Ingo Molnar <mingo@redhat.com>,
Alexander Potapenko <glider@google.com>,
"Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>,
David Keitel <dkeitel@codeaurora.org>,
Dmitry Vyukov <dvyukov@google.com>,
Andrew Morton <akpm@linux-foundation.org>,
Thomas Gleixner <tglx@linutronix.de>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v5 2/6] x86/kasan, mm: introduce generic kasan_populate_zero_shadow()
Date: Wed, 12 Aug 2015 10:37:02 +0100 [thread overview]
Message-ID: <20150812093701.GH22485@arm.com> (raw)
In-Reply-To: <CAPAsAGwDNpRBLAvyCSpR9ZO9tAmHx-XYjVDZPECeQkU0WOw5jg@mail.gmail.com>
On Wed, Aug 12, 2015 at 10:30:37AM +0100, Andrey Ryabinin wrote:
> 2015-08-11 19:40 GMT+03:00 Catalin Marinas <catalin.marinas@arm.com>:
> >
> > Not sure how you plan to merge it though since there are x86
> > dependencies. I could send the whole series via tip or the mm tree (and
> > I guess it's pretty late for 4.3).
>
> Via mm tree, I guess.
> If this is too late for 4.3, then I'll update changelog and send v6
> after 4.3-rc1 release.
That's probably the best bet, as I suspect we'll get some non-trivial
conflicts with the arm64 tree at this stage.
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: Andrey Ryabinin <ryabinin.a.a@gmail.com>
Cc: Catalin Marinas <Catalin.Marinas@arm.com>,
"H. Peter Anvin" <hpa@zytor.com>, Yury <yury.norov@gmail.com>,
Arnd Bergmann <arnd@arndb.de>,
"linux-mm@kvack.org" <linux-mm@kvack.org>,
Linus Walleij <linus.walleij@linaro.org>,
"x86@kernel.org" <x86@kernel.org>,
LKML <linux-kernel@vger.kernel.org>,
Alexey Klimov <klimov.linux@gmail.com>,
Ingo Molnar <mingo@redhat.com>,
Alexander Potapenko <glider@google.com>,
"Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>,
David Keitel <dkeitel@codeaurora.org>,
Dmitry Vyukov <dvyukov@google.com>,
Andrew Morton <akpm@linux-foundation.org>,
Thomas Gleixner <tglx@linutronix.de>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v5 2/6] x86/kasan, mm: introduce generic kasan_populate_zero_shadow()
Date: Wed, 12 Aug 2015 10:37:02 +0100 [thread overview]
Message-ID: <20150812093701.GH22485@arm.com> (raw)
In-Reply-To: <CAPAsAGwDNpRBLAvyCSpR9ZO9tAmHx-XYjVDZPECeQkU0WOw5jg@mail.gmail.com>
On Wed, Aug 12, 2015 at 10:30:37AM +0100, Andrey Ryabinin wrote:
> 2015-08-11 19:40 GMT+03:00 Catalin Marinas <catalin.marinas@arm.com>:
> >
> > Not sure how you plan to merge it though since there are x86
> > dependencies. I could send the whole series via tip or the mm tree (and
> > I guess it's pretty late for 4.3).
>
> Via mm tree, I guess.
> If this is too late for 4.3, then I'll update changelog and send v6
> after 4.3-rc1 release.
That's probably the best bet, as I suspect we'll get some non-trivial
conflicts with the arm64 tree at this stage.
Will
next prev parent reply other threads:[~2015-08-12 9:37 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-11 2:18 [PATCH v5 0/6] KASAN for amr64 Andrey Ryabinin
2015-08-11 2:18 ` Andrey Ryabinin
2015-08-11 2:18 ` Andrey Ryabinin
2015-08-11 2:18 ` [PATCH v5 1/6] x86/kasan: define KASAN_SHADOW_OFFSET per architecture Andrey Ryabinin
2015-08-11 2:18 ` Andrey Ryabinin
2015-08-11 2:18 ` Andrey Ryabinin
2015-08-11 2:18 ` [PATCH v5 2/6] x86/kasan, mm: introduce generic kasan_populate_zero_shadow() Andrey Ryabinin
2015-08-11 2:18 ` Andrey Ryabinin
2015-08-11 2:18 ` Andrey Ryabinin
2015-08-11 15:41 ` Catalin Marinas
2015-08-11 15:41 ` Catalin Marinas
2015-08-11 15:41 ` Catalin Marinas
2015-08-11 16:25 ` Andrey Ryabinin
2015-08-11 16:25 ` Andrey Ryabinin
2015-08-11 16:25 ` Andrey Ryabinin
2015-08-11 16:40 ` Catalin Marinas
2015-08-11 16:40 ` Catalin Marinas
2015-08-11 16:40 ` Catalin Marinas
2015-08-12 9:30 ` Andrey Ryabinin
2015-08-12 9:30 ` Andrey Ryabinin
2015-08-12 9:30 ` Andrey Ryabinin
2015-08-12 9:37 ` Will Deacon [this message]
2015-08-12 9:37 ` Will Deacon
2015-08-12 9:37 ` Will Deacon
2015-08-12 12:19 ` Andrey Ryabinin
2015-08-12 12:19 ` Andrey Ryabinin
2015-08-12 12:19 ` Andrey Ryabinin
2015-08-12 13:41 ` Will Deacon
2015-08-12 13:41 ` Will Deacon
2015-08-12 13:41 ` Will Deacon
2015-08-11 16:30 ` Andrey Ryabinin
2015-08-11 16:30 ` Andrey Ryabinin
2015-08-11 16:30 ` Andrey Ryabinin
2015-08-11 2:18 ` [PATCH v5 3/6] arm64: introduce VA_START macro - the first kernel virtual address Andrey Ryabinin
2015-08-11 2:18 ` Andrey Ryabinin
2015-08-11 2:18 ` Andrey Ryabinin
2015-08-11 2:18 ` [PATCH v5 4/6] arm64: move PGD_SIZE definition to pgalloc.h Andrey Ryabinin
2015-08-11 2:18 ` Andrey Ryabinin
2015-08-11 2:18 ` Andrey Ryabinin
2015-08-11 2:18 ` [PATCH v5 5/6] arm64: add KASAN support Andrey Ryabinin
2015-08-11 2:18 ` Andrey Ryabinin
2015-08-11 2:18 ` Andrey Ryabinin
2015-08-11 16:37 ` Catalin Marinas
2015-08-11 16:37 ` Catalin Marinas
2015-08-11 16:37 ` Catalin Marinas
2015-08-11 2:18 ` [PATCH v5 6/6] ARM64: kasan: print memory assignment Andrey Ryabinin
2015-08-11 2:18 ` Andrey Ryabinin
2015-08-11 2:18 ` 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=20150812093701.GH22485@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.