commit | 1f78dda2cf5e4eeb00aee2a01c9515e2e704b4c0 | [log] [tgz] |
---|---|---|
author | Chunyan Zhang <zhang.chunyan@linaro.org> | Thu Oct 01 15:33:02 2015 +0800 |
committer | Shuah Khan <shuahkh@osg.samsung.com> | Thu Oct 15 20:00:32 2015 -0600 |
tree | 4a6a5719ed0f44c07acf7cd7c4af329e9951fa6f | |
parent | f615e2bb1331c5b9dc7f56f39f679738674a1e1f [diff] |
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>