Page 1 of 1

Failed compilation with KVM enabled - 3.0-3.2.63-20141019204

PostPosted: Mon Oct 20, 2014 3:07 pm
by kamil
Hi.

grsecurity-3.0-3.2.63-201410192044.patch breaks compilation when KVM is enabled:

Code: Select all
arch/x86/kvm/vmx.c: In function 'vmx_set_constant_host_state':
arch/x86/kvm/vmx.c:3659:2: error: 'vmx' undeclared (first use in this function)
arch/x86/kvm/vmx.c:3659:2: note: each undeclared identifier is reported only once for each function it appears in


Best regards.

Kamil

Re: Failed compilation with KVM enabled - 3.0-3.2.63-2014101

PostPosted: Mon Oct 20, 2014 5:47 pm
by spender
Hi,

This should be fixed in the patch just uploaded. Thanks for the report!

-Brad

Re: Failed compilation with KVM enabled - 3.0-3.2.63-2014101

PostPosted: Mon Oct 20, 2014 6:49 pm
by kamil
Thanks for the quick response!
grsecurity-3.0-3.2.63-201410201736.patch works ok.

Best regards.

Kamil