From c1158df1060ecccc4f8a022187dd46d2ff6137b5 Mon Sep 17 00:00:00 2001 From: Li Nan Date: Wed, 25 Dec 2024 09:48:33 +0800 Subject: [PATCH] release 5.10.0-243.0.0 --- SOURCE | 2 +- kernel.spec | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/SOURCE b/SOURCE index 1336ba2..a04c019 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -5.10.0-242.0.0 +5.10.0-243.0.0 diff --git a/kernel.spec b/kernel.spec index c3ac3a2..0bbdcff 100644 --- a/kernel.spec +++ b/kernel.spec @@ -9,9 +9,9 @@ %global upstream_version 5.10 %global upstream_sublevel 0 -%global devel_release 242 +%global devel_release 243 %global maintenance_release .0.0 -%global pkg_release .144 +%global pkg_release .145 %define with_debuginfo 1 # Do not recompute the build-id of vmlinux in find-debuginfo.sh @@ -911,6 +911,18 @@ fi %endif %changelog +* Wed Dec 25 2024 Li Nan - 5.10.0-243.0.0.145 +- !14246 soc: hisilicon: hbmdev: Only support built-in +- !14242 sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport +- !14241 sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket +- soc: hisilicon: hbmdev: Only support built-in +- !14060 etmem : fix page_ref count leak and head missing useing problem +- !14205 crypto: arm64/sm4 - simplify sm4_ce_expand_key() of CE implementation +- sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport +- sunrpc: fix one UAF issue caused by sunrpc kernel tcp socket +- crypto: arm64/sm4 - simplify sm4_ce_expand_key() of CE implementation +- etmem : fix page_ref count leak and head missing useing problem + * Wed Dec 18 2024 Li Nan - 5.10.0-242.0.0.144 - !14216 perf cs-etm: Use evlist__event2evsel() in cs-etm.c - !14142 x86/CPU/AMD: Clear virtualized VMLOAD/VMSAVE on Zen4 client