* Paul E. McKenney <paulmck@xxxxxxxxxx> wrote: > Hello, Ingo! > > This pull request contains the following changes: > > 1. Documentation updates. > > https://lore.kernel.org/lkml/20200831175419.GA31013@paulmck-ThinkPad-P72 > > 2. Miscellaneous fixes. > > https://lore.kernel.org/lkml/20200831180050.GA32590@paulmck-ThinkPad-P72 > > 3. Torture-test updates. > > https://lore.kernel.org/lkml/20200831180348.GA416@paulmck-ThinkPad-P72 > > 4. New smp_call_function() torture test. > > https://lore.kernel.org/lkml/20200831180731.GA582@paulmck-ThinkPad-P72 > > 5. 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. > > https://lore.kernel.org/lkml/20200831181101.GA950@paulmck-ThinkPad-P72 > > 6. Debugging for smp_call_function(). > > https://lore.kernel.org/lkml/20200831181356.GA1224@paulmck-ThinkPad-P72 > 57 files changed, 1582 insertions(+), 421 deletions(-) Pulled into tip:core/rcu, thanks a lot Paul! Ingo