From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752850AbbBRRAQ (ORCPT ); Wed, 18 Feb 2015 12:00:16 -0500 Received: from mail-wg0-f44.google.com ([74.125.82.44]:59771 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751872AbbBRRAL (ORCPT ); Wed, 18 Feb 2015 12:00:11 -0500 Date: Wed, 18 Feb 2015 18:00:06 +0100 From: Ingo Molnar To: "Paul E. McKenney" Cc: linux-kernel@vger.kernel.org, sasha.levin@oracle.com, Peter Zijlstra Subject: Re: [GIT PULL rcu/next] One more RCU commit for 3.20 Message-ID: <20150218170006.GA28737@gmail.com> References: <20150217044751.GA9654@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150217044751.GA9654@linux.vnet.ibm.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Paul E. McKenney wrote: > Hello, Ingo, > > One more change that I should have included in my last pull, namely a > change that prevents a splat seen by Sasha Levin. This commit passes > testing (including of course Sasha's), has been exposed to both -next > and 0day testing, and is quite small. > > This change is available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git rcu/next > > for you to fetch changes up to c0135d07b013fa8f7ba9ec91b4369c372e6a28cb: > > rcu: Clear need_qs flag to prevent splat (2015-02-11 15:46:43 -0800) > > ---------------------------------------------------------------- > Paul E. McKenney (1): > rcu: Clear need_qs flag to prevent splat > > kernel/rcu/tree_plugin.h | 1 + > 1 file changed, 1 insertion(+) Pulled into tip:core/urgent, thanks a lot Paul! Ingo