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 branch 'lkmm.2021.05.10c' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu

Pull lkmm fixlet from Paul E McKenney.

Fix missing underscore in Linux-kernel memory model docs.

* 'lkmm.2021.05.10c' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu:
tools/memory-model: Fix smp_mb__after_spinlock() spelling

+1 -1
+1 -1
tools/memory-model/Documentation/explanation.txt
··· 2510 2510 smp_mb__after_atomic() orders po-earlier atomic updates and 2511 2511 the events preceding them against all po-later events; 2512 2512 2513 - smp_mb_after_spinlock() orders po-earlier lock acquisition 2513 + smp_mb__after_spinlock() orders po-earlier lock acquisition 2514 2514 events and the events preceding them against all po-later 2515 2515 events. 2516 2516