All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/2] SRCU changes for 3.11
@ 2013-04-12 23:38 Paul E. McKenney
  2013-04-12 23:38 ` [PATCH tip/core/rcu 1/2] rcu: Remove srcu_read_lock_raw() and srcu_read_unlock_raw() Paul E. McKenney
  2013-04-13  0:09 ` [PATCH tip/core/rcu 0/2] SRCU changes for 3.11 Josh Triplett
  0 siblings, 2 replies; 5+ messages in thread
From: Paul E. McKenney @ 2013-04-12 23:38 UTC (permalink / raw)
  To: linux-kernel
  Cc: mingo, laijs, dipankar, akpm, mathieu.desnoyers, josh, niv, tglx,
	peterz, rostedt, Valdis.Kletnieks, dhowells, edumazet, darren,
	fweisbec, sbw

Hello!

This series provides some SRCU changes:

1.	Remove srcu_read_lock_raw() and srcu_read_unlock_raw().  These
	never did get used, and have not been used for some time, so
	it is time for them to go.

2.	Fix a bug where srcu_read_lock() is not released upon return
	from kvmppc_hv_setup_htab_rma().

							Thanx, Paul


 b/Documentation/RCU/checklist.txt |    6 -----
 b/Documentation/RCU/torture.txt   |    6 -----
 b/Documentation/RCU/whatisRCU.txt |   22 ++++++-------------
 b/arch/powerpc/kvm/book3s_hv.c    |    2 -
 b/include/linux/srcu.h            |   43 --------------------------------------
 b/kernel/rcutorture.c             |   39 ----------------------------------
 6 files changed, 8 insertions(+), 110 deletions(-)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-04-13  0:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-12 23:38 [PATCH tip/core/rcu 0/2] SRCU changes for 3.11 Paul E. McKenney
2013-04-12 23:38 ` [PATCH tip/core/rcu 1/2] rcu: Remove srcu_read_lock_raw() and srcu_read_unlock_raw() Paul E. McKenney
2013-04-12 23:38   ` [PATCH tip/core/rcu 2/2] powerpc,kvm: Fix unbalanced srcu_read_[un]lock() Paul E. McKenney
2013-04-12 23:38     ` Paul E. McKenney
2013-04-13  0:09 ` [PATCH tip/core/rcu 0/2] SRCU changes for 3.11 Josh Triplett

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.