]> xenbits.xensource.com Git - people/andrewcoop/xen.git/commitdiff
CHANGELOG.md: Mention stack-protector feature
authorVolodymyr Babchuk <Volodymyr_Babchuk@epam.com>
Thu, 13 Feb 2025 22:00:27 +0000 (22:00 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 13 Feb 2025 22:11:21 +0000 (22:11 +0000)
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 <volodymyr_babchuk@epam.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
CHANGELOG.md

index 1de1d1eca17fc9021cbe04a843d4d0b392d59bb2..4cac4079f090ff1ca9837919255bed5611391c15 100644 (file)
@@ -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.