Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cgroup_core02: Allocate child stack using mmap()
Some architectures like arm64 have strict requirements for stack alignment. Statically allocated buffer may result in one of the test processes getting killed by SIGBUS. Allocate child stack using mmap() to ensure the requirements are met. Link: https://lore.kernel.org/ltp/[email protected]/ Acked-by: Petr Vorel <[email protected]> Reviewed-by: Cyril Hrubis <[email protected]> Signed-off-by: Martin Doucha <[email protected]>
- Loading branch information