summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-06-02 22:05:29 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-06-02 22:47:19 +0000
commit7066ff9458db40a25b179516d6377b11358583c1 (patch)
tree315a3bc255f7aae8e4ff552ba1d1e138224baefd
parent688cae5f1b5efbf712e77b5521376a8053c114c5 (diff)
downloadmeta-virtualization-7066ff9458db40a25b179516d6377b11358583c1.tar.gz
xen-tools: update to RELEASE-4.21.1 -tip
Bumping xen-tools to version RELEASE-4.21.1-39-g16e9e6245c, which comprises the following commits: 16e9e6245c tools/libxl: Fix libxl_nocpuid.c build with json-c ed13b64882 CI/ECLAIR: avoid intercepting intermediate linking steps 3db23dfdc6 symbols: explicitly specify source file name for symtab 7372acade2 memory: overlapping XENMAPSPACE_gmfn_range requests fd2ccd79ab x86/time: make do_settime() uses more accurate 3dccad5220 xsm/flask: Fix undefined behaviour in avc_dump_av() 1ae7e08217 EFI: adjust cfg file buffer freeing 9358a206cb xvmalloc: adjust XVFREE() ordering a8e85414e6 x86/svm: Always sync guest CR2 on VMExit 13ca96cdc9 x86/boot: Disable interrupts when establishing SSP 00496ab150 x86/cpuidle: split the max_cstate variable 032d39ff0e x86/cpu: identify uninitialized CPU data using BAD_APICID 8af05b4917 x86/amd: Mitigate AMD-SN-7052 0d8b25d1fc gnttab: split gnttab_map_frame() 43e32ae4f9 tools/xenstored: make conn_delete_all_transactions() idempotent f732e91aa8 tools/oxenstored: Reset quota when resetting permissions 17a7843054 x86/mkelf32: Actually pad load segment to 2 MiB boundary 54db249531 xen/cpu: round cpu_khz calculations 27748a7343 x86/time: use native TSC scaling factors when TSC is not scaled 2d1a11a50d x86/HPET: channel handling in hpet_broadcast_resume() 76b359a878 x86/APIC: handle overflow in TMICT calculation 9c79644d35 x86/time: do not kill calibration timer on suspend 6b8be120c8 xen/uart: set a default baudrate if non specified neither found b2352be941 xen/x86: Check supported features even for PVH dom0 8f3dcdcf9f video/vesa: harden font height parsing afb919ff6a ns16550: harden positional parsing f35f0ac0c8 ns16550: harden name/value pair parsing c9ba169b93 llc-coloring: improve checking while parsing feb99494bf EFI: avoid OOB config file reads e2981e073f x86/fpu: Initialise FTW in xstate_alloc_save_area() 761aba980a xen/uart: be more careful with changes to the PCI command register a011ca9e08 xen/uart: uniformly set ->ps_bdf_enable for all PCI serial devices 8482a1ce08 libacpi: Pass missing --dm_version to mk_dsdt b3c4a20a15 xen/uart: report an error if the device type is not supported aaa03d41be arinc653: remove idle period in default schedule 646bcc17ce arinc653: avoid array overrun d174a86aaf arinc653: overwrite entire .dom_handle[] for Dom0 slots fa82d4f5cc update Xen version to 4.21.2-pre 90b20547b7 x86/amd: Mitigate AMD-SN-7053 / FP-DSS Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-extended/xen/xen-tools_4.21.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-extended/xen/xen-tools_4.21.bb b/recipes-extended/xen/xen-tools_4.21.bb
index 45d2bd22..e0b7d237 100644
--- a/recipes-extended/xen/xen-tools_4.21.bb
+++ b/recipes-extended/xen/xen-tools_4.21.bb
@@ -1,6 +1,6 @@
1SRCREV ?= "1c72306b1f0b4dc533954f678361044f8083dccc" 1SRCREV ?= "16e9e6245c974717f3d4e34d04cbec01e5bc2709"
2 2
3XEN_REL ?= "4.21" 3XEN_REL ?= "4.21.1"
4XEN_BRANCH ?= "stable-4.21" 4XEN_BRANCH ?= "stable-4.21"
5 5
6SRC_URI = " \ 6SRC_URI = " \
@@ -9,7 +9,6 @@ SRC_URI = " \
9 file://0001-libxl_nocpuid-fix-build-error.patch \ 9 file://0001-libxl_nocpuid-fix-build-error.patch \
10 file://0001-tools-libxl-Fix-build-with-NOCPUID-and-json-c.patch \ 10 file://0001-tools-libxl-Fix-build-with-NOCPUID-and-json-c.patch \
11 file://0001-tests-vpci-drop-explicit-g-use.patch \ 11 file://0001-tests-vpci-drop-explicit-g-use.patch \
12 file://0001-ARM-Drop-ThumbEE-support.patch \
13 " 12 "
14 13
15LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9" 14LIC_FILES_CHKSUM ?= "file://COPYING;md5=d1a1e216f80b6d8da95fec897d0dbec9"