From 06df4ce0c0dcd3a6ff1477570bf7ad4ad09685e7 Mon Sep 17 00:00:00 2001 From: Li Nan Date: Wed, 25 Dec 2024 09:48:52 +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 011ce7d..79e5f5e 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 .141 +%global pkg_release .142 %define with_debuginfo 1 # Do not recompute the build-id of vmlinux in find-debuginfo.sh @@ -952,6 +952,18 @@ fi %endif %changelog +* Wed Dec 25 2024 Li Nan - 5.10.0-243.0.0.142 +- !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.141 - !14216 perf cs-etm: Use evlist__event2evsel() in cs-etm.c - !14142 x86/CPU/AMD: Clear virtualized VMLOAD/VMSAVE on Zen4 client