This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 38814330fedd Merge tag 'devicetree-for-6.8' of git://git.kernel.org/pub [...] new fb91e42fe3bf Documentation: RCU: Remove repeated word in comments new 493dffa3ab07 rculist.h: docs: Fix wrong function summary new 1b7178b23dc9 doc: Clarify RCU Tasks reader/updater checklist new c49956be7515 doc: Mention address and data dependencies in rcu_dereference.rst new ad9446302919 doc: Clarify historical disclaimers in memory-barriers.txt new 69dcbbd80421 locktorture: Increase Hamming distance between call_rcu_ch [...] new 454723b1615f rcutorture: add nolibc init support for mips, ppc and rv64 new af19a2526cba rcutorture: Add mid-sized stall to TREE07 new 90f1015dfee3 rcutorture: Add fqs_holdoff check before fqs_task is created new 4e58aaeebb3c rcu: Restrict access to RCU CPU stall notifiers new 23d90b240405 rcu: Remove unused macros from rcupdate.h new dee39c0c1e96 rcu: Force quiescent states only for ongoing grace period new 18966f7b9458 rcu-tasks: Mark RCU Tasks accesses to current->rcu_tasks_idle_cpu new 20eb4142397c srcu: Remove superfluous callbacks advancing from srcu_gp_start() new 94c55b9e2197 srcu: No need to advance/accelerate if no callback enqueued new c21357e4461f srcu: Explain why callbacks invocations can't run concurrently new 3c6b0c1c2818 srcu: Use try-lock lockdep annotation for NMI-safe access. new 7dfb03dd24d4 Merge branches 'doc.2023.12.13a', 'torture.2023.11.23a', ' [...] new 23a80d462c67 Merge tag 'rcu.release.v6.8' of https://github.com/neeraju/linux
The 19 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/RCU/checklist.rst | 25 ++++++++++++-------- Documentation/RCU/rcu_dereference.rst | 27 ++++++++++++++++------ Documentation/RCU/torture.rst | 2 +- Documentation/admin-guide/kernel-parameters.txt | 6 +++++ Documentation/memory-barriers.txt | 17 ++++++++------ include/linux/rcu_notifier.h | 6 ++--- include/linux/rculist.h | 2 +- include/linux/rcupdate.h | 9 +++++--- include/linux/srcu.h | 2 +- kernel/locking/locktorture.c | 18 +++++++-------- kernel/rcu/Kconfig.debug | 25 ++++++++++++++++++++ kernel/rcu/rcu.h | 8 ++++--- kernel/rcu/rcutorture.c | 16 ++++++++----- kernel/rcu/srcutree.c | 24 +++++++++---------- kernel/rcu/tasks.h | 4 ++-- kernel/rcu/tree.c | 2 ++ kernel/rcu/tree_stall.h | 11 ++++++++- kernel/rcu/update.c | 6 +++++ tools/testing/selftests/rcutorture/bin/mkinitrd.sh | 5 +++- .../selftests/rcutorture/configs/rcu/TREE07.boot | 3 +++ 20 files changed, 151 insertions(+), 67 deletions(-)