On 05.03.2025 01:02, Andrew Cooper wrote: > This is a chunk of the FRED work split out because it's pretty self contained. > > It's mostly cleanup/refactoring, although patch > > traps.c is already overly large and going to get larger with FRED, so I'm > splitting traps-setup.c out of it, as the two have reasonably-different logic. > That's implemented in this series but not used in anger in this series. > > Since v1: > * First 3 patches committed > * Minor adjustments. See individual patches for details > > Andrew Cooper (5): > x86/IDT: Rename idt_table[] to bsp_idt[] > x86/IDT: Make idt_tables[] be per_cpu(idt) > x86/IDT: Generate bsp_idt[] at build time > x86/IDT: Don't rewrite bsp_idt[] at boot time > x86/traps: Convert pv_trap_init() to being an initcall
For the two not having R-b already: Acked-by: Jan Beulich <jbeul...@suse.com> perhaps with patch 2's description slightly adjusted (see separate mail). Jan