]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...
authorIngo Molnar <mingo@kernel.org>
Fri, 9 Oct 2020 06:21:56 +0000 (08:21 +0200)
committerIngo Molnar <mingo@kernel.org>
Fri, 9 Oct 2020 06:21:56 +0000 (08:21 +0200)
commitee5fb20757cf607693100aff23e74e99f521c841
tree151b7e91a49ff894e11e0b24c0e8cf9675dd5d91
parent628a4c2a462c2862d6d0f36abb1a7ca67ebf2389
parentaa767270a698452db0b5d2abf7b47fa94bff606f
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu

Pull v5.10 RCU changes from Paul E. McKenney:

- Debugging for smp_call_function().

- Strict grace periods for KASAN.  The point of this series is to find
  RCU-usage bugs, so the corresponding new RCU_STRICT_GRACE_PERIOD
  Kconfig option depends on both DEBUG_KERNEL and RCU_EXPERT, and is
  further disabled by dfefault.  Finally, the help text includes
  a goodly list of scary caveats.

- New smp_call_function() torture test.

- Torture-test updates.

- Documentation updates.

- Miscellaneous fixes.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Documentation/admin-guide/kernel-parameters.txt
MAINTAINERS
kernel/entry/common.c
kernel/rcu/tree.c
lib/Kconfig.debug