[Bug 1214391] New: vbox:kmp fails with kernel 6.4.10
https://bugzilla.suse.com/show_bug.cgi?id=1214391 Bug ID: 1214391 Summary: vbox:kmp fails with kernel 6.4.10 Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Virtualization:Other Assignee: Larry.Finger@gmail.com Reporter: jslaby@suse.com QA Contact: qa-bugs@suse.de CC: llrainey15@gmail.com Target Milestone: --- Found By: --- Blocker: --- It looks like since commit: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?i... (present in 6.4.10), virtualbox needs to include net/gso.h too:
vboxnetflt/linux/VBoxNetFlt-linux.c:1577:40: error: implicit declaration of function 'skb_gso_segment'; did you mean 'skb_gso_reset'?
in: https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:K... Can you take care of it? -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1214391 https://bugzilla.suse.com/show_bug.cgi?id=1214391#c1 Larry Finger <Larry.Finger@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Larry Finger <Larry.Finger@gmail.com> --- I just pushed a fix to Virtualization/virtualbox. As you noted, the code is missing an include to <net/gso.h>. The surprising part is that the definition of skb_gso_segment is in the new place in mainline kernel 6.5-rc6, but the header in question was applied already, thus there was no failure. In any case, the code should now build on 6.4.10 and 6.4.11 at OBS. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1214391 https://bugzilla.suse.com/show_bug.cgi?id=1214391#c3 --- Comment #3 from Marcus Meissner <meissner@suse.com> --- openSUSE-RU-2023:0284-1: An update that has three recommended fixes can now be installed. Category: recommended (moderate) Bug References: 1212761,1214391,1215463 CVE References: JIRA References: Sources used: openSUSE Leap 15.4 (src): virtualbox-7.0.10-lp154.2.38.1, virtualbox-kmp-7.0.10-lp154.2.38.1 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1214391 https://bugzilla.suse.com/show_bug.cgi?id=1214391#c4 --- Comment #4 from Marcus Meissner <meissner@suse.com> --- openSUSE-RU-2023:0286-1: An update that has three recommended fixes can now be installed. Category: recommended (moderate) Bug References: 1212761,1214391,1215463 CVE References: JIRA References: Sources used: openSUSE Leap 15.5 (src): virtualbox-7.0.10-lp155.2.8.1, virtualbox-kmp-7.0.10-lp155.2.8.1 -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com