nvml: update to 2.1.1 #3

Open
sbelikov wants to merge 1 commit from update-nvml-2.1.1 into niceos-5.2
Owner

Update nvml to 2.1.1.

Upstream 2.1.1 release notes describe only maintenance/build changes:

  • remove non-Linux support from compilation paths
  • add aarch64 cross-compilation support
  • mute error messages for intentionally aborted transactions
  • mute "Cannot find any matching device, no bad blocks found" when PMDK is used without PMem

Risk assessment: low. No CVE/security advisory is indicated, and no ABI/API break is mentioned in the release notes. The only packaging-relevant change is the upstream build-system work, so a clean build on the supported NiceOS arches should be performed before pushing.

Validation requested:

  • clean mock build for x86_64 and ppc64le
  • optional %check build if enabled locally
  • smoke-test installed libraries/tools

References:

Update nvml to 2.1.1. Upstream 2.1.1 release notes describe only maintenance/build changes: - remove non-Linux support from compilation paths - add aarch64 cross-compilation support - mute error messages for intentionally aborted transactions - mute "Cannot find any matching device, no bad blocks found" when PMDK is used without PMem Risk assessment: low. No CVE/security advisory is indicated, and no ABI/API break is mentioned in the release notes. The only packaging-relevant change is the upstream build-system work, so a clean build on the supported NiceOS arches should be performed before pushing. Validation requested: - clean mock build for x86_64 and ppc64le - optional %check build if enabled locally - smoke-test installed libraries/tools References: - https://github.com/pmem/pmdk/releases/tag/2.1.1 - https://github.com/pmem/pmdk/compare/2.1.0...2.1.1
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin update-nvml-2.1.1:update-nvml-2.1.1
git switch update-nvml-2.1.1

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch niceos-5.2
git merge --no-ff update-nvml-2.1.1
git switch update-nvml-2.1.1
git rebase niceos-5.2
git switch niceos-5.2
git merge --ff-only update-nvml-2.1.1
git switch update-nvml-2.1.1
git rebase niceos-5.2
git switch niceos-5.2
git merge --no-ff update-nvml-2.1.1
git switch niceos-5.2
git merge --squash update-nvml-2.1.1
git switch niceos-5.2
git merge --ff-only update-nvml-2.1.1
git switch niceos-5.2
git merge update-nvml-2.1.1
git push origin niceos-5.2
Sign in to join this conversation.
No description provided.