Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 fixes from Borislav Petkov: "The freshest pile of shiny x86 fixes for 5.12: - Add the arch-specific mapping between physical and logical CPUs to fix devicetree-node lookups - Restore the IRQ2 ignore logic - Fix get_nr_restart_syscall() to return the correct restart syscall number. Split in a 4-patches set to avoid kABI breakage when backporting to dead kernels" * tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/apic/of: Fix CPU devicetree-node lookups x86/ioapic: Ignore IRQ2 again x86: Introduce restart_block->arch_data to remove TS_COMPAT_RESTART x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall() x86: Move TS_COMPAT back to asm/thread_info.h kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()
No related branches found
No related tags found
Showing
- arch/x86/include/asm/processor.h 0 additions, 9 deletionsarch/x86/include/asm/processor.h
- arch/x86/include/asm/thread_info.h 14 additions, 1 deletionarch/x86/include/asm/thread_info.h
- arch/x86/kernel/apic/apic.c 5 additions, 0 deletionsarch/x86/kernel/apic/apic.c
- arch/x86/kernel/apic/io_apic.c 10 additions, 0 deletionsarch/x86/kernel/apic/io_apic.c
- arch/x86/kernel/signal.c 1 addition, 23 deletionsarch/x86/kernel/signal.c
- fs/select.c 4 additions, 6 deletionsfs/select.c
- include/linux/restart_block.h 1 addition, 0 deletionsinclude/linux/restart_block.h
- include/linux/thread_info.h 13 additions, 0 deletionsinclude/linux/thread_info.h
- kernel/futex.c 1 addition, 2 deletionskernel/futex.c
- kernel/time/alarmtimer.c 1 addition, 1 deletionkernel/time/alarmtimer.c
- kernel/time/hrtimer.c 1 addition, 1 deletionkernel/time/hrtimer.c
- kernel/time/posix-cpu-timers.c 1 addition, 1 deletionkernel/time/posix-cpu-timers.c
Loading
Please register or sign in to comment