linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] x86/KASAN updates for 4.3
@ 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
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Andrey Ryabinin @ 2015-08-13  5:37 UTC (permalink / raw)
  To: Ingo Molnar, Thomas Gleixner, H. Peter Anvin, x86
  Cc: Andrey Ryabinin, Catalin Marinas, Will Deacon, linux-arm-kernel,
	Arnd Bergmann, Linus Walleij, David Keitel, Alexander Potapenko,
	Andrew Morton, Dmitry Vyukov, linux-mm, linux-kernel,
	Alexey Klimov, Yury, Aneesh Kumar K.V

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

-- 
2.4.6


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-08-22 14:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-13  5:37 [PATCH 0/2] x86/KASAN updates for 4.3 Andrey Ryabinin
2015-08-13  5:37 ` [PATCH v6 1/2] x86/kasan: define KASAN_SHADOW_OFFSET per architecture 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-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  8:16   ` Ingo Molnar
2015-08-13  9:01     ` Will Deacon
2015-08-13 11:02       ` Andrey Ryabinin
2015-08-13 11:24         ` Will Deacon
2015-08-13 17:23           ` Will Deacon
2015-08-22 10:09             ` Ingo Molnar
2015-08-22 12:51               ` Andrey Ryabinin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).