Re: [Xen-devel] [PATCH] xen/pvh: increase early stack size

2018-10-10 Thread Juergen Gross
On 09/10/2018 12:32, Roger Pau Monne wrote: > While booting on an AMD EPYC box the stack canary would detect stack > overflows when using the current PVH early stack size (256). Switch to > using the value defined by BOOT_STACK_SIZE, which prevents the stack > overflow. > > Signed-off-by: Roger Pa

Re: [Xen-devel] [PATCH] xen/pvh: increase early stack size

2018-10-09 Thread Juergen Gross
On 09/10/2018 12:32, Roger Pau Monne wrote: > While booting on an AMD EPYC box the stack canary would detect stack > overflows when using the current PVH early stack size (256). Switch to > using the value defined by BOOT_STACK_SIZE, which prevents the stack > overflow. > > Signed-off-by: Roger Pa

[Xen-devel] [PATCH] xen/pvh: increase early stack size

2018-10-09 Thread Roger Pau Monne
While booting on an AMD EPYC box the stack canary would detect stack overflows when using the current PVH early stack size (256). Switch to using the value defined by BOOT_STACK_SIZE, which prevents the stack overflow. Signed-off-by: Roger Pau Monné --- Cc: Boris Ostrovsky Cc: Juergen Gross Cc: