Re: [PATCH v2 0/5] x86/IDT: Generate the IDT at build time

2025-03-05 Thread Jan Beulich
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

[PATCH v2 0/5] x86/IDT: Generate the IDT at build time

2025-03-04 Thread Andrew Cooper
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 implemente