Hi Jan, > -----Original Message----- > Subject: Re: [PATCH 2/3] CHANGELOG: Add missing entries for work during > the 4.17 release > > (reducing the Cc list to just xen-devel@)
Thanks for doing this :) I was just not sure who would be interested in the series. > > On 11.11.2022 12:22, Henry Wang wrote: > > ### Added / support upgraded > > + - Out-of-tree builds for the hypervisor now supported. > > + - The project has officially adopted 4 directives and 24 rules of MISRA-C, > > + added MISRA-C checker build integration, and defined how to document > > + deviations. > > - IOMMU superpage support on x86, affecting PV guests as well as > HVM/PVH ones > > when they don't share page tables with the CPU (HAP / EPT / NPT). > > - - Support VIRT_SSBD feature for HVM guests on AMD. > > + - Support VIRT_SSBD feature for HVM guests on AMD and > MSR_SPEC_CTRL feature for > > + SVM guests. > > + - Improved TSC, CPU frequency calibration and APIC on x86. > > Maybe better "Improved TSC, CPU, and APIC clock frequency calibration on > x86"? Thanks for your feedback for this and my previous email. They are really useful. Yes of course, I guess I misunderstood the original series and thought there is another improvement for the APIC. > > > + - Improved support for CET Indirect Branch Tracking on x86. > > + - Improved mwait-idle support for SPR and ADL on x86. > > SPR and ADL support is new in the driver, not improved. I will correct this in V2. Another question for adding another entry for x86 that worth to brag about a little bit: I did another dig into patchwork and found that this [1] might be a good candidate. IIUC __ro_after_init is a good feature that both x86 and Arm have leveraged in different level today, so probably the __ro_after_init might worth an entry in CHANGELOG. However I saw your comments in [1] so I am not really sure if you are happy with that, maybe we need to change the wording a little bit to remove your concern? Would you mind sharing some thoughts? Thanks! [1] https://patchwork.kernel.org/project/xen-devel/patch/20220309123936.16991-3-andrew.coop...@citrix.com/ Kind regards, Henry > > Jan