Stack protector is meant to be enabled on all architectures, but currently it is tested (and enabled) only on ARM, so mention it in ARM section.
Signed-off-by: Volodymyr Babchuk <[email protected]> Acked-by: Oleksii Kurochko <[email protected]> --- Changes in v7: - Moved the change to v4.21 - Added Oleksii's acked-by tag Changes in v6: - Dropped Andrew's R-b tag because there is little chance that this series will be included in 4.20, so this patch should be reworked for 4.21 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7201c484f8..9605f670f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - On x86: - Option to attempt to fixup p2m page-faults on PVH dom0. - Resizable BARs is supported for PVH dom0. + - On Arm: + - Ability to enable stack protector ### Removed -- 2.48.1
