diff options
author | dann frazier <dannf@debian.org> | 2009-04-29 16:14:58 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-05-08 14:54:35 -0700 |
commit | b2dda74dbeb0dbe9bae9cddd3d0836f284b6c5e9 (patch) | |
tree | 282ecac827c75a019b3f198e6715c64686ffdcfc /arch/mips/Kconfig | |
parent | fcf65d70b0b8eeb5f0cc4e159c713c13afd7b07d (diff) |
MIPS: CVE-2009-0029: Enable syscall wrappers
Backport of upstream commits by:
Ralf Baechle <ralf@linux-mips.org>
Xiaotian Feng <Xiaotian.Feng@windriver.com>
upstream commits:
dbda6ac0897603f6c6dfadbbc37f9882177ec7ac
d6c178e9694e7e0c7ffe0289cf4389a498cac735
c189846ecf900cd6b3ad7d3cef5b45a746ce646b
Signed-off-by: dann frazier <dannf@debian.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 1e06d233fa8..952f0517cec 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1293,6 +1293,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. |