From 1186671a0e1e4b3d5242ee4508689f48cee65bdc Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Tue, 8 Nov 2011 19:33:46 +0000 Subject: [PATCH] waitqueue: Double size of x86 shadow stack. Signed-off-by: Keir Fraser --- xen/common/wait.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/common/wait.c b/xen/common/wait.c index 223974f6bd..a2c7640107 100644 --- a/xen/common/wait.c +++ b/xen/common/wait.c @@ -33,7 +33,7 @@ struct waitqueue_vcpu { * hypervisor context before sleeping (descheduling), setjmp/longjmp-style. */ void *esp; - char stack[1500]; + char stack[3000]; #endif }; -- 2.30.2