From a0f727064e229ddec1295462230bf7cf51d7787b Mon Sep 17 00:00:00 2001 From: Li Nan Date: Tue, 15 Apr 2025 20:44:27 +0800 Subject: [PATCH] release 5.10.0-260.0.0 --- SOURCE | 2 +- kernel.spec | 23 +++++++++++++++++++++-- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/SOURCE b/SOURCE index 0c4515b..8144e42 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -5.10.0-259.0.0 +5.10.0-260.0.0 diff --git a/kernel.spec b/kernel.spec index 5d9238b..d6d5beb 100644 --- a/kernel.spec +++ b/kernel.spec @@ -9,9 +9,9 @@ %global upstream_version 5.10 %global upstream_sublevel 0 -%global devel_release 259 +%global devel_release 260 %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 @@ -927,6 +927,25 @@ fi %endif %changelog +* Tue Apr 15 2025 Li Nan - 5.10.0-260.0.0.163 +- !15841 HID: intel-ish-hid: Fix use-after-free issue in ishtp_hid_remove() +- !15837 CVE-2025-21858 +- HID: intel-ish-hid: Fix use-after-free issue in ishtp_hid_remove() +- geneve: Suppress list corruption splat in geneve_destroy_tunnels(). +- geneve: Fix use-after-free in geneve_find_dev(). +- !15828 mt76: fix use-after-free by removing a non-RCU wcid pointer +- !15717 media: uvcvideo: Fix double free in error path +- !15759 Fix kmemleak false positive +- mt76: fix use-after-free by removing a non-RCU wcid pointer +- !15378 ASoC: atmel: Fix error handling in snd_proto_probe +- !15696 fs/dcache: fix bad unlock balance in shrink_dentry_list() +- !15816 perf: Configure BRBE correctly on VHE host +- perf: Configure BRBE correctly on VHE host +- efi/arm64: Fix kmemleak false positive in arm64_efi_rt_init() +- media: uvcvideo: Fix double free in error path +- fs/dcache: fix bad unlock balance in shrink_dentry_list() +- ASoC: atmel: Fix error handling in snd_proto_probe + * Tue Apr 08 2025 Li Nan - 5.10.0-259.0.0.162 - !15773 drm/drm_vma_manager: Add drm_vma_node_allow_once() - !15794 Revert "arm64: mm: add mc support for __buffer_migrate_page"