linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [RFC WIP PATCH 0/3] Your series rebased
@ 2019-02-19 17:29 Christophe Leroy
  2019-02-19 17:29 ` [RFC WIP PATCH 1/3] kasan: do not open-code addr_has_shadow Christophe Leroy
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Christophe Leroy @ 2019-02-19 17:29 UTC (permalink / raw)
  To: Daniel Axtens; +Cc: linuxppc-dev

Hi Daniel,

Find here your series rebased on my v6. No test done, not even compiled.

Christophe

Christophe Leroy (3):
  kasan: do not open-code addr_has_shadow
  kasan: allow architectures to manage the memory-to-shadow mapping
  powerpc: KASAN for 64bit Book3E

 arch/powerpc/Kconfig                         |  1 +
 arch/powerpc/Makefile                        |  2 +
 arch/powerpc/include/asm/kasan.h             | 56 +++++++++++++++++++++++++++-
 arch/powerpc/mm/Makefile                     |  2 +
 arch/powerpc/mm/kasan/Makefile               |  1 +
 arch/powerpc/mm/kasan/kasan_init_book3e_64.c | 51 +++++++++++++++++++++++++
 include/linux/kasan.h                        |  2 +
 mm/kasan/generic.c                           |  3 +-
 mm/kasan/generic_report.c                    |  2 +-
 mm/kasan/kasan.h                             |  6 ++-
 mm/kasan/report.c                            |  6 +--
 mm/kasan/tags.c                              |  3 +-
 12 files changed, 125 insertions(+), 10 deletions(-)
 create mode 100644 arch/powerpc/mm/kasan/kasan_init_book3e_64.c

-- 
2.13.3


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

end of thread, other threads:[~2019-02-19 17:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-19 17:29 [RFC WIP PATCH 0/3] Your series rebased Christophe Leroy
2019-02-19 17:29 ` [RFC WIP PATCH 1/3] kasan: do not open-code addr_has_shadow Christophe Leroy
2019-02-19 17:29 ` [RFC WIP PATCH 2/3] kasan: allow architectures to manage the memory-to-shadow mapping Christophe Leroy
2019-02-19 17:29 ` [RFC WIP PATCH 3/3] powerpc: KASAN for 64bit Book3E Christophe Leroy

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).