mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-24 16:54:26 +01:00
Remove configs s390_kata_kvm_4.14.x The patch 0003-serial-forbid-8250-on-s390 is no longer necessary as it has been upstreamed since version 4.16 The kernel configs have been generated as described in https://github.com/kata-containers/packaging/issues/246 plus the vsock options have been manually enabled: CONFIG_VSOCKETS=y CONFIG_VIRTIO_VSOCKETS=y CONFIG_VIRTIO_VSOCKETS_COMMON=y Fixes: #280 Signed-off-by: Alice Frosi <afrosi@de.ibm.com>
How to use config files
config files must be copied in the kernel source code directory and renamed to .config
For example:
cp x86_kata_kvm_4.14.x linux-4.14.22/.config
pushd linux-4.14.22
make ARCH=x86_64 -j4
How to modify config files
cp x86_kata_kvm_4.14.x linux-4.14.22/.config
pushd linux-4.14.22
make menuconfig
popd
cp linux-4.14.22/.config x86_kata_kvm_4.14.x