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=