[patch 38/48] sparc: Enable syscall wrappers for 64-bit(CVE-2009-0029)

From: Greg KH
Date: Fri Feb 13 2009 - 20:43:49 EST


2.6.28-stable review patch. If anyone has any objections, please let us know.

------------------

From: Christian Borntraeger <borntraeger@xxxxxxxxxx>

[ Upstream commit 67605d6812691bbd2158d2f60259e0407611bc1b ]

sparc64 needs sign-extended function parameters. We have to enable
the system call wrappers.

Signed-off-by: Christian Borntraeger <borntraeger@xxxxxxxxxx>
Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx>
Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>

---
arch/sparc64/Kconfig | 1 +
1 file changed, 1 insertion(+)

--- a/arch/sparc64/Kconfig
+++ b/arch/sparc64/Kconfig
@@ -14,6 +14,7 @@ config SPARC64
select HAVE_FUNCTION_TRACER
select HAVE_IDE
select HAVE_LMB
+ select HAVE_SYSCALL_WRAPPERS
select HAVE_ARCH_KGDB
select USE_GENERIC_SMP_HELPERS if SMP
select HAVE_ARCH_TRACEHOOK

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/