mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-18 13:54:29 +01:00
For supporting nvdimm, we need to update kernel on aarch64 to the stable version 4.19.8 and backport Suzuki K Poulose's latest Dynamic IPA and 52bit IPA support patch series (https://patchwork.kernel.org/cover/10616271/)which has been included in 4.20-rc3+ to the v4.19.8. Fixes: #268 Signed-off-by: Penny Zheng <penny.zheng@arm.com> Signed-off-by: Wei Chen <Wei.Chen@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