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 4D809DDDA5 for ; Thu, 26 Feb 2009 15:07:39 +1100 (EST) Subject: [git pull] Please pull powerpc.git merge branch From: Benjamin Herrenschmidt To: Linus Torvalds Content-Type: text/plain Date: Thu, 26 Feb 2009 15:07:24 +1100 Message-Id: <1235621244.8805.340.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 ! Please pull a few regression fixes for powerpc. Cheers, Ben. The following changes since commit 169d418b127b98a3e464e9c4b807ad083760f98c: Linus Torvalds (1): Merge branch 'for-linus' of git://git.kernel.org/.../tiwai/sound-2.6 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git merge Mark Nelson (2): powerpc: Fix 64bit memcpy() regression powerpc: Fix 64bit __copy_tofrom_user() regression Michael Neuling (1): powerpc: Fix load/store float double alignment handler arch/powerpc/kernel/align.c | 29 +++++++++++++---------------- arch/powerpc/lib/copyuser_64.S | 38 +++++++++++++++++++++++++++++++------- arch/powerpc/lib/memcpy_64.S | 26 ++++++++++++++++++++------ 3 files changed, 64 insertions(+), 29 deletions(-)