[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <6d532a3c-709f-4038-8482-34dc2dcbfaae@paulmck-laptop>
Date: Mon, 15 Jul 2024 15:23:32 -0700
From: "Paul E. McKenney" <paulmck@...nel.org>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, kasan-dev@...glegroups.com,
kernel-team@...a.com, elver@...gle.com, quic_jjohnson@...cinc.com
Subject: [GIT PULL] KCSAN changes for v6.11
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(-)
Powered by blists - more mailing lists