dm-vdo / vdo-devel

Primary VDO mainline development repository
GNU General Public License v2.0
7 stars 11 forks source link

dm vdo: Adapt kernel next block device changes for RHEL9 #147

Closed C2Redhat closed 5 months ago

C2Redhat commented 5 months ago

[VDO-5769] The latest RHEL9, 5.14.0-447.el9, has adopted the change in Fedora which redefined blkdev_get_by_dev and made blkdev_put obsolete. This is fix in PR116: https://github.com/dm-vdo/vdo-devel/pull/116

Add a new RHEL_RELEASE_VERSION check for RHEL95 to avoid VDO_USE_ALTERNATE and VDO_USE_ALTERNATE_2 from being defined in order to pick up the fixed code.

github-actions[bot] commented 5 months ago

Unit Test Results

  14 files    96 suites   1h 5m 44s :stopwatch: 268 tests 265 :heavy_check_mark: 0 :zzz: 0 :x: 3 :fire: 274 runs  271 :heavy_check_mark: 0 :zzz: 0 :x: 3 :fire:

For more details on these errors, see this check.

Results for commit 9c630dc7.