diff --git a/kata-integration.spec b/kata-integration.spec index de2e02fb89acc52eb0003440164f85d3f7ce9842..0195441137eed3dcecd9c9a16e5ccc390158f63d 100644 --- a/kata-integration.spec +++ b/kata-integration.spec @@ -1,6 +1,6 @@ %global debug_package %{nil} %define VERSION v1.0.0 -%define RELEASE 6 +%define RELEASE 7 Name: kata-integration Version: %{VERSION} @@ -28,6 +28,12 @@ This is a usefult tool for building Kata Container components. %doc %changelog +* Mon Mar 7 2022 yangfeiyu - 1.0.0-7 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:modify x86 kata micro kernel config + * Tue Aug 24 2021 jikui - 1.0.0-6 - Type:enhancement - ID:NA diff --git a/patches/0005-kata_integration-modify-x86-kernel-config-for-kata-m.patch b/patches/0005-kata_integration-modify-x86-kernel-config-for-kata-m.patch new file mode 100644 index 0000000000000000000000000000000000000000..e4fbedb589645dff6c5ce8de42c5afd408ff131f --- /dev/null +++ b/patches/0005-kata_integration-modify-x86-kernel-config-for-kata-m.patch @@ -0,0 +1,29 @@ +From c45eeb0d37174628df461593549ece9489ab7d69 Mon Sep 17 00:00:00 2001 +From: holyfei +Date: Mon, 7 Mar 2022 11:48:43 +0800 +Subject: [PATCH] kata_integration: modify x86 kernel config for kata micro + kernel + +reason: modify x86 kernel config for kata micro kernel + +Signed-off-by: holyfei +--- + hack/config-kata-x86_64 | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/hack/config-kata-x86_64 b/hack/config-kata-x86_64 +index 69302d7..b64e683 100644 +--- a/hack/config-kata-x86_64 ++++ b/hack/config-kata-x86_64 +@@ -363,7 +363,7 @@ CONFIG_X86_SMAP=y + CONFIG_X86_INTEL_UMIP=y + # CONFIG_X86_INTEL_MPX is not set + CONFIG_X86_INTEL_MEMORY_PROTECTION_KEYS=y +-# CONFIG_EFI is not set ++CONFIG_EFI=y + CONFIG_SECCOMP=y + # CONFIG_HZ_100 is not set + # CONFIG_HZ_250 is not set +-- +2.27.0 + diff --git a/series.conf b/series.conf index 6343d251c79f81932e07b3fcc9f739be2002f29f..624bb08ad9b1f79bc2125b7c095c2276819d8c1a 100644 --- a/series.conf +++ b/series.conf @@ -2,3 +2,4 @@ 0002-kata_integration-adapt-with-new-kata-containers.patch 0003-kata_integration-modify-kernel-config-for-kata.patch 0004-kata_integration-modify-x86_64-kernel-config-for-kat.patch +0005-kata_integration-modify-x86-kernel-config-for-kata-m.patch