[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190530145942.GA30318@linux.ibm.com>
Date: Thu, 30 May 2019 07:59:42 -0700
From: "Paul E. McKenney" <paulmck@...ux.ibm.com>
To: rcu@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, mingo@...nel.org,
jiangshanlai@...il.com, dipankar@...ibm.com,
akpm@...ux-foundation.org, mathieu.desnoyers@...icios.com,
josh@...htriplett.org, tglx@...utronix.de, peterz@...radead.org,
rostedt@...dmis.org, dhowells@...hat.com, edumazet@...gle.com,
fweisbec@...il.com, oleg@...hat.com, joel@...lfernandes.org
Subject: [PATCH tip/core/rcu 0/9] Miscellaneous fixes for v5.3
Hello!
This series provides miscellaneous fixes:
1. Dump specified number of blocked tasks rather than rely on
serendipity, courtesy of Neeraj Upadhyay.
2. Correctly unlock root node in rcu_check_gp_start_stall(),
courtesy of Neeraj Upadhyay.
3. Make kfree_rcu() ignore NULL pointers.
4. Set a maximum limit for back-to-back callback invocation.
5. Remove ".vnet" from paulmck email addresses.
6. Upgrade sync_exp_work_done() to smp_mb().
7. Fix irritating whitespace error in rcu_assign_pointer().
8. Force inlining of rcu_read_lock(), courtesy of Waiman Long.
9. Don't return a value from rcu_assign_pointer(), courtesy of
Andrea Parri.
Thanx, Paul
------------------------------------------------------------------------
Documentation/RCU/whatisRCU.txt | 8 +++----
Documentation/core-api/circular-buffers.rst | 2 -
Documentation/memory-barriers.txt | 2 -
Documentation/translations/ko_KR/memory-barriers.txt | 2 -
include/linux/rcupdate.h | 21 ++++++++++---------
kernel/rcu/tree.c | 7 +++---
kernel/rcu/tree_exp.h | 3 --
kernel/rcu/tree_plugin.h | 2 -
kernel/rcu/tree_stall.h | 4 ++-
tools/include/linux/rcu.h | 4 +--
tools/testing/radix-tree/linux/rcupdate.h | 2 -
11 files changed, 31 insertions(+), 26 deletions(-)
Powered by blists - more mailing lists