Hi Both, > -----Original Message----- > Subject: Re: [PATCH 2/2] Changelog: Add __ro_after_init and CET > > On 22/11/2022 08:49, Julien Grall wrote: > > Hi Andrew, > > > > On 09/03/2022 12:39, Andrew Cooper wrote: > >> Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com> > >> --- > >> CC: Jan Beulich <jbeul...@suse.com> > >> CC: Roger Pau Monné <roger....@citrix.com> > >> CC: Wei Liu <w...@xen.org> > >> --- > >> CHANGELOG.md | 6 ++++++ > >> 1 file changed, 6 insertions(+) > >> > >> diff --git a/CHANGELOG.md b/CHANGELOG.md > >> index 83d85fad5bbc..577517383ec9 100644 > >> --- a/CHANGELOG.md > >> +++ b/CHANGELOG.md > >> @@ -6,6 +6,12 @@ The format is based on [Keep a > >> Changelog](https://keepachangelog.com/en/1.0.0/) > >> ## [unstable > >> > UNRELEASED](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=stagin > g) > >> - TBD > >> +### Added > >> + - __ro_after_init support on x86, for marking data as immutable > >> after boot. > > > > This is also supported by Arm (see commit ace403022358 "xen/arm: > > Support properly __ro_after_init on Arm"). > > Yes, I know. Check the date on this email.
Thanks Julien very much for pointing this out :) I will correct this to "- __ro_after_init support, for marking data as immutable after boot." in v3 when I respin the series, since Jan also provided some comments about patch #3 and I guess Andrew won't mind if I do the respin (?). Kind regards, Henry > > ~Andrew