Changes between Initial Version and Version 1 of Ticket #15327
- Timestamp:
- Apr 20, 2016 10:20:41 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15327 – Description
initial v1 1 1 Compiling the host modules fails if CONFIG_NET_CLS_ACT is set with: 2 2 {{{ 3 3 CC [M] /var/lib/dkms/virtualbox/5.0.18/build/vboxnetflt/linux/VBoxNetFlt-linux.o 4 4 In file included from include/linux/filter.h:16:0, … … 18 18 cc1: some warnings being treated as errors 19 19 scripts/Makefile.build:258: recipe for target '/var/lib/dkms/virtualbox/5.0.18/build/vboxnetflt/linux/VBoxNetFlt-linux.o' failed 20 20 }}} 21 21 This is due to a change in the kernel headers in 4.5: https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=fdc5432 22 22