public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3] Bitops instrumentation for KASAN
@ 2019-06-13 12:59 Marco Elver
  2019-06-13 12:59 ` Marco Elver
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Marco Elver @ 2019-06-13 12:59 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:
http://lkml.kernel.org/r/20190613123028.179447-1-elver@google.com

* Only changed lib/test_kasan in this version.

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                          |  81 ++++++-
 6 files changed, 382 insertions(+), 157 deletions(-)
 create mode 100644 include/asm-generic/bitops-instrumented.h

-- 
2.22.0.rc2.383.gf4fbbf30c2-goog

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

end of thread, other threads:[~2019-06-17 14:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-13 12:59 [PATCH v5 0/3] Bitops instrumentation for KASAN Marco Elver
2019-06-13 12:59 ` Marco Elver
2019-06-13 12:59 ` [PATCH v5 1/3] lib/test_kasan: Add bitops tests Marco Elver
2019-06-13 12:59   ` Marco Elver
2019-06-13 12:59 ` [PATCH v5 2/3] x86: Use static_cpu_has in uaccess region to avoid instrumentation Marco Elver
2019-06-13 12:59   ` Marco Elver
2019-06-13 12:59 ` [PATCH v5 3/3] asm-generic, x86: Add bitops instrumentation for KASAN Marco Elver
2019-06-13 12:59   ` Marco Elver
2019-06-17 14:00 ` [PATCH v5 0/3] Bitops " Marco Elver
2019-06-17 14:00   ` Marco Elver

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox