From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932092Ab3ETPCA (ORCPT ); Mon, 20 May 2013 11:02:00 -0400 Received: from e34.co.us.ibm.com ([32.97.110.152]:39445 "EHLO e34.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756359Ab3ETPB5 (ORCPT ); Mon, 20 May 2013 11:01:57 -0400 Date: Mon, 20 May 2013 07:52:13 -0700 From: "Paul E. McKenney" To: linux-kernel@vger.kernel.org Cc: mingo@elte.hu, laijs@cn.fujitsu.com, dipankar@in.ibm.com, akpm@linux-foundation.org, mathieu.desnoyers@efficios.com, josh@joshtriplett.org, niv@us.ibm.com, tglx@linutronix.de, peterz@infradead.org, rostedt@goodmis.org, Valdis.Kletnieks@vt.edu, dhowells@redhat.com, edumazet@google.com, darren@dvhart.com, fweisbec@gmail.com, sbw@mit.edu Subject: [PATCH tip/core/rcu 0/2] v2 SRCU patches for 3.11 Message-ID: <20130520145213.GA31538@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: No X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13052014-2876-0000-0000-000008DC384D Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(). Changes from v1: Add Reviewed-bys. 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(-)