[PATCH kcsan 0/3] KCSAN updates for v6.2

Paul E. McKenney posted 3 patches 3 years, 5 months ago
There is a newer version of this series
kernel/kcsan/core.c   |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
lib/Kconfig.kcsan     |    6 +++---
tools/objtool/check.c |   10 ++++++++++
3 files changed, 63 insertions(+), 3 deletions(-)
[PATCH kcsan 0/3] KCSAN updates for v6.2
Posted by Paul E. McKenney 3 years, 5 months ago
Hello!

This series provides KCSAN updates:

1.	Instrument memcpy/memset/memmove with newer Clang, courtesy of
	Marco Elver.

2.	objtool, kcsan: Add volatile read/write instrumentation to
	whitelist, courtesy of Marco Elver.

3.	Fix trivial typo in Kconfig help comments, courtesy of Ryosuke
	Yasuoka.

						Thanx, Paul

------------------------------------------------------------------------

 kernel/kcsan/core.c   |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/Kconfig.kcsan     |    6 +++---
 tools/objtool/check.c |   10 ++++++++++
 3 files changed, 63 insertions(+), 3 deletions(-)