George, this has been solved in Trunk since r134433, see updates in:
https://www.virtualbox.org/ticket/18945
https://www.virtualbox.org/download/testcase/VirtualBox-6.1.0_BETA2-134433-Linux_amd64.run
the current revision should work as well though:
VirtualBox-6.1.0_BETA2-134539-Linux_amd64.run
I have the code here, compiling on a Fedora-Rawhide 5.4-rc6 kernel.
There are changes in 5.4-rc1 that required the changes you are falling
over.
You've got to dnf upgrade your system, 5.4-rc0 is too old to run these
bits.
On Sat, 09 Nov 2019 21:05:06 +0100, George R Goffe <[email protected]>
wrote:
Hi,
The latest build of VB VirtualBox-6.1.0_BETA2-134539-Linux_amd64.run
fails for kernel 5.4.0-0.rc0.git2.1.fc32.x86_64
I know you guys are busy so... I WILL be patient...
Has anyone seen this situation? I have tried all the "latest" VB
releases (6.0.10, 12, 14) too and still no luck.
Best regards,
George...
19 /tmp/vbox.0/linux/VBoxNetFlt-linux.c:928:36: error: ‘skb_frag_t’ {aka
‘struct skb_frag_struct’} has no member named ‘bv_len’20 928 |
pSG->aSegs[iSeg].cb = pFrag->bv_len;
21 | ^~
22 /tmp/vbox.0/linux/VBoxNetFlt-linux.c:929:66: error: ‘skb_frag_t’ {aka
‘struct skb_frag_struct’} has no member named ‘bv_offset’; did you mean
‘page_offset’?
23 929 | pSG->aSegs[iSeg].pv = VBOX_SKB_KMAP_FRAG(pFrag) +
pFrag->bv_offset;
24
|
^~~~~~~~~
25
|
page_offset
26 /tmp/vbox.0/linux/VBoxNetFlt-linux.c:949:40: error: ‘skb_frag_t’ {aka
‘struct skb_frag_struct’} has no member named ‘bv_len’
27 949 | pSG->aSegs[iSeg].cb = pFrag->bv_len;
28 | ^~
29 /tmp/vbox.0/linux/VBoxNetFlt-linux.c:950:70: error: ‘skb_frag_t’ {aka
‘struct skb_frag_struct’} has no member named ‘bv_offset’; did you mean
‘page_offset’?
30 950 | pSG->aSegs[iSeg].pv = VBOX_SKB_KMAP_FRAG(pFrag) +
pFrag->bv_offset;
31
|
^~~~~~~~~
32
|
page_offset
33 make[2]: *** [scripts/Makefile.build:280:
/tmp/vbox.0/linux/VBoxNetFlt-linux.o] Error 1
34 make[1]: *** [Makefile:1628: _module_/tmp/vbox.0] Error 2
35 make: *** [/tmp/vbox.0/Makefile-footer.gmk:111: vboxnetflt] Error 2
--
frankB
Oracle Virtualbox Development
_______________________________________________
VBox-users-community mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vbox-users-community
_______________________________________________
Unsubscribe:
mailto:[email protected]?subject=unsubscribe