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 <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer 2017-08-23 11:46:43 +01:00
parent 20cc4b3ddf
commit aec0d5a702

View File

@ -1674,7 +1674,7 @@ CONFIG_NLMON=y
# CAIF transport drivers # CAIF transport drivers
# #
CONFIG_VHOST_NET=m CONFIG_VHOST_NET=m
CONFIG_VHOST_VSOCK=m # CONFIG_VHOST_VSOCK is not set
CONFIG_VHOST_RING=m CONFIG_VHOST_RING=m
CONFIG_VHOST=m CONFIG_VHOST=m
# CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set # CONFIG_VHOST_CROSS_ENDIAN_LEGACY is not set