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
50c50 < #if RTLNX_VER_MIN(6,5,0) --- > #if RTLNX_VER_MIN(6,4,10)