From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756211Ab2APTZa (ORCPT ); Mon, 16 Jan 2012 14:25:30 -0500 Received: from gate.crashing.org ([63.228.1.57]:38828 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755950Ab2APTZ2 convert rfc822-to-8bit (ORCPT ); Mon, 16 Jan 2012 14:25:28 -0500 Subject: Re: [git pull] Please pull powerpc.git merge branch Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: <1326435694.23910.229.camel@pasglop> Date: Mon, 16 Jan 2012 13:21:51 -0600 Cc: Linus Torvalds , linuxppc-dev list , Andrew Morton , Linux Kernel list Content-Transfer-Encoding: 8BIT Message-Id: <5742F9CB-77C0-40AF-9719-B55AB2C17D8C@kernel.crashing.org> References: <1326435694.23910.229.camel@pasglop> To: Benjamin Herrenschmidt X-Mailer: Apple Mail (2.1251.1) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Jan 13, 2012, at 12:21 AM, Benjamin Herrenschmidt wrote: > Hi Linus ! > > Please pull this couple of important bug fixes (a commit > that went in breaks booting on some machines, this fixes > it properly). > > Thanks ! > > Cheers, > Ben. > > The following changes since commit 7b3480f8b701170c046e1ed362946f5f0d005e13: > > Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6 (2012-01-10 13:45:22 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git merge > > Anton Blanchard (1): > powerpc: Fix RCU idle and hcall tracing > > Li Zhong (1): > powerpc: Fix unpaired __trace_hcall_entry and __trace_hcall_exit > > arch/powerpc/kernel/idle.c | 12 ++---------- > arch/powerpc/platforms/pseries/hvCall.S | 3 ++- > arch/powerpc/platforms/pseries/lpar.c | 14 ++++++++++---- > 3 files changed, 14 insertions(+), 15 deletions(-) Ben, This doesnt appear to have the compile fix for p1022_ds.c. - k From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id C78CCB6EEC for ; Tue, 17 Jan 2012 06:25:26 +1100 (EST) Subject: Re: [git pull] Please pull powerpc.git merge branch Mime-Version: 1.0 (Apple Message framework v1251.1) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: <1326435694.23910.229.camel@pasglop> Date: Mon, 16 Jan 2012 13:21:51 -0600 Message-Id: <5742F9CB-77C0-40AF-9719-B55AB2C17D8C@kernel.crashing.org> References: <1326435694.23910.229.camel@pasglop> To: Benjamin Herrenschmidt Cc: linuxppc-dev list , Andrew Morton , Linus Torvalds , Linux Kernel list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Jan 13, 2012, at 12:21 AM, Benjamin Herrenschmidt wrote: > Hi Linus ! >=20 > Please pull this couple of important bug fixes (a commit > that went in breaks booting on some machines, this fixes > it properly). >=20 > Thanks ! >=20 > Cheers, > Ben. >=20 > The following changes since commit = 7b3480f8b701170c046e1ed362946f5f0d005e13: >=20 > Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6 = (2012-01-10 13:45:22 -0800) >=20 > are available in the git repository at: >=20 > git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git merge >=20 > Anton Blanchard (1): > powerpc: Fix RCU idle and hcall tracing >=20 > Li Zhong (1): > powerpc: Fix unpaired __trace_hcall_entry and __trace_hcall_exit >=20 > arch/powerpc/kernel/idle.c | 12 ++---------- > arch/powerpc/platforms/pseries/hvCall.S | 3 ++- > arch/powerpc/platforms/pseries/lpar.c | 14 ++++++++++---- > 3 files changed, 14 insertions(+), 15 deletions(-) Ben, This doesnt appear to have the compile fix for p1022_ds.c. - k=