From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751445AbdFFPy6 (ORCPT ); Tue, 6 Jun 2017 11:54:58 -0400 Received: from merlin.infradead.org ([205.233.59.134]:33324 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751388AbdFFPy4 (ORCPT ); Tue, 6 Jun 2017 11:54:56 -0400 Date: Tue, 6 Jun 2017 17:54:28 +0200 From: Peter Zijlstra To: "Paul E. McKenney" Cc: Paolo Bonzini , linux-kernel@vger.kernel.org, mingo@kernel.org, jiangshanlai@gmail.com, dipankar@in.ibm.com, akpm@linux-foundation.org, mathieu.desnoyers@efficios.com, josh@joshtriplett.org, tglx@linutronix.de, rostedt@goodmis.org, dhowells@redhat.com, edumazet@google.com, fweisbec@gmail.com, oleg@redhat.com, kvm@vger.kernel.org, Linus Torvalds Subject: Re: [PATCH RFC tip/core/rcu 1/2] srcu: Allow use of Tiny/Tree SRCU from both process and interrupt context Message-ID: <20170606155428.w25zbldvs2gtmv3r@hirez.programming.kicks-ass.net> References: <20170605220919.GA27820@linux.vnet.ibm.com> <1496700591-30177-1-git-send-email-paulmck@linux.vnet.ibm.com> <20170606110915.g7zlzoj5iidhpp7g@hirez.programming.kicks-ass.net> <20170606125357.GB3721@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170606125357.GB3721@linux.vnet.ibm.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 06, 2017 at 05:53:57AM -0700, Paul E. McKenney wrote: > So the only part of this patch that is needed is the changes to the > comments, right? ;-) Right, although I would suggest putting that requirement (the balanced lock vs unlock) somewhere as well.