On Fri, 21 Feb 2025 14:54:03 -0800, Sean Christopherson wrote: > Use macros for segment selectors in assembly instead of open coded literals. > > v2: > - Commit to using __ASSEMBLER__. > > v1: https://lore.kernel.org/all/20240621122640.2347541-1-darcy.sh@xxxxxxxxxxxx > > [...] Applied to kvm-x86 next (and now pulled by Paolo), with the fixup to use KERNEL_CS instead of KERNEL_CS32. [1/3] x86: Move descriptor table selector #defines to the top of desc.h https://github.com/kvm-x86/kvm-unit-tests/commit/4c5d37137baf [2/3] x86: Commit to using __ASSEMBLER__ instead of __ASSEMBLY__ https://github.com/kvm-x86/kvm-unit-tests/commit/f372d35fb1be [3/3] x86: replace segment selector magic number with macro definition https://github.com/kvm-x86/kvm-unit-tests/commit/c8a8a35827d7 -- https://github.com/kvm-x86/kvm-unit-tests/tree/next