From fbad091c721bf17326411b029cf81e4d87262c54 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 06 2021 16:44:24 +0000 Subject: import kmod-kvdo-6.2.5.72-80.el8 --- diff --git a/.gitignore b/.gitignore index cf4e028..2d09b58 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/kvdo-052080f.tar.gz +SOURCES/kvdo-0be1cd3.tar.gz diff --git a/.kmod-kvdo.metadata b/.kmod-kvdo.metadata index 4971dc9..6ecb157 100644 --- a/.kmod-kvdo.metadata +++ b/.kmod-kvdo.metadata @@ -1 +1 @@ -90c155f726aed3d9c276f9dcd788abd38d878106 SOURCES/kvdo-052080f.tar.gz +73dc33caa8bffdc0d6703a236918ff939e06062a SOURCES/kvdo-0be1cd3.tar.gz diff --git a/SPECS/kmod-kvdo.spec b/SPECS/kmod-kvdo.spec index 1aba8c9..8b67d8d 100644 --- a/SPECS/kmod-kvdo.spec +++ b/SPECS/kmod-kvdo.spec @@ -1,12 +1,12 @@ -%global commit 052080fd1a99376e91a042b8acfa06b732cb3c71 -%global gittag 6.2.4.26 +%global commit 0be1cd33230fe5abf580319241a4cf5bfd630538 +%global gittag 6.2.5.72 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%define spec_release 76 +%define spec_release 80 %define kmod_name kvdo %define kmod_driver_version %{gittag} %define kmod_rpm_release %{spec_release} -%define kmod_kernel_version 4.18.0-255.el8 +%define kmod_kernel_version 4.18.0-337.el8 %define kmod_headers_version %(rpm -qa kernel-devel | sed 's/^kernel-devel-//') %define kmod_kbuild_dir . %define kmod_dependencies %{nil} @@ -165,6 +165,59 @@ install -m 644 -D source/greylist.txt $RPM_BUILD_ROOT/usr/share/doc/kmod-%{kmod_ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Aug 27 2021 - Andy Walsh - 6.2.5.72-80 +- Bumped NVR for new 4.18 kernel +- Related: rhbz#1939279 + +* Tue Aug 10 2021 - Andy Walsh - 6.2.5.72-79 +- Fixed a bug which could result in the UDS index issuing I/O while + suspended. +- Resolves: rhbz#1990180 + +* Thu Aug 05 2021 - Andy Walsh - 6.2.5.71-79 +- Reduced context switches when a vdo is idle. +- Resolves: rhbz#1886738 + +* Thu Jul 22 2021 - Andy Walsh - 6.2.5.65-79 +- Removed unneeded allocations from the previous fixes for rebuilding + a converted index. +- Resolves: rhbz#1966824 + +* Thu Jul 15 2021 - Andy Walsh - 6.2.5.62-79 +- Fixed chapter computation for a converted sparse index. +- Resolves: rhbz#1965516 +- Fixed invalidation of converted chapters. +- Resolves: rhbz#1966818 +- Removed extraneous fields from the super block of a converted index. +- Resolves: rhbz#1965546 +- Fixed calculation of the number of expiring chapters in a converted + index. +- Resolves: rhbz#1975546 +- Fixed bugs rebuilding a converted index. +- Resolves: rhbz#1966824 + +* Mon Jun 21 2021 - Andy Walsh - 6.2.5.41-79 +- Bumped NVR for new 4.18 kernel +- Relates: rhbz#1939279 + +* Tue Jun 01 2021 - Andy Walsh - 6.2.5.41-78 +- Fixed bugs in reading the UDS index of a VDO volume which was converted + to LVM. +- Resolves: rhbz#1928284 + +* Thu May 20 2021 - Andy Walsh - 6.2.5.21-78 +- Added support for VDO volumes which have been converted to LVM. +- Related: rhbz#1928284 + +* Thu May 13 2021 - Andy Walsh - 6.2.5.11-78 +- Introduced new memory size parameter values for UDS indexes which have + been converted from vdo script management to LVM. +- Resolves: rhbz#1928284 + +* Tue Mar 16 2021 - Andy Walsh - 6.2.4.26-77.8_5 +- Bumped NVR for new 4.18 kernel +- Relates: rhbz#1939279 + * Sat Nov 28 2020 - Andy Walsh - 6.2.4.26-76 - Bumped NVR for new 4.18 kernel - Relates: rhbz#1894978