From patchwork Thu Jan 3 06:13:28 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Herrenschmidt X-Patchwork-Id: 209184 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 C41FE2C0328 for ; Thu, 3 Jan 2013 17:14:04 +1100 (EST) Received: by ozlabs.org (Postfix) id 5358C2C008D; Thu, 3 Jan 2013 17:13:37 +1100 (EST) Delivered-To: linuxppc-dev@ozlabs.org Received: from e23smtp05.au.ibm.com (e23smtp05.au.ibm.com [202.81.31.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e23smtp05.au.ibm.com", Issuer "GeoTrust SSL CA" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 465762C0087 for ; Thu, 3 Jan 2013 17:13:35 +1100 (EST) Received: from /spool/local by e23smtp05.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 3 Jan 2013 16:10:32 +1000 Received: from d23dlp02.au.ibm.com (202.81.31.213) by e23smtp05.au.ibm.com (202.81.31.211) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 3 Jan 2013 16:10:30 +1000 Received: from d23relay05.au.ibm.com (d23relay05.au.ibm.com [9.190.235.152]) by d23dlp02.au.ibm.com (Postfix) with ESMTP id EE06A2BB004A for ; Thu, 3 Jan 2013 17:13:30 +1100 (EST) Received: from d23av04.au.ibm.com (d23av04.au.ibm.com [9.190.235.139]) by d23relay05.au.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r0361xBi31588592 for ; Thu, 3 Jan 2013 17:01:59 +1100 Received: from d23av04.au.ibm.com (loopback [127.0.0.1]) by d23av04.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r036DUbB025113 for ; Thu, 3 Jan 2013 17:13:30 +1100 Received: from ozlabs.au.ibm.com (ozlabs.au.ibm.com [9.190.163.12]) by d23av04.au.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id r036DUM2025110; Thu, 3 Jan 2013 17:13:30 +1100 Received: from [10.61.2.137] (haven.au.ibm.com [9.190.164.82]) (using SSLv3 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.au.ibm.com (Postfix) with ESMTPSA id 168E1A0145; Thu, 3 Jan 2013 17:13:30 +1100 (EST) Message-ID: <1357193608.3924.37.camel@pasglop> Subject: [git pull] Please pull powerpc.git merge branch From: Benjamin Herrenschmidt To: Linus Torvalds Date: Thu, 03 Jan 2013 17:13:28 +1100 Organization: IBM Australia X-Mailer: Evolution 3.6.0-0ubuntu3 Mime-Version: 1.0 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13010306-1396-0000-0000-0000025DE54E Cc: linuxppc-dev list , 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 couple of small powerpc fixes. They aren't new bugs (and they are both CCed to stable) but I didn't see the point of sitting on the fixes any longer. Oh and happy new year ! Cheers, Ben. The following changes since commit d1c3ed669a2d452cacfb48c2d171a1f364dae2ed: Linux 3.8-rc2 (2013-01-02 18:13:21 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git for you to fetch changes up to e6449c9b2d90c1bd9a5985bf05ddebfd1631cd6b: powerpc: Add missing NULL terminator to avoid boot panic on PPC40x (2013-01-03 16:45:52 +1100) ---------------------------------------------------------------- Gabor Juhos (1): powerpc: Add missing NULL terminator to avoid boot panic on PPC40x Shan Hai (1): powerpc/vdso: Remove redundant locking in update_vsyscall_tz() arch/powerpc/kernel/time.c | 5 ----- arch/powerpc/platforms/40x/ppc40x_simple.c | 3 ++- 2 files changed, 2 insertions(+), 6 deletions(-)