On Fri, 14 Feb 2025 17:20:29 -0800, Sean Christopherson wrote: > Make the stacks and per-CPU data page aligned, and bump the total size to > 12KiB to reduce the probability having to debug stack overflow insanity in > the future. > > Sean Christopherson (3): > x86: Make per-CPU stacks page-aligned > x86: Add a macro for the size of the per-CPU stack/data area > x86: Increase per-CPU stack/data area to 12KiB > > [...] Applied to kvm-x86 next (and now pulled by Paolo), thanks! [1/3] x86: Make per-CPU stacks page-aligned https://github.com/kvm-x86/kvm-unit-tests/commit/a95dd6beeeb4 [2/3] x86: Add a macro for the size of the per-CPU stack/data area https://github.com/kvm-x86/kvm-unit-tests/commit/2821b32d627d [3/3] x86: Increase per-CPU stack/data area to 12KiB https://github.com/kvm-x86/kvm-unit-tests/commit/b94ace2edb58 -- https://github.com/kvm-x86/kvm-unit-tests/tree/next