[GIT PULL] KCSAN changes for v6.11

From: Paul E. McKenney
Date: Mon Jul 15 2024 - 18:23:40 EST


Hello, Linus,

Please pull the latest KCSAN git commit from:

git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git tags/kcsan.2024.07.12a
# HEAD: ddd7432d621daf93baf36e353ab7472d69dd692f: kcsan: Add missing MODULE_DESCRIPTION() macro (2024-06-06 11:21:14 -0700)

----------------------------------------------------------------
kcsan: Add __data_racy documentation and module description

This series contains on commit that improves the documentation for the
new __data_racy type qualifier to the data_race() macro's kernel-doc
header and to the LKMM's access-marking documentation.

----------------------------------------------------------------
Jeff Johnson (1):
kcsan: Add missing MODULE_DESCRIPTION() macro

Paul E. McKenney (1):
kcsan: Add example to data_race() kerneldoc header

include/linux/compiler.h | 10 ++++++++-
kernel/kcsan/kcsan_test.c | 1 +
.../memory-model/Documentation/access-marking.txt | 24 +++++++++++++++++++++-
3 files changed, 33 insertions(+), 2 deletions(-)