From patchwork Tue Mar 5 06:30:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Herrenschmidt X-Patchwork-Id: 224952 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 422762C03DF for ; Tue, 5 Mar 2013 17:30:46 +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 5C95E2C034E for ; Tue, 5 Mar 2013 17:30:14 +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 r256U5la013593; Tue, 5 Mar 2013 00:30:07 -0600 Message-ID: <1362465003.21357.55.camel@pasglop> Subject: [git pull] Please pull powerpc.git merge branch From: Benjamin Herrenschmidt To: Linus Torvalds Date: Tue, 05 Mar 2013 17:30:03 +1100 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 are a few powerpc bits & fixes for rc1. A couple of str*cpy fixes, some fixes in handling the FSCR register on Power8 (controls the enabling of processor features), a 32-bit build fix and a couple more nits. Cheers, Ben. The following changes since commit 6dbe51c251a327e012439c4772097a13df43c5b8: Linux 3.9-rc1 (2013-03-03 15:11:05 -0800) 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 54c9b2253d34e8998e4bff9ac2d7a3ba0b861d52: powerpc: Set DSCR bit in FSCR setup (2013-03-05 16:56:30 +1100) ---------------------------------------------------------------- Akinobu Mita (1): powerpc: Remove unused BITOP_LE_SWIZZLE macro Chen Gang (2): powerpc/pseries/hvcserver: Fix strncpy buffer limit in location code drivers/tty/hvc: Use strlcpy instead of strncpy Michael Neuling (4): powerpc: Avoid link stack corruption in MMU on syscall entry path powerpc: Fix setting FSCR for HV=0 and on secondary CPUs powerpc: Add DSCR FSCR register bit definition powerpc: Set DSCR bit in FSCR setup Tony Breeds (2): powerpc: Fix compile of sha1-powerpc-asm.S on 32-bit powerpc: Wireup the kcmp syscall to sys_ni arch/powerpc/crypto/sha1-powerpc-asm.S | 4 ++-- arch/powerpc/include/asm/bitops.h | 2 -- arch/powerpc/include/asm/reg.h | 3 ++- arch/powerpc/include/asm/systbl.h | 1 + arch/powerpc/include/asm/unistd.h | 2 +- arch/powerpc/include/uapi/asm/unistd.h | 1 + arch/powerpc/kernel/cpu_setup_power.S | 5 +++-- arch/powerpc/kernel/exceptions-64s.S | 4 ++-- arch/powerpc/platforms/pseries/hvcserver.c | 5 +++-- drivers/tty/hvc/hvcs.c | 9 ++------- 10 files changed, 17 insertions(+), 19 deletions(-)