On 17/03/2021 14:55, Ian Jackson wrote: > Julien Grall writes ("Re: preparations for 4.13.3"): >> On 08/03/2021 09:49, Jan Beulich wrote: >>> All, >>> >>> the release is overdue (my apologies). Please point out backports >>> you find missing from the respective staging branches, but which >>> you consider relevant. >>>> Ones that I have queued already, but which hadn't passed the push >>> gate to master yet when doing a swipe late last week, are >>> >>> c6ad5a701b9a crypto: adjust rijndaelEncrypt() prototype for gcc11 >>> 9318fdf757ec x86/shadow: suppress "fast fault path" optimization without >>> reserved bits >>> 60c0444fae21 x86/shadow: suppress "fast fault path" optimization when >>> running virtualized >> I would like to also consider the following one: >> >> 28804c0ce9fd SUPPORT.MD: Clarify the support state for the Arm SMMUv{1, >> 2} drivers (4.11+ as updating the security support) >> 067935804a8e xen/vgic: Implement write to ISPENDR in vGICv{2, 3} (4.13+) >> To support newer kernel on stable Xen >> d81133d45d81 xen/arm: Add workaround for Cortex-A53 erratum #843419 (4.13+) >> fd7479b9aec2 xen/arm: Add workaround for Cortex-A55 erratum #1530923 (4.13+) >> 5505f5f8e7e8 xen/arm: Add Cortex-A73 erratum 858921 workaround (4.13+) >> 63b4c9bfb788 xen/arm: mm: Access a PT entry before the table is unmapped >> (4.13 only) >> f6790389613c xen/arm: sched: Ensure the vCPU context is seen before >> vcpu_pause() returns (4.13 only) >> >> I have put in parentheses the list of versions targeted. > My backport list seems to have very few tools patches on it. > > If anyone has any tools bugfixes that ought to go into 4.13 please do > let me know! > > Additionally, perhaps this one commit to be backported ? > 935e0836710ce8cab584155b2844cea8497a5159 > arm: replace typeof() with __typeof__()
These are general backport requests, not specifically for 4.13 d92ba1aa7cf8 - tools/ocaml: libxb: Harden stub_header_of_string() 59b087e39544 - tools/ocaml: Fix stubs build when OCaml has been compiled with -safe-string 78686437e949 - tools/ocaml: libxb: Avoid to use String_val() when value is bytes 2b8079610ec5 - tools/libxc: misc: Mark const the parameter 'keys' of xc_send_debug_keys() a6ed77f1e033 - oxenstored: fix ABI breakage introduced in Xen 4.9.0 The penultimate one is an API change, but strictly in a relaxing direction. The final one is an ABI change, but fixing a regression. 5e31789634 - tools/ocaml/libs/xb: Do not crash after xenbus is unmapped 2a47797d1f - tools/oxenstored: Trim txhistory on xenbus reconnect c8b9670825 - tools/oxenstored: Fix quota calculation for mkdir EEXIST dc8caf214fb - tools/oxenstored: Reject invalid watch paths early 45dee7d92b - tools/oxenstored: mkdir conflicts were sometimes missed Do we want to backport the -Og fixes so we can get ABI checking working? ~Andrew