Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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
+2
Documentation/memory-barriers.txt
··· 2192 2192 wait_event_timeout(); 2193 2193 wait_on_bit(); 2194 2194 wait_on_bit_lock(); 2195 + wait_event_cmd(); 2196 + wait_event_exclusive_cmd(); 2195 2197 2196 2198 2197 2199 Secondly, code that performs a wake up normally follows something like this: