[Bug 1233407] New: Can ovpn-dco-kmp-default be built against kernel:stable?
https://bugzilla.suse.com/show_bug.cgi?id=1233407 Bug ID: 1233407 Summary: Can ovpn-dco-kmp-default be built against kernel:stable? Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: x86-64 OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel Assignee: kernel-bugs@opensuse.org Reporter: fkrueger@mailbox.org QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- Given TW20241114 with kernel-default-6.11.8-2.1.g2d9142b.x86_64 from Kernel:stable, zypper purge-kernels always removes ovpn-dco-kmp-default-0.2.20240712~git0.d22d04e_k6.11.7_1-1.12.x86_64, which is built against TW with kernel 6.11.7. Is it possible to build it against Kerne:stable as well? Thx. -- You are receiving this mail because: You are the assignee for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1233407 https://bugzilla.suse.com/show_bug.cgi?id=1233407#c1 Stephan Hemeier <Sauerlandlinux@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Sauerlandlinux@gmx.de --- Comment #1 from Stephan Hemeier <Sauerlandlinux@gmx.de> --- You can do it by your own, download the ovpn-dco.src.rpm, install all devel packages for your kernel, the development tools and rpm-build and built it by your own. rpm-build --rebuild --rebuild ovpn-dco.src.rpm -- You are receiving this mail because: You are the assignee for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1233407 https://bugzilla.suse.com/show_bug.cgi?id=1233407#c2 Takashi Iwai <tiwai@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jslaby@suse.com, | |msuchanek@suse.com, | |tiwai@suse.com --- Comment #2 from Takashi Iwai <tiwai@suse.com> --- We may add a link at OBS Kernel:stable:KMP project from openSUSE:Factory/ovpn-dco. Adding the OBS project maintainers to Cc. -- You are receiving this mail because: You are the assignee for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1233407 https://bugzilla.suse.com/show_bug.cgi?id=1233407#c3 Jiri Slaby <jslaby@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #3 from Jiri Slaby <jslaby@suse.com> --- Linked, but fails to build against 6.12: [ 23s] /home/abuild/rpmbuild/BUILD/ovpn-dco-0.2.20240712~git0.d22d04e/obj-default/drivers/net/ovpn-dco/main.c:130:47: error: ‘NETIF_F_LLTX’ undeclared (first use in this function); did you mean ‘NETIF_F_LRO’? [ 23s] 130 | netdev_features_t feat = NETIF_F_SG | NETIF_F_LLTX | [ 23s] | ^~~~~~~~~~~~ [ 23s] | NETIF_F_LRO -- You are receiving this mail because: You are the assignee for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1233407 https://bugzilla.suse.com/show_bug.cgi?id=1233407#c4 Jiri Slaby <jslaby@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- Status|RESOLVED |REOPENED Assignee|kernel-bugs@opensuse.org |jeffm@suse.com --- Comment #4 from Jiri Slaby <jslaby@suse.com> --- (In reply to Jiri Slaby from comment #3)
Linked, but fails to build against 6.12: [ 23s] /home/abuild/rpmbuild/BUILD/ovpn-dco-0.2.20240712~git0.d22d04e/obj-default/ drivers/net/ovpn-dco/main.c:130:47: error: ‘NETIF_F_LLTX’ undeclared (first use in this function); did you mean ‘NETIF_F_LRO’? [ 23s] 130 | netdev_features_t feat = NETIF_F_SG | NETIF_F_LLTX | [ 23s] | ^~~~~~~~~~~~ [ 23s] | NETIF_F_LRO
Jeff, could you update it? This https://github.com/OpenVPN/ovpn-dco/commit/0935edd8569b2a90eb5d66b83742f969e... should take care of this, I believe. Thanks. -- You are receiving this mail because: You are the assignee for the bug.
participants (1)
-
bugzilla_noreply@suse.com