From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754960AbZAZW5n (ORCPT ); Mon, 26 Jan 2009 17:57:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752798AbZAZW5L (ORCPT ); Mon, 26 Jan 2009 17:57:11 -0500 Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:38112 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752623AbZAZW5J (ORCPT ); Mon, 26 Jan 2009 17:57:09 -0500 Date: Mon, 26 Jan 2009 14:57:06 -0800 (PST) Message-Id: <20090126.145706.154913313.davem@davemloft.net> To: torvalds@linux-foundation.org CC: akpm@linux-foundation.org, sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT]: Sparc From: David Miller X-Mailer: Mew version 6.1 on Emacs 22.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Please pull to get these Sparc bug fixes, thanks! The following changes since commit f3b8436ad9a8ad36b3c9fa1fe030c7f38e5d3d0b: Linus Torvalds (1): Merge branch 'for-linus' of git://git.kernel.org/.../roland/infiniband are available in the git repository at: master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git master Christian Borntraeger (1): [CVE-2009-0029] sparc: Enable syscall wrappers for 64-bit David S. Miller (3): sparc64: Initialize FHC/CLOCK LED platform_device 'id' field correctly. sparc64: Annotate sparc64 specific syscalls with SYSCALL_DEFINEx() sparc64: Fix DAX handling via userspace access from kernel. Sam Ravnborg (2): sparc64: fix readout of cpu/fpu type sparc64: fix modpost failure arch/sparc/Kconfig | 1 + arch/sparc/kernel/central.c | 2 + arch/sparc/kernel/cpu.c | 18 ++++++++++++-- arch/sparc/kernel/sys_sparc_64.c | 48 ++++++++++++++++++------------------- arch/sparc/kernel/syscalls.S | 2 +- arch/sparc/kernel/systbls.h | 3 -- arch/sparc/kernel/systbls_64.S | 16 ++++++------ arch/sparc/kernel/traps_64.c | 17 ++++++++++++- arch/sparc/lib/Makefile | 3 +- 9 files changed, 68 insertions(+), 42 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Date: Mon, 26 Jan 2009 22:57:06 +0000 Subject: [GIT]: Sparc Message-Id: <20090126.145706.154913313.davem@davemloft.net> List-Id: References: <20080421.153231.108090227.davem@davemloft.net> In-Reply-To: <20080421.153231.108090227.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: torvalds@linux-foundation.org Cc: akpm@linux-foundation.org, sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org Please pull to get these Sparc bug fixes, thanks! The following changes since commit f3b8436ad9a8ad36b3c9fa1fe030c7f38e5d3d0b: Linus Torvalds (1): Merge branch 'for-linus' of git://git.kernel.org/.../roland/infiniband are available in the git repository at: master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git master Christian Borntraeger (1): [CVE-2009-0029] sparc: Enable syscall wrappers for 64-bit David S. Miller (3): sparc64: Initialize FHC/CLOCK LED platform_device 'id' field correctly. sparc64: Annotate sparc64 specific syscalls with SYSCALL_DEFINEx() sparc64: Fix DAX handling via userspace access from kernel. Sam Ravnborg (2): sparc64: fix readout of cpu/fpu type sparc64: fix modpost failure arch/sparc/Kconfig | 1 + arch/sparc/kernel/central.c | 2 + arch/sparc/kernel/cpu.c | 18 ++++++++++++-- arch/sparc/kernel/sys_sparc_64.c | 48 ++++++++++++++++++------------------- arch/sparc/kernel/syscalls.S | 2 +- arch/sparc/kernel/systbls.h | 3 -- arch/sparc/kernel/systbls_64.S | 16 ++++++------ arch/sparc/kernel/traps_64.c | 17 ++++++++++++- arch/sparc/lib/Makefile | 3 +- 9 files changed, 68 insertions(+), 42 deletions(-)