aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/sock.c
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2019-10-30 08:47:13 -0700
committerPaul E. McKenney <paulmck@kernel.org>2019-10-30 08:47:13 -0700
commit8dcdfb7096a304130ab36fbb0f2961deaf863e5a (patch)
treee90af9c16f3607471c01ccbc033f3d4ecef0049e /net/core/sock.c
parentDocumentation: Rename rcu_node_context_switch() to rcu_note_context_switch() (diff)
parentrcu: Suppress levelspread uninitialized messages (diff)
parentrcu: Make kernel-mode nohz_full CPUs invoke the RCU core processing (diff)
parentsecurity/safesetid: Replace rcu_swap_protected() with rcu_replace_pointer() (diff)
parentlocking: locktorture: Do not include rwlock.h directly (diff)
parenttools/memory-model/Documentation: Add plain accesses and data races to explanation.txt (diff)
downloadlinux-dev-8dcdfb7096a304130ab36fbb0f2961deaf863e5a.tar.xz
linux-dev-8dcdfb7096a304130ab36fbb0f2961deaf863e5a.zip
Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'replace.2019.10.30a', 'torture.2019.10.05a' and 'lkmm.2019.10.05a' into HEAD
doc.2019.10.29a: RCU documentation updates. fixes.2019.10.30a: RCU miscellaneous fixes. nohz.2019.10.28a: RCU NO_HZ and NO_HZ_FULL updates. replace.2019.10.30a: Replace rcu_swap_protected() with rcu_replace(). torture.2019.10.05a: RCU torture-test updates. lkmm.2019.10.05a: Linux kernel memory model updates.