I'm using Ubuntu 14.04 LTS
and kernel version 3.13.11.4
.
I'm trying to load patched KVM modules kvm
and kvm-intel
and I'm getting the following errors
kvm: module verification failed: signature and/or required key missing - tainting kernel
andkvm: module has bad taint, not creating trace events
.
The source used is the same source that created the image that I am currently running.
I've check the symbols and made sure to the error isn't cause by not including EXPORT_SYMBOL_GPL()
in the patched files where I exported functions.
I've also seen some stuff about different kernel versions causing this error but I built the kernel that I'm booted in with the same source that I used to create the patched kvm modules.
Everything compile without an warning. Any help is appreciated!