From aec0d5a70294872c6af93bd9c9195f3c6ef9adbb Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Wed, 23 Aug 2017 11:46:43 +0100 Subject: [PATCH] kernel: Disable VHOST_VSOCK on 4.4 kernels The host side VSOCK implementation introduced with 0009-VSOCK-Introduce-vhost_vsock.ko.patch does not compile due to vhost_vq_init_access not being defined. VHOST support (including VHOST_VSOCK) was enabled with 86deeaff ("kernel: Bring 4.4 x86_64 kernel config more in line with 4.9") but not compile tested. Having VHOST support in itself is fine, it's just the VHOST_VSOCK portion which is not avail. Signed-off-by: Rolf Neugebauer --- kernel/kernel_config-4.4.x-x86_64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/kernel_config-4.4.x-x86_64 b/kernel/kernel_config-4.4.x-x86_64 index 974f1257f..28e30ad13 100644 --- a/kernel/kernel_config-4.4.x-x86_64 +++ b/kernel/kernel_config-4.4.x-x86_64 @@ -1674,7 +1674,7 @@ CONFIG_NLMON=y # CAIF transport drivers # CONFIG_VHOST_NET=m -CONFIG_VHOST_VSOCK=m +# CONFIG_VHOST_VSOCK is not set CONFIG_VHOST_RING=m CONFIG_VHOST=m # CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set