Skip to content

Commit 9394264

Browse files
committed
Merge tag 'lkmm.2025.07.23a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu
Pull lkmm documentation update from Paul McKenney: - Add wait_event_cmd() and wait_event_exclusive_cmd() to the list of wait primitives that provide the needed memory barriers (Håkon Bugge) * tag 'lkmm.2025.07.23a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu: docs/memory-barriers.txt: Add wait_event_cmd() and wait_event_exclusive_cmd()
2 parents b1c2107 + 8817270 commit 9394264

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/memory-barriers.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2192,6 +2192,8 @@ interpolate the memory barrier in the right place:
21922192
wait_event_timeout();
21932193
wait_on_bit();
21942194
wait_on_bit_lock();
2195+
wait_event_cmd();
2196+
wait_event_exclusive_cmd();
21952197

21962198

21972199
Secondly, code that performs a wake up normally follows something like this:

0 commit comments

Comments
 (0)