commit | 7a18b083ebe4712fbb258d09c0f53a71b7f46678 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed May 30 09:47:14 2018 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Jun 02 16:29:46 2018 -0400 |
tree | e6b37c60e2593d95d44a35c058ab110e03ec8b3d | |
parent | 2237ce6b56b428f7feed4e6bde3925a88224abbc [diff] |
x86: align stack buffer sizes Previously, the stack buffer array wasn't being page-aligned. If private kernel data was stored after the stack buffer in the same page, the current thread would incorrectly have access to it. Round stack sizes up on x86 to prevent this problem. Fixes #8118 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>