-
Notifications
You must be signed in to change notification settings - Fork 580
dom0 packages: Update to dom0 release v2411.19.1 #13648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR upgrades the dom0 packages to release v2411.19.1 by updating version numbers and associated metadata for kernel-mshv, kernel-uvm, and cloud-hypervisor-cvm. Key changes include updated version and download URL entries in cgmanifest.json, version bumps and configuration adjustments in the kernel SPEC files, and removal or update of obsolete patch files.
Reviewed Changes
Copilot reviewed 15 out of 15 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
cgmanifest.json | Upgraded version and download URL for cloud-hypervisor-cvm, kernel-mshv, and kernel-uvm. |
SPECS/kernel-uvm/* | Updated version and changelog to reflect the new kernel-uvm release. |
SPECS/kernel-mshv/* | Version bump, updated BuildRequires, and removal of the Python 3.12 build errors patch. |
SPECS/kata-containers-cc/* | Incremented the Release value. |
SPECS/cloud-hypervisor-cvm/* | Upgraded version in multiple fields, adjusted source extraction, and updated licensing. |
SPECS-SIGNED/kernel-mshv-signed/* | Upgraded version and Release to match the new kernel-mshv release. |
Comments suppressed due to low confidence (2)
SPECS/cloud-hypervisor-cvm/cloud-hypervisor-cvm.spec:71
- Ensure that the top-level directory name extracted from the tarball matches the new setup directory name 'cloud-hypervisor-%{version}' to avoid build failures.
%setup -q -n cloud-hypervisor-%{version}
SPECS/kernel-mshv/kernel-mshv.spec:37
- Confirm that the newly added BuildRequires dependencies (libtraceevent-devel and libtracefs-devel) are available in the build environment and do not conflict with other packages.
BuildRequires: libtraceevent-devel
d7570d5
to
ee75a6b
Compare
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-static
subpackages, etc.) have had theirRelease
tag incremented../cgmanifest.json
,./toolkit/scripts/toolchain/cgmanifest.json
,.github/workflows/cgmanifest.json
)./LICENSES-AND-NOTICES/SPECS/data/licenses.json
,./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md
,./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON
)*.signatures.json
filessudo make go-tidy-all
andsudo make go-test-coverage
passSummary
Upgrade dom0 bits to version v2411.19.1
Change Log
Does this affect the toolchain?
NO
Associated issues
Links to CVEs
Test Methodology