This is an automated email from the git hooks/post-receive script. jforbes pushed a commit to branch master in repository kernel-tests. commit b12ed78cac9656b34de5a8017b4c057e321c9c20 Author: Justin M. Forbes <jforbes@xxxxxxxxxx> Date: Fri Sep 9 11:03:19 2016 -0500 Update memfd to 16-byte aligned STACK_SIZE for aarch64 --- default/memfd/memfd_test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/default/memfd/memfd_test.c b/default/memfd/memfd_test.c index 0b9eafb..2654689 100644 --- a/default/memfd/memfd_test.c +++ b/default/memfd/memfd_test.c @@ -15,10 +15,11 @@ #include <sys/mman.h> #include <sys/stat.h> #include <sys/syscall.h> +#include <sys/wait.h> #include <unistd.h> #define MFD_DEF_SIZE 8192 -#define STACK_SIZE 65535 +#define STACK_SIZE 65536 static int sys_memfd_create(const char *name, unsigned int flags) -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ kernel mailing list kernel@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/kernel@xxxxxxxxxxxxxxxxxxxxxxx