projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7c18c1
)
[CVE-2009-0029] sparc: Enable syscall wrappers for 64-bit
author
Christian Borntraeger
<borntraeger@de.ibm.com>
Tue, 20 Jan 2009 04:21:49 +0000
(20:21 -0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 20 Jan 2009 04:21:49 +0000
(20:21 -0800)
sparc64 needs sign-extended function parameters. We have to enable
the system call wrappers.
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/Kconfig
patch
|
blob
|
history
diff --git
a/arch/sparc/Kconfig
b/arch/sparc/Kconfig
index
de58c02
..
c3ea215
100644
(file)
--- a/
arch/sparc/Kconfig
+++ b/
arch/sparc/Kconfig
@@
-36,6
+36,7
@@
config SPARC64
select HAVE_KRETPROBES
select HAVE_KPROBES
select HAVE_LMB
+ select HAVE_SYSCALL_WRAPPERS
select USE_GENERIC_SMP_HELPERS if SMP
select RTC_DRV_CMOS
select RTC_DRV_BQ4802