Been without VirtualBox for the last couple of weeks until I found this fix and it works. (https://discussion.fedoraproject.org/t/6-4-10-200-fc38-x86-64-created-problems-with-virtual-box/87492/12)
Simply edit
sudo medit /usr/share/virtualbox/src/vboxhost/vboxnetflt/linux/VBoxNetFlt-linux.c
and add
#include <net/gso.h>
below the line
#include <linux/inetdevice.h>
Then run
sudo /sbin/vboxconfig
and VirtualBox is back to good
VBox 7.0.12 has the fix and it's all good.
Quote from: DeepDayze on December 24, 2023, 04:43:19 PMVBox 7.0.12 has the fix and it's all good.
I love VirtualBox and have used it for as long as I have used Linux (going on 15 years now) but they can be slow as heck in releasing fixes and updates