x86_32, entry: Clean up sysenter_badsys declaration
authorStefan Bader <[email protected]>
Fri, 15 Aug 2014 08:57:46 +0000 (10:57 +0200)
committerH. Peter Anvin <[email protected]>
Fri, 15 Aug 2014 20:45:32 +0000 (13:45 -0700)
commit 554086d85e "x86_32, entry: Do syscall exit work on badsys
(CVE-2014-4508)" introduced a new jump label (sysenter_badsys) but
somehow the END statements seem to have gone wrong (at least it
feels that way to me).
This does not seem to be a fatal problem, but just for the sake
of symmetry, change the second syscall_badsys to sysenter_badsys.

Signed-off-by: Stefan Bader <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Acked-by: Andy Lutomirski <[email protected]>
Signed-off-by: H. Peter Anvin <[email protected]>
arch/x86/kernel/entry_32.S

index 47c410d99f5daaae8a7d4f3f00093a6496e099ec..4b0e1dfa222627cd5a36fb7b8f51234508822536 100644 (file)
@@ -683,7 +683,7 @@ END(syscall_badsys)
 sysenter_badsys:
        movl $-ENOSYS,%eax
        jmp sysenter_after_call
-END(syscall_badsys)
+END(sysenter_badsys)
        CFI_ENDPROC
 
 .macro FIXUP_ESPFIX_STACK