[Bug 1215699] New: drbd: fix build error against kernel v6.5.4
https://bugzilla.suse.com/show_bug.cgi?id=1215699 Bug ID: 1215699 Summary: drbd: fix build error against kernel v6.5.4 Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: x86-64 OS: Other Status: NEW Severity: Major Priority: P5 - None Component: High Availability Assignee: ha-bugs@suse.de Reporter: heming.zhao@suse.com QA Contact: qa-bugs@suse.de CC: qa-bugs@suse.de, zzhou@suse.com Depends on: 1206791 Target Milestone: --- Found By: --- Blocker: --- some KAPIs changed and was blocking drbd building for kernel v6.4.5. create this bug for passing build drbd on v6.4.5 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1215699 heming zhao <heming.zhao@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|ha-bugs@suse.de |heming.zhao@suse.com Priority|P5 - None |P2 - High Depends on|1206791 | -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1215699 https://bugzilla.suse.com/show_bug.cgi?id=1215699#c1 --- Comment #1 from heming zhao <heming.zhao@suse.com> --- (In reply to heming zhao from comment #0)
some KAPIs changed and was blocking drbd building for kernel v6.4.5. create this bug for passing build drbd on v6.4.5
sorry for the typo, kernel version should be v6.5.4 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1215699 https://bugzilla.suse.com/show_bug.cgi?id=1215699#c2 --- Comment #2 from heming zhao <heming.zhao@suse.com> --- for fixing build error, back porting upstream patches: c8e2a3c4355b drbd: do not allow auto-demote to be interrupted by signal bf287c15359c compat: block: remove the unused mode argument to ->release e3ef0e229a6a drbd: rework autopromote 0666bc5b0140 drbd: propagate exposed UUIDs only into established connections 69d9286628b7 drbd: Fix `net-options --set-defaults` to not clear the transport 3b9fcc2cfaa3 compat: block: use the holder as indication for exclusive opens d6bbb1b1635b drbd: include source of state change in log 9e0873995334 drbd: remove unused extern for conn_try_outdate_peer() 88bf7f95dc35 drbd: Restore DATA_CORKED and CONTROL_CORKED bits b993152e8067 compat: block: pass a gendisk to ->open 1b94c10250c7 drbd: do not send P_CURRENT_UUID to DRBD 8 peer when our disk fails fc7b1ad2c422 drbd: reduce "net_ee not empty" info to a dynamic debug print c34a13c3df85 compat: block: introduce holder ops 15cf257c2770 drbd: stop defining __KERNEL_SYSCALLS__ 8c2c783a09d8 drbd: log numeric value of drbd_state_rv as well as string form a98c818bd339 drbd: log error code when thread fails to start 67ac093d6dc1 drbd: build: fix spurious re-build attempt of compat.patch fbfb92d11e64 drbd: fix error path in drbd_get_listener() f2cd05b8d60d drbd: improve decision about marking a failed disk Outdated 0dda200877d1 drbd: allow transports to take additional krefs on a listener -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1215699 https://bugzilla.suse.com/show_bug.cgi?id=1215699#c4 --- Comment #4 from heming zhao <heming.zhao@suse.com> --- After LINBIT upstream code updating, part of the patch bsc-1215699_fix-build-error-against-kernel-v6.5.4.patch could be replaced by commit 6fd35546c2d2afd10afe. ``` commit 6fd35546c2d2afd10afe04ab9cdf4ac9ca0b3e94 Author: Moritz "WanzenBug" Wanzenböck <moritz.wanzenboeck@linbit.com> Date: Wed Sep 13 13:30:57 2023 +0200 compat: sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) ``` -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com