public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH kcsan 0/3] KCSAN updates for 5.11
@ 2020-11-05 22:03 Paul E. McKenney
  2020-11-05 22:03 ` [PATCH kcsan 1/3] kcsan: selftest: Ensure that address is at least PAGE_SIZE paulmck
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Paul E. McKenney @ 2020-11-05 22:03 UTC (permalink / raw)
  To: linux-kernel, kasan-dev, kernel-team, mingo
  Cc: elver, andreyknvl, glider, dvyukov, cai, boqun.feng

Hello!

This series provides KCSAN updates:

1.	Ensure that selftest address is at least PAGE_SIZE.

2.	Never set up watchpoints on NULL pointers.

3.	Fix encoding masks and regain address bit.

						Thanx, Paul

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

 encoding.h |   20 +++++++++++---------
 selftest.c |    3 +++
 2 files changed, 14 insertions(+), 9 deletions(-)

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

end of thread, other threads:[~2020-11-06 10:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-05 22:03 [PATCH kcsan 0/3] KCSAN updates for 5.11 Paul E. McKenney
2020-11-05 22:03 ` [PATCH kcsan 1/3] kcsan: selftest: Ensure that address is at least PAGE_SIZE paulmck
2020-11-05 22:03 ` [PATCH kcsan 2/3] kcsan: Never set up watchpoints on NULL pointers paulmck
2020-11-05 22:03 ` [PATCH kcsan 3/3] kcsan: Fix encoding masks and regain address bit paulmck
2020-11-06  1:23   ` Boqun Feng
2020-11-06  9:03     ` Marco Elver
2020-11-06 10:18       ` Boqun Feng
2020-11-06 10:47         ` Marco Elver
2020-11-06  9:34   ` [PATCH v2] " Marco Elver
2020-11-06 10:19     ` Boqun Feng

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