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 lib/x86/apic-defs.h | 7 ++++--- lib/x86/setup.c | 2 +- lib/x86/smp.c | 2 +- x86/cstart.S | 10 +++++----- x86/cstart64.S | 8 ++++---- x86/trampolines.S | 7 +++++-- 6 files changed, 20 insertions(+), 16 deletions(-) base-commit: f77fb696cfd0e4a5562cdca189be557946bf522f -- 2.48.1.601.g30ceb7b040-goog