All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/5] kasan: support alloca, LLVM
@ 2017-12-04 19:17 ` Paul Lawrence
  0 siblings, 0 replies; 22+ messages in thread
From: Paul Lawrence @ 2017-12-04 19:17 UTC (permalink / raw)
  To: Andrey Ryabinin, Alexander Potapenko, Dmitry Vyukov, Masahiro Yamada
  Cc: linux-kernel, kasan-dev, linux-mm, linux-kbuild,
	Matthias Kaehlcke, Michael Davidson, Greg Hackmann,
	Paul Lawrence

[PATCH v3 1/5] kasan: add compiler support for clang
  No change

[PATCH v3 2/5] kasan/Makefile: Support LLVM style asan parameters.
  Correctly attributed
  Changed to use strip to work in all environments

[PATCH v3 3/5] kasan: support alloca() poisoning
  No change

[PATCH v3 4/5] kasan: Add tests for alloca poisoning
  No change

[PATCH v3 5/5] kasan: added functions for unpoisoning stack variables
  No change
 

Paul Lawrence (5):
  kasan: add compiler support for clang
  kasan/Makefile: Support LLVM style asan parameters.
  kasan: support alloca() poisoning
  kasan: Add tests for alloca poisonong
  kasan: added functions for unpoisoning stack variables

 include/linux/compiler-clang.h |  8 +++++++
 lib/test_kasan.c               | 22 +++++++++++++++++++
 mm/kasan/kasan.c               | 49 ++++++++++++++++++++++++++++++++++++++++++
 mm/kasan/kasan.h               |  8 +++++++
 mm/kasan/report.c              |  4 ++++
 scripts/Makefile.kasan         | 30 ++++++++++++++++----------
 6 files changed, 110 insertions(+), 11 deletions(-)

-- 
2.15.0.531.g2ccb3012c9-goog

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

end of thread, other threads:[~2017-12-08  9:25 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-04 19:17 [PATCH v4 0/5] kasan: support alloca, LLVM Paul Lawrence
2017-12-04 19:17 ` Paul Lawrence
2017-12-04 19:17 ` [PATCH v4 1/5] kasan: add compiler support for clang Paul Lawrence
2017-12-04 19:17   ` Paul Lawrence
2017-12-05 16:35   ` Andrey Ryabinin
2017-12-05 16:35     ` Andrey Ryabinin
2017-12-04 19:17 ` [PATCH v4 2/5] kasan/Makefile: Support LLVM style asan parameters Paul Lawrence
2017-12-04 19:17   ` Paul Lawrence
2017-12-08  9:25   ` Alexander Potapenko
2017-12-08  9:25     ` Alexander Potapenko
2017-12-04 19:17 ` [PATCH v4 3/5] kasan: support alloca() poisoning Paul Lawrence
2017-12-04 19:17   ` Paul Lawrence
2017-12-05 16:36   ` Andrey Ryabinin
2017-12-05 16:36     ` Andrey Ryabinin
2017-12-04 19:17 ` [PATCH v4 4/5] kasan: Add tests for alloca poisoning Paul Lawrence
2017-12-04 19:17   ` Paul Lawrence
2017-12-05 16:36   ` Andrey Ryabinin
2017-12-05 16:36     ` Andrey Ryabinin
2017-12-04 19:17 ` [PATCH v4 5/5] kasan: added functions for unpoisoning stack variables Paul Lawrence
2017-12-04 19:17   ` Paul Lawrence
2017-12-05 16:37   ` Andrey Ryabinin
2017-12-05 16:37     ` Andrey Ryabinin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.