linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Bitops instrumentation for KASAN
@ 2019-05-31 15:08 Marco Elver
  2019-05-31 15:08 ` Marco Elver
                   ` (3 more replies)
  0 siblings, 4 replies; 26+ messages in thread
From: Marco Elver @ 2019-05-31 15:08 UTC (permalink / raw)
  To: peterz, aryabinin, dvyukov, glider, andreyknvl, mark.rutland, hpa
  Cc: corbet, tglx, mingo, bp, x86, arnd, jpoimboe, linux-doc,
	linux-kernel, linux-arch, kasan-dev, Marco Elver

Previous version of this patch series and discussion can be found here:
http://lkml.kernel.org/r/20190529141500.193390-1-elver@google.com

Marco Elver (3):
  lib/test_kasan: Add bitops tests
  x86: Use static_cpu_has in uaccess region to avoid instrumentation
  asm-generic, x86: Add bitops instrumentation for KASAN

 Documentation/core-api/kernel-api.rst     |   2 +-
 arch/x86/ia32/ia32_signal.c               |   2 +-
 arch/x86/include/asm/bitops.h             | 189 ++++------------
 arch/x86/kernel/signal.c                  |   2 +-
 include/asm-generic/bitops-instrumented.h | 263 ++++++++++++++++++++++
 lib/test_kasan.c                          |  75 +++++-
 6 files changed, 376 insertions(+), 157 deletions(-)
 create mode 100644 include/asm-generic/bitops-instrumented.h

-- 
2.22.0.rc1.257.g3120a18244-goog

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

end of thread, other threads:[~2019-06-13 12:35 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-31 15:08 [PATCH v3 0/3] Bitops instrumentation for KASAN Marco Elver
2019-05-31 15:08 ` Marco Elver
2019-05-31 15:08 ` [PATCH v3 1/3] lib/test_kasan: Add bitops tests Marco Elver
2019-05-31 15:08   ` Marco Elver
2019-05-31 15:57   ` Mark Rutland
2019-05-31 15:57     ` Mark Rutland
2019-06-13 10:49   ` Andrey Ryabinin
2019-06-13 10:49     ` Andrey Ryabinin
2019-06-13 12:35     ` Marco Elver
2019-06-13 12:35       ` Marco Elver
2019-05-31 15:08 ` [PATCH v3 2/3] x86: Use static_cpu_has in uaccess region to avoid instrumentation Marco Elver
2019-05-31 15:08   ` Marco Elver
2019-06-07  9:43   ` Marco Elver
2019-06-07  9:43     ` Marco Elver
2019-06-12 14:12     ` Dmitry Vyukov
2019-06-12 14:12       ` Dmitry Vyukov
2019-06-13  9:21   ` Peter Zijlstra
2019-06-13  9:21     ` Peter Zijlstra
2019-06-13 10:50   ` Andrey Ryabinin
2019-06-13 10:50     ` Andrey Ryabinin
2019-05-31 15:08 ` [PATCH v3 3/3] asm-generic, x86: Add bitops instrumentation for KASAN Marco Elver
2019-05-31 15:08   ` Marco Elver
2019-05-31 16:01   ` Mark Rutland
2019-05-31 16:01     ` Mark Rutland
2019-06-13 10:51   ` Andrey Ryabinin
2019-06-13 10: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).