Bug ID 1226510
Summary drbd: fix build error against kernel v6.9.3
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware x86-64
OS openSUSE Tumbleweed
Status NEW
Severity Normal
Priority P5 - None
Component High Availability
Assignee ha-bugs@suse.de
Reporter heming.zhao@suse.com
QA Contact qa-bugs@suse.de
Target Milestone ---
Found By ---
Blocker ---

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


You are receiving this mail because: