From df022bf9277717a8750e6224a0749492b621231f Mon Sep 17 00:00:00 2001 From: Li Nan Date: Tue, 22 Apr 2025 21:39:22 +0800 Subject: [PATCH] release 5.10.0-261.0.0 --- SOURCE | 2 +- kernel.spec | 28 ++++++++++++++++++++++++++-- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/SOURCE b/SOURCE index 8144e42..aca72e0 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -5.10.0-260.0.0 +5.10.0-261.0.0 diff --git a/kernel.spec b/kernel.spec index 04fa51d..9d6d1f6 100644 --- a/kernel.spec +++ b/kernel.spec @@ -9,9 +9,9 @@ %global upstream_version 5.10 %global upstream_sublevel 0 -%global devel_release 260 +%global devel_release 261 %global maintenance_release .0.0 -%global pkg_release .162 +%global pkg_release .163 %define with_debuginfo 1 # Do not recompute the build-id of vmlinux in find-debuginfo.sh @@ -914,6 +914,30 @@ fi %endif %changelog +* Tue Apr 22 2025 Li Nan - 5.10.0-261.0.0.163 +- !15959 iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in ibft_attr_show_nic() +- !15956 drm/amdgpu: avoid buffer overflow attach in smu_sys_set_pp_table() +- !15956 drm/amdgpu: avoid buffer overflow attach in smu_sys_set_pp_table() +- !15791 CVE-2025-21877 +- iscsi_ibft: Fix UBSAN shift-out-of-bounds warning in ibft_attr_show_nic() +- drm/amdgpu: avoid buffer overflow attach in smu_sys_set_pp_table() +- !15894 ftrace: Avoid potential division by zero in function_stat_show() +- !15892 bnxt: Do not read past the end of test names +- !15840 block: fix bugs in blk_register_queue() +- !15867 soc: hisilicon: Serialize the online and onfline the acpi devices +- !15883 v2 iommu/arm-smmu-v3: Fix the extra atc tlb flush +- !15811 rapidio: add check for rio_add_net() in rio_scan_alloc_net() +- !15756 powerpc: Fix save r13 on kprobe/ftrace entry +- ftrace: Avoid potential division by zero in function_stat_show() +- bnxt: Do not read past the end of test names +- iommu/arm-smmu-v3: Fix the extra atc tlb flush +- soc: hisilicon: Serialize the online and onfline the acpi devices +- block: fix lock ordering in blk_register_queue() error path +- block: fix resource leak in elevator registration error path +- rapidio: add check for rio_add_net() in rio_scan_alloc_net() +- usbnet: gl620a: fix endpoint checking in genelink_bind() +- powerpc: Fix save r13 on kprobe/ftrace entry + * Tue Apr 15 2025 Li Nan - 5.10.0-260.0.0.162 - !15841 HID: intel-ish-hid: Fix use-after-free issue in ishtp_hid_remove() - !15837 CVE-2025-21858 -- Gitee