

---

 b/arch/x86/include/asm/fpu/types.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff -puN arch/x86/include/asm/fpu/types.h~bloat-xsave-gunk-2 arch/x86/include/asm/fpu/types.h
--- a/arch/x86/include/asm/fpu/types.h~bloat-xsave-gunk-2	2015-07-14 12:41:09.971117843 -0700
+++ b/arch/x86/include/asm/fpu/types.h	2015-07-14 12:41:21.430635778 -0700
@@ -162,7 +162,8 @@ struct xstate_header {
 /* New processor state extensions should be added here: */
 #define XSTATE_RESERVE			(sizeof(struct ymmh_struct) + \
 					 sizeof(struct lwp_struct)  + \
-					 sizeof(struct mpx_struct)  )
+					 sizeof(struct mpx_struct)  + \
+					PAGE_SIZE)
 /*
  * This is our most modern FPU state format, as saved by the XSAVE
  * and restored by the XRSTOR instructions.
_
