Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1206545
| From | Ingo Molnar <mingo@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/2] x86/KASAN updates for 4.3 |
| Date | 2015-08-13 09:00 +0200 |
| Message-ID | <pWUEy-45f-15@gated-at.bofh.it> (permalink) |
| References | <pWTp7-2nL-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
* 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! 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. Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/2] x86/KASAN updates for 4.3 Andrey Ryabinin <ryabinin.a.a@gmail.com> - 2015-08-13 07:40 +0200
[PATCH v6 1/2] x86/kasan: define KASAN_SHADOW_OFFSET per architecture Andrey Ryabinin <ryabinin.a.a@gmail.com> - 2015-08-13 07:40 +0200
[PATCH v6 2/2] x86/kasan, mm: introduce generic kasan_populate_zero_shadow() Andrey Ryabinin <ryabinin.a.a@gmail.com> - 2015-08-13 07:40 +0200
Re: [PATCH 0/2] x86/KASAN updates for 4.3 Ingo Molnar <mingo@kernel.org> - 2015-08-13 09:00 +0200
Re: [PATCH 0/2] x86/KASAN updates for 4.3 Ingo Molnar <mingo@kernel.org> - 2015-08-13 10:20 +0200
Re: [PATCH 0/2] x86/KASAN updates for 4.3 Will Deacon <will.deacon@arm.com> - 2015-08-13 11:10 +0200
Re: [PATCH 0/2] x86/KASAN updates for 4.3 Andrey Ryabinin <ryabinin.a.a@gmail.com> - 2015-08-13 13:10 +0200
Re: [PATCH 0/2] x86/KASAN updates for 4.3 Will Deacon <will.deacon@arm.com> - 2015-08-13 13:30 +0200
Re: [PATCH 0/2] x86/KASAN updates for 4.3 Will Deacon <will.deacon@arm.com> - 2015-08-13 19:30 +0200
csiph-web