mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-26 10:34:24 +01:00
we need to do patch and config update for v4.19.52 on AArch64. The config file adds a few configs involved with memory hot-plug support. Fixes: #591 Depends-on: github.com/kata-containers/runtime#1817 Signed-off-by: Penny Zheng <penny.zheng@arm.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