From patchwork Mon Mar 18 05:17:49 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Herrenschmidt X-Patchwork-Id: 228363 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [IPv6:::1]) by ozlabs.org (Postfix) with ESMTP id DAD622C01FD for ; Mon, 18 Mar 2013 16:18:34 +1100 (EST) 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 83FC22C00B4 for ; Mon, 18 Mar 2013 16:17:58 +1100 (EST) Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.13.8) with ESMTP id r2I5HnoN016588; Mon, 18 Mar 2013 00:17:49 -0500 Message-ID: <1363583869.21545.2.camel@pasglop> Subject: [git pull] Please pull powerpc.git merge branch From: Benjamin Herrenschmidt To: Linus Torvalds Date: Mon, 18 Mar 2013 06:17:49 +0100 X-Mailer: Evolution 3.6.2-0ubuntu0.1 Mime-Version: 1.0 Cc: linuxppc-dev , Linux Kernel list X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" Hi Linus ! Here's a few powerpc fixes for 3.9, mostly regressions (though not all from 3.9 merge window) that we've been hammering into shape over the last couple of weeks. They fix booting on Cell and G5 among other things (yes, we've been a bit sloppy with older machines this time around). Cheers, Ben. The following changes since commit 7c6baa304b841673d3a55ea4fcf9a5cbf7a1674b: Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2013-03-11 07:54:29 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git merge for you to fetch changes up to af81d7878c641629f2693ae3fdaf74b4af14dfca: powerpc: Rename USER_ESID_BITS* to ESID_BITS* (2013-03-17 12:45:44 +1100) ---------------------------------------------------------------- Aneesh Kumar K.V (3): powerpc: Make VSID_BITS* dependency explicit powerpc: Update kernel VSID range powerpc: Rename USER_ESID_BITS* to ESID_BITS* Anton Blanchard (1): powerpc: Fix -mcmodel=medium breakage in prom_init.c Benjamin Herrenschmidt (2): powerpc: Fix STAB initialization powerpc: Fix cputable entry for 970MP rev 1.0 Michael Neuling (1): powerpc/ptrace: Fix brk.len used uninitialised Paul Bolle (1): powerpc: Remove last traces of POWER4_ONLY Stephen Rothwell (1): powerpc: Make sure that we alays include CONFIG_BINFMT_ELF arch/powerpc/Kconfig | 1 + arch/powerpc/include/asm/mmu-hash64.h | 128 ++++++++++++++++---------------- arch/powerpc/kernel/cputable.c | 2 +- arch/powerpc/kernel/exceptions-64s.S | 34 ++++++--- arch/powerpc/kernel/prom_init.c | 14 ++-- arch/powerpc/kernel/ptrace.c | 1 + arch/powerpc/kvm/book3s_64_mmu_host.c | 4 +- arch/powerpc/mm/hash_utils_64.c | 22 ++++-- arch/powerpc/mm/mmu_context_hash64.c | 11 +-- arch/powerpc/mm/pgtable_64.c | 2 +- arch/powerpc/mm/slb_low.S | 50 ++++++------- arch/powerpc/mm/tlb_hash64.c | 2 +- arch/powerpc/platforms/Kconfig.cputype | 6 +- 13 files changed, 150 insertions(+), 127 deletions(-)