Bugzilla – Bug 1226510
drbd: fix build error against kernel v6.9.3
Last modified: 2024-06-20 00:38:17 UTC
drbd build failed against kernel 6.8.2 due to KABI changes and compiler version update. build log: > ------------------- > GENPATCHNAMES 6.9.3-1-default > APPLIED_COCCI_FILES > blk_alloc_disk__no_present > kvfree_rcu__no_present > bdev_open_by_path__no_present > blkdev_get_by_path__no_has_holder_ops > blkdev_put__no_has_holder > ------------------- the key is blk_alloc_disk__no_present & bdev_open_by_path__no_present. bdev_open_by_path__no_present causes other two define error: - blkdev_get_by_path__no_has_holder_ops - blkdev_put__no_has_holder
create a suse special patch to fix the build error. when LINBIT upstream introduces the relevant fix, we could remove this patch.
The patch has been pushed into the Factory repository. Let’s close this bug as fixed