Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760237Ab2HXV1s (ORCPT ); Fri, 24 Aug 2012 17:27:48 -0400 Received: from e36.co.us.ibm.com ([32.97.110.154]:46899 "EHLO e36.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757172Ab2HXV1p (ORCPT ); Fri, 24 Aug 2012 17:27:45 -0400 Date: Fri, 24 Aug 2012 14:26:47 -0700 From: "Paul E. McKenney" To: Frederic Weisbecker Cc: LKML , Chris Zankel , "3.2.x.." , Chen Liqin , Lennox Wu , "James E.J. Bottomley" , Helge Deller , Parisc , David Howells , Koichi Yasutake , Geert Uytterhoeven , m68k , Hirokazu Takata , Yoshinori Sato , Mikael Starvik , Jesper Nilsson , Cris , Richard Henderson , Ivan Kokshaysky , Matt Turner , alpha , Michael Cree Subject: Re: [PATCH 00/11] rcu: Add missing RCU idle APIs on idle loop v2 Message-ID: <20120824212647.GU2472@linux.vnet.ibm.com> Reply-To: paulmck@linux.vnet.ibm.com References: <1345733915-20040-1-git-send-email-fweisbec@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1345733915-20040-1-git-send-email-fweisbec@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Content-Scanned: Fidelis XPS MAILER x-cbid: 12082421-7606-0000-0000-000003120F65 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2218 Lines: 65 On Thu, Aug 23, 2012 at 04:58:24PM +0200, Frederic Weisbecker wrote: > Hi, > > Changes since v1: > > - Fixed preempt handling in alpha idle loop > - added ack from Geert > - fixed stable email address, sorry :-/ > > This time I built tested everywhere but: h8300 (compiler internal error), > and mn10300, parisc, score (cross compilers not available in > ftp://ftp.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.6.3/) > > For testing, you can pull from: > > git://github.com/fweisbec/linux-dynticks.git > rcu/idle-fix-v2 > > Thanks. I have queued these on -rcu branch rcu/idle: git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git This problem has been in place since 3.3, so it is hard to argue that it is a regression for this merge window. I have therefore queued it for 3.7. Thanx, Paul > Frederic Weisbecker (11): > alpha: Fix preemption handling in idle loop > alpha: Add missing RCU idle APIs on idle loop > cris: Add missing RCU idle APIs on idle loop > frv: Add missing RCU idle APIs on idle loop > h8300: Add missing RCU idle APIs on idle loop > m32r: Add missing RCU idle APIs on idle loop > m68k: Add missing RCU idle APIs on idle loop > mn10300: Add missing RCU idle APIs on idle loop > parisc: Add missing RCU idle APIs on idle loop > score: Add missing RCU idle APIs on idle loop > xtensa: Add missing RCU idle APIs on idle loop > > arch/alpha/kernel/process.c | 6 +++++- > arch/alpha/kernel/smp.c | 1 + > arch/cris/kernel/process.c | 3 +++ > arch/frv/kernel/process.c | 3 +++ > arch/h8300/kernel/process.c | 3 +++ > arch/m32r/kernel/process.c | 3 +++ > arch/m68k/kernel/process.c | 3 +++ > arch/mn10300/kernel/process.c | 3 +++ > arch/parisc/kernel/process.c | 3 +++ > arch/score/kernel/process.c | 4 +++- > arch/xtensa/kernel/process.c | 3 +++ > 11 files changed, 33 insertions(+), 2 deletions(-) > > -- > 1.7.5.4 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/