um: increase stack growth cushion in pagefault
analog of [PATCH] i386: let usermode execute the "enter" instruction from circa 2006. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Richard Weinberger <richard@nod.at>
This commit is contained in:

committed by
Richard Weinberger

parent
3579a38973
commit
c7ea591c91
@@ -10,6 +10,9 @@
|
||||
# include "processor_64.h"
|
||||
#endif
|
||||
|
||||
#define ARCH_IS_STACKGROW(address) \
|
||||
(address + 65536 + 32 * sizeof(unsigned long) >= UPT_SP(¤t->thread.regs.regs))
|
||||
|
||||
#include <asm/processor-generic.h>
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user