From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752963Ab0EFGX3 (ORCPT ); Thu, 6 May 2010 02:23:29 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:45825 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751191Ab0EFGX2 (ORCPT ); Thu, 6 May 2010 02:23:28 -0400 Date: Thu, 6 May 2010 08:22:50 +0200 From: Ingo Molnar To: "Paul E. McKenney" , Jens Axboe Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, a.p.zijlstra@chello.nl, tglx@linutronix.de Subject: Re: [GIT PULL] Additional RCU fixes for 2.6.34 Message-ID: <20100506062250.GC1172@elte.hu> References: <20100506002838.GA31818@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100506002838.GA31818@linux.vnet.ibm.com> User-Agent: Mutt/1.5.20 (2009-08-17) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -2.0 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Paul E. McKenney wrote: > Hello, Ingo, > > Here are three more RCU-lockdep fixes for 2.6.34: > > git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git rcu/urgent > > Thanx, Paul > > ------------------> > Vivek Goyal (1) > blk-cgroup: Fix RCU correctness warning in cfq_init_queue() > > Paul E. McKenney (2) > vfs: fix RCU-lockdep false positive due to /proc access > memcg: css_id() must be called under rcu_read_lock() > > block/cfq-iosched.c | 2 ++ > include/linux/fdtable.h | 3 ++- > include/linux/rcupdate.h | 11 +++++++++++ > kernel/rcupdate.c | 11 +++++++++++ > mm/memcontrol.c | 21 ++++++++++++++++----- > 5 files changed, 42 insertions(+), 6 deletions(-) Pulled, thanks Paul! Jens, is that blk-cgroup fix from Vivek fine to you via this route? Thanks, Ingo