-
- Downloads
Merge tag 'x86-urgent-2020-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Thomas Gleixner: "Two fixes for the x86 interrupt code: - Unbreak the magic 'search the timer interrupt' logic in IO/APIC code which got wreckaged when the core interrupt code made the state tracking logic stricter. That caused the interrupt line to stay masked after switching from IO/APIC to PIC delivery mode, which obviously prevents interrupts from being delivered. - Make run_on_irqstack_code() typesafe. The function argument is a void pointer which is then cast to 'void (*fun)(void *). This breaks Control Flow Integrity checking in clang. Use proper helper functions for the three variants reuqired" * tag 'x86-urgent-2020-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/ioapic: Unbreak check_timer() x86/irq: Make run_on_irqstack_cond() typesafe
Showing
- arch/x86/entry/common.c 1 addition, 1 deletionarch/x86/entry/common.c
- arch/x86/entry/entry_64.S 2 additions, 0 deletionsarch/x86/entry/entry_64.S
- arch/x86/include/asm/idtentry.h 1 addition, 1 deletionarch/x86/include/asm/idtentry.h
- arch/x86/include/asm/irq_stack.h 61 additions, 8 deletionsarch/x86/include/asm/irq_stack.h
- arch/x86/kernel/apic/io_apic.c 1 addition, 0 deletionsarch/x86/kernel/apic/io_apic.c
- arch/x86/kernel/irq.c 1 addition, 1 deletionarch/x86/kernel/irq.c
- arch/x86/kernel/irq_64.c 1 addition, 1 deletionarch/x86/kernel/irq_64.c
Please register or sign in to comment