From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754894AbbI0HcZ (ORCPT ); Sun, 27 Sep 2015 03:32:25 -0400 Received: from e31.co.us.ibm.com ([32.97.110.149]:59162 "EHLO e31.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750959AbbI0HcY (ORCPT ); Sun, 27 Sep 2015 03:32:24 -0400 X-IBM-Helo: d03dlp02.boulder.ibm.com X-IBM-MailFrom: paulmck@linux.vnet.ibm.com X-IBM-RcptTo: linux-kernel@vger.kernel.org Date: Sun, 27 Sep 2015 00:32:19 -0700 From: "Paul E. McKenney" To: Sedat Dilek Cc: Ingo Molnar , Linus Torvalds , LKML Subject: Re: [GIT PULL rcu/urgent] Fix two more 4.3 regressions Message-ID: <20150927073219.GE30373@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 15092707-8236-0000-0000-0000123F82BE Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 27, 2015 at 08:28:39AM +0200, Sedat Dilek wrote: > Hi, > > as I have observed here some lockdep issues (one could be solved in > netdev) I wanted to try this patchset. > > Unfortunately, you cannot pull from... > > "These changes are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git for-mingo > > for you to fetch changes up to 19a5ecde086a6a5287978b12ae948fa691b197b7: > > rcu: Suppress lockdep false positive for rcp->exp_funnel_mutex > (2015-09-20 21:01:22 -0700) > > ---------------------------------------------------------------- > Oleg Nesterov (1): > rcu: Change _wait_rcu_gp() to work around GCC bug 67055 > > Paul E. McKenney (1): > rcu: Suppress lockdep false positive for rcp->exp_funnel_mutex > > include/linux/rcupdate.h | 11 +++++------ > kernel/rcu/tree.c | 5 +++++ > 2 files changed, 10 insertions(+), 6 deletions(-)" > > So, I have stolen them from linux-next.git. > > Please look at this, Thanks. Does it work better now? (Forgot to actually push the new name...) Thanx, Paul > Regards, > - Sedat - > > [1] http://marc.info/?l=linux-kernel&m=144332758307978&w=2 > [2] http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/patch/?id=66e8c57da6bf6b847a48a5a6fda59512f733ed78 > [3] http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/patch/?id=19a5ecde086a6a5287978b12ae948fa691b197b7 >