﻿id	summary	reporter	owner	description	type	status	component	version	resolution	keywords	cc	guest	host
14866	Kernel modules fail to compile on latest RHEL 7.2 kernel	adamcstephens		"kernel 3.10.0-327.el7 included with the latest RHEL 7.2 release includes backported code which is not supported by VirtualBox.


{{{
/tmp/vbox.0/linux/VBoxNetFlt-linux.c: In function ‘vboxNetFltLinuxPacketHandler’:
/tmp/vbox.0/linux/VBoxNetFlt-linux.c:928:9: error: implicit declaration of function ‘vlan_tx_tag_present’ [-Werror=implicit-function-declaration]
         if (vlan_tx_tag_present(pBuf) && skb_headroom(pBuf) >= VLAN_ETH_HLEN)
         ^
/tmp/vbox.0/linux/VBoxNetFlt-linux.c:938:13: error: implicit declaration of function ‘vlan_tx_tag_get’ [-Werror=implicit-function-declaration]
             pVHdr->h_vlan_TCI   = RT_H2N_U16(vlan_tx_tag_get(pBuf));
}}}

Changing version test in VBoxNetFlt-linux.c allowed kernel modules to compile and function."	defect	closed	other	VirtualBox 5.0.10	fixed			all	Linux
