From 24cc64f80a91af21053da5102b041f45c03e1ea4 Mon Sep 17 00:00:00 2001 From: Zheng Zengkai Date: Fri, 22 Mar 2024 16:56:47 +0800 Subject: [PATCH] release 6.6.0-12.0.0 --- kernel.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kernel.spec b/kernel.spec index 26611eba..9c51522d 100644 --- a/kernel.spec +++ b/kernel.spec @@ -25,7 +25,7 @@ %global upstream_sublevel 0 %global devel_release 12 %global maintenance_release .0.0 -%global pkg_release .8 +%global pkg_release .9 %define with_debuginfo 1 # Do not recompute the build-id of vmlinux in find-debuginfo.sh @@ -955,6 +955,8 @@ fi %endif %changelog +* Fri Mar 22 2024 Zheng Zengkai - 6.6.0-12.0.0.9 + * Thu Mar 14 2024 Zheng Zengkai - 6.6.0-12.0.0.8 - !5174 [OLK-6.6][sync from OLK-5.10] Introduce multiple LPI translation caches - KVM:arm64:vgic update openEuler's config's to enable MULTI_LPI_TRANSLATE_CACHE -- Gitee