From: Volodymyr Babchuk Date: Thu, 13 Feb 2025 22:00:27 +0000 (+0000) Subject: CHANGELOG.md: Mention stack-protector feature X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8cf191922692f8fb681e6d64a007fd030f32ed3c;p=people%2Fandrewcoop%2Fxen.git CHANGELOG.md: Mention stack-protector feature 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 Reviewed-by: Andrew Cooper --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 1de1d1eca1..4cac4079f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Basic handling for SCMI requests over SMC using Shared Memory, by allowing forwarding the calls to EL3 FW if coming from hwdom. - Support for LLC (Last Level Cache) coloring. + - Ability to enable stack protector - On x86: - xl suspend/resume subcommands. - `wallclock` command line option to select time source.