diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-05-18 23:16:42 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-05-18 23:16:42 (GMT) |
commit | 8394edf3710b124793d46c51942a6392b7b569a0 (patch) | |
tree | 00352d7ca7f7f62db956ccf4039a6ca1c4813b60 /arch | |
parent | 73f1f5dd3ee3ec6e20768d831d9759b0330fad0e (diff) | |
parent | e6d9668e119af44ae5bcd5f1197174531458afe3 (diff) | |
download | linux-8394edf3710b124793d46c51942a6392b7b569a0.tar.xz |
Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
Pull tile tree bugfix from Chris Metcalf:
"This fixes a security vulnerability (and correctness bug) in tilegx"
* 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile:
tilegx: enable SYSCALL_WRAPPERS support
Diffstat (limited to 'arch')
-rw-r--r-- | arch/tile/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/tile/Kconfig b/arch/tile/Kconfig index 96033e2..74239dd 100644 --- a/arch/tile/Kconfig +++ b/arch/tile/Kconfig @@ -11,6 +11,7 @@ config TILE select GENERIC_IRQ_PROBE select GENERIC_PENDING_IRQ if SMP select GENERIC_IRQ_SHOW + select HAVE_SYSCALL_WRAPPERS if TILEGX select SYS_HYPERVISOR select ARCH_HAVE_NMI_SAFE_CMPXCHG |