]> Git Repo - linux.git/commit
x86/entry: Convert Invalid TSS exception to IDTENTRY
authorThomas Gleixner <[email protected]>
Tue, 25 Feb 2020 22:16:22 +0000 (23:16 +0100)
committerThomas Gleixner <[email protected]>
Thu, 11 Jun 2020 13:14:49 +0000 (15:14 +0200)
commit97b3d290b865cf9115f7d37d40b7482efba4d46d
tree8e15ae28b06c83ab353d85f9ca24e0924a4e3bdd
parentaabfe5383ec7b480ca222ac05d49eb3c83dc022a
x86/entry: Convert Invalid TSS exception to IDTENTRY

Convert #TS to IDTENTRY_ERRORCODE:
  - Implement the C entry point with DEFINE_IDTENTRY
  - Emit the ASM stub with DECLARE_IDTENTRY
  - Remove the ASM idtentry in 64bit
  - Remove the open coded ASM entry code in 32bit
  - Fixup the XEN/PV code
  - Remove the old prototypes

No functional change.

Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Alexandre Chartre <[email protected]>
Acked-by: Andy Lutomirski <[email protected]>
Acked-by: Peter Zijlstra <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
arch/x86/entry/entry_32.S
arch/x86/entry/entry_64.S
arch/x86/include/asm/idtentry.h
arch/x86/include/asm/traps.h
arch/x86/kernel/idt.c
arch/x86/kernel/traps.c
arch/x86/xen/enlighten_pv.c
arch/x86/xen/xen-asm_64.S
This page took 0.068516 seconds and 4 git commands to generate.