From f8ef2417cd99a739effa115ea97198f0ca0f67fb Mon Sep 17 00:00:00 2001 From: Zheng Zengkai Date: Thu, 17 Feb 2022 14:47:45 +0800 Subject: [PATCH] release 5.10.0-56.0.0 --- SOURCE | 2 +- kernel.spec | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/SOURCE b/SOURCE index e4b9156..2e6d591 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -5.10.0-55.0.0 +5.10.0-56.0.0 diff --git a/kernel.spec b/kernel.spec index 321a80a..65c98b7 100644 --- a/kernel.spec +++ b/kernel.spec @@ -10,9 +10,9 @@ %global upstream_version 5.10 %global upstream_sublevel 0 -%global devel_release 55 +%global devel_release 56 %global maintenance_release .0.0 -%global pkg_release .29 +%global pkg_release .30 %define with_debuginfo 1 # Do not recompute the build-id of vmlinux in find-debuginfo.sh @@ -862,6 +862,17 @@ fi %endif %changelog +* Thu Feb 17 2022 Zheng Zengkai - 5.10.0-56.0.0.30 +- configs: enable CONFIG_INTEGRITY_PLATFORM_KEYRING and CONFIG_LOAD_UEFI_KEYS +- tipc: improve size validations for received domain records +- cgroup-v1: Require capabilities to set release_agent +- NFSv4: nfs_atomic_open() can race when looking up a non-regular file +- NFSv4: Handle case where the lookup of a directory fails +- cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug +- block: update io_ticks when io hang +- livepatch: Fix missing unlock on error in klp_enable_patch() +- livepatch: Fix kobject refcount bug on klp_init_patch_early failure path + * Fri Feb 11 2022 Zheng Zengkai - 5.10.0-55.0.0.29 - kabi: cleanup config entries of kabi - kabi: fix build error when CONFIG_KABI_RESERVE=n