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 B5544B6EEC for ; Thu, 10 Mar 2011 10:56:26 +1100 (EST) Subject: [git pull] Please pull powerpc.git merge branch From: Benjamin Herrenschmidt To: Linus Torvalds Content-Type: text/plain; charset="UTF-8" Date: Thu, 10 Mar 2011 10:55:45 +1100 Message-ID: <1299714945.22236.444.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev list , Andrew Morton , Linux Kernel list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Linus ! Here's a pair of regression fixes for 2.6.38. One fixes a 2.6.37 regression (I'll send it to -stable separately) that breaks booting on legacy iSeries, and the other one disables a newly introduced features as it triggers nasty races in the scheduler that causes hangs and seem to be too much to fix for this release (working with PeterZ on it). Cheers, Ben. The following changes since commit a5abba989deceb731047425812d268daf7536575: Linux 2.6.38-rc8 (2011-03-07 21:09:37 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git merge Benjamin Herrenschmidt (2): powerpc/iseries: Fix early init access to lppaca powerpc/pseries: Disable VPNH feature arch/powerpc/include/asm/lppaca.h | 16 ++++++++++++++++ arch/powerpc/kernel/paca.c | 14 -------------- arch/powerpc/mm/numa.c | 3 ++- arch/powerpc/platforms/iseries/dt.c | 6 +++--- arch/powerpc/platforms/iseries/setup.c | 1 + 5 files changed, 22 insertions(+), 18 deletions(-)