Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#1049350: virtualbox-dkms: DKMS cannot build the module with Linux kernel 6.4.10 (and perhaps higher 6.4.x)

24 views
Skip to first unread message

Jan Volec

unread,
Aug 14, 2023, 10:10:04 AM8/14/23
to
Package: virtualbox-dkms
Version: 7.0.10-dfsg-2
Severity: important
Tags: patch
X-Debbugs-Cc: j...@ucw.cz

Dear Maintainer,

including <net/gso.h> is required for DKMS to compile /usr/src/virtualbox-7.0.10/vboxnetflt/linux/VBoxNetFlt-linux.c
against the 6.4.10 linux kernel.

Since this was handled correctly for 6.5.x kernel, the following patch seems rather straightforward:

50c50
< #if RTLNX_VER_MIN(6,5,0)
---
> #if RTLNX_VER_MIN(6,4,10)


Cheers, Jan


-- System Information:
Debian Release: trixie/sid
APT prefers experimental
APT policy: (800, 'experimental'), (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.4.7-x64v4-xanmod1 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_CPU_OUT_OF_SPEC, TAINT_USER
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages virtualbox-dkms depends on:
ii dkms 3.0.11-3

Versions of packages virtualbox-dkms recommends:
ii virtualbox 7.0.10-dfsg-2

virtualbox-dkms suggests no packages.

-- no debconf information
VBoxNetFlt-linux.patch
0 new messages