mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-10-31 05:12:03 +00:00 
			
		
		
		
	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:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user