diff options
author | Paul E. McKenney <paulmck@linux.ibm.com> | 2018-12-01 21:43:16 +0100 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.ibm.com> | 2018-12-01 21:43:16 +0100 |
commit | eaaf055f27a0eaaed0cdb0d3aa8d7fb892829ccb (patch) | |
tree | f8bb64c152e028df61689aa245c2ebbdadcc5c74 /fs | |
parent | rcu: Eliminate BUG_ON() for kernel/rcu/update.c (diff) | |
parent | rcutorture/formal: Replace synchronize_sched() with synchronize_rcu() (diff) | |
parent | doc: Fix "struction" typo in RCU memory-ordering documentation (diff) | |
parent | checkpatch.pl: Suggest lockdep instead of asserting !spin_is_locked() (diff) | |
parent | rcutorture: Make use of nolibc when available (diff) | |
parent | KVM: arm/arm64: vgic: Replace spin_is_locked() with lockdep (diff) | |
parent | srcu: Use "ssp" instead of "sp" for srcu_struct pointer (diff) | |
download | linux-eaaf055f27a0eaaed0cdb0d3aa8d7fb892829ccb.tar.xz linux-eaaf055f27a0eaaed0cdb0d3aa8d7fb892829ccb.zip |
Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a', 'fixes.2018.11.12a', 'initrd.2018.11.08b', 'sil.2018.11.12a' and 'srcu.2018.11.27a' into HEAD
bug.2018.11.12a: Get rid of BUG_ON() and friends
consolidate.2018.12.01a: Continued RCU flavor-consolidation cleanup
doc.2018.11.12a: Documentation updates
fixes.2018.11.12a: Miscellaneous fixes
initrd.2018.11.08b: Automate creation of rcutorture initrd
sil.2018.11.12a: Remove more spin_unlock_wait() calls