selftests: memfd_test: Revised STACK_SIZE to make it 16-byte aligned
authorChunyan Zhang <zhang.chunyan@linaro.org>
Thu, 1 Oct 2015 07:33:02 +0000 (15:33 +0800)
committerShuah Khan <shuahkh@osg.samsung.com>
Fri, 16 Oct 2015 02:00:32 +0000 (20:00 -0600)
commit1f78dda2cf5e4eeb00aee2a01c9515e2e704b4c0
tree4a6a5719ed0f44c07acf7cd7c4af329e9951fa6f
parentf615e2bb1331c5b9dc7f56f39f679738674a1e1f
selftests: memfd_test: Revised STACK_SIZE to make it 16-byte aligned

There is a mandate of 16-byte aligned stack on AArch64 [1], so the
STACK_SIZE here should also be 16-byte aligned, otherwise we would
get an error when calling clone().

[1] http://lxr.free-electrons.com/source/arch/arm64/kernel/process.c#L265

Signed-off-by: Chunyan Zhang <zhang.chunyan@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/memfd/memfd_test.c