[RFC 12/30] x86/entry/64/compat: Disable SYSENTER and SYSCALL32 entries

2015-09-01 Thread Andy Lutomirski
We've disabled the vDSO helpers to call them, so turn off the entries entirely (temporarily) in preparation for cleaning them up. Signed-off-by: Andy Lutomirski --- arch/x86/entry/entry_64_compat.S | 13 + 1 file changed, 13 insertions(+) diff --git

[RFC 12/30] x86/entry/64/compat: Disable SYSENTER and SYSCALL32 entries

2015-09-01 Thread Andy Lutomirski
We've disabled the vDSO helpers to call them, so turn off the entries entirely (temporarily) in preparation for cleaning them up. Signed-off-by: Andy Lutomirski --- arch/x86/entry/entry_64_compat.S | 13 + 1 file changed, 13 insertions(+) diff --git