commit | 83752c1cfe074542294005bc8fdd9b08a716a06d | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Fri Mar 02 07:54:13 2018 -0800 |
committer | Andrew Boie <andrewboie@gmail.com> | Fri Mar 16 16:25:22 2018 -0700 |
tree | e414ea13d89eb45463a20dabe3122d346d7046a8 | |
parent | a967915e52cf692da30a6685412fc56ea7ac3ae6 [diff] |
kernel: introduce initial stack randomization This is a component of address space layout randomization that we can implement even though we have a physical address space. Support for upward-growing stacks omitted for now, it's not done currently on any of our current or planned architectures. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>