diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2009-02-08 16:00:26 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-02-27 17:56:35 +0000 |
commit | dbda6ac0897603f6c6dfadbbc37f9882177ec7ac (patch) | |
tree | 9b6c5c602acf4517e620834097f85f5545c9d343 /arch/mips/Kconfig | |
parent | 4b0d3f5c28c631c1aeb1860993572ad8468a4c11 (diff) | |
download | linux-3.10-dbda6ac0897603f6c6dfadbbc37f9882177ec7ac.tar.gz linux-3.10-dbda6ac0897603f6c6dfadbbc37f9882177ec7ac.tar.bz2 linux-3.10-dbda6ac0897603f6c6dfadbbc37f9882177ec7ac.zip |
MIPS: CVE-2009-0029: Enable syscall wrappers.
Thanks to David Daney helping with debugging and testing.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index cb76d1661bd..e61465a18c7 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1391,6 +1391,7 @@ config 32BIT config 64BIT bool "64-bit kernel" depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL + select HAVE_SYSCALL_WRAPPERS help Select this option if you want to build a 64-bit kernel. |