Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull RCU updates from Ingo Molnar: - add RCU torture scripts/tooling - static analysis improvements - update RCU documentation - miscellaneous fixes * 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (52 commits) rcu: Remove "extern" from function declarations in kernel/rcu/rcu.h rcu: Remove "extern" from function declarations in include/linux/*rcu*.h rcu/torture: Dynamically allocate SRCU output buffer to avoid overflow rcu: Don't activate RCU core on NO_HZ_FULL CPUs rcu: Warn on allegedly impossible rcu_read_unlock_special() from irq rcu: Add an RCU_INITIALIZER for global RCU-protected pointers rcu: Make rcu_assign_pointer's assignment volatile and type-safe bonding: Use RCU_INIT_POINTER() for better overhead and for sparse rcu: Add comment on evaluate-once properties of rcu_assign_pointer(). rcu: Provide better diagnostics for blocking in RCU callback functions rcu: Improve SRCU's grace-period comments rcu: Fix CONFIG_RCU_FANOUT_EXACT for odd fanout/leaf values rcu: Fix coccinelle warnings rcutorture: Stop tracking FSF's postal address rcutorture: Move checkarg to functions.sh rcutorture: Flag errors and warnings with color coding rcutorture: Record results from repeated runs of the same test scenario rcutorture: Test summary at end of run with less chattiness rcutorture: Update comment in kvm.sh listing typical RCU trace events rcutorture: Add tracing-enabled version of TREE08 ...
Showing
- Documentation/RCU/trace.txt 13 additions, 9 deletionsDocumentation/RCU/trace.txt
- Documentation/circular-buffers.txt 27 additions, 18 deletionsDocumentation/circular-buffers.txt
- Documentation/kernel-parameters.txt 4 additions, 5 deletionsDocumentation/kernel-parameters.txt
- MAINTAINERS 6 additions, 0 deletionsMAINTAINERS
- drivers/net/bonding/bond_main.c 1 addition, 1 deletiondrivers/net/bonding/bond_main.c
- include/linux/rculist.h 2 additions, 2 deletionsinclude/linux/rculist.h
- include/linux/rcupdate.h 83 additions, 70 deletionsinclude/linux/rcupdate.h
- include/linux/rcutiny.h 1 addition, 1 deletioninclude/linux/rcutiny.h
- include/linux/rcutree.h 18 additions, 18 deletionsinclude/linux/rcutree.h
- kernel/rcu/rcu.h 4 additions, 1 deletionkernel/rcu/rcu.h
- kernel/rcu/srcu.c 50 additions, 7 deletionskernel/rcu/srcu.c
- kernel/rcu/torture.c 39 additions, 36 deletionskernel/rcu/torture.c
- kernel/rcu/tree.c 65 additions, 14 deletionskernel/rcu/tree.c
- kernel/rcu/tree.h 10 additions, 2 deletionskernel/rcu/tree.h
- kernel/rcu/tree_plugin.h 76 additions, 13 deletionskernel/rcu/tree_plugin.h
- kernel/rcu/tree_trace.c 2 additions, 1 deletionkernel/rcu/tree_trace.c
- kernel/rcu/update.c 5 additions, 0 deletionskernel/rcu/update.c
- tools/testing/selftests/rcutorture/.gitignore 6 additions, 0 deletionstools/testing/selftests/rcutorture/.gitignore
- tools/testing/selftests/rcutorture/bin/config2frag.sh 25 additions, 0 deletionstools/testing/selftests/rcutorture/bin/config2frag.sh
- tools/testing/selftests/rcutorture/bin/configNR_CPUS.sh 45 additions, 0 deletionstools/testing/selftests/rcutorture/bin/configNR_CPUS.sh
Please register or sign in to comment