From ef886c159c798460fd803eea3a70a4dd315d710a Mon Sep 17 00:00:00 2001 From: huwentao Date: Wed, 10 Sep 2025 09:58:28 +0800 Subject: [PATCH] release 4.19.90-2509.4.0 --- SOURCE | 2 +- kernel.spec | 21 +++++++++++++++++++-- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/SOURCE b/SOURCE index a38fdac..fdf1d2d 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -4.19.90-2509.1.0 +4.19.90-2509.4.0 diff --git a/kernel.spec b/kernel.spec index 3ea97f7..5034d5d 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ %global KernelVer %{version}-%{release}.%{_target_cpu} -%global hulkrelease 2509.1.0 +%global hulkrelease 2509.4.0 %define with_patch 1 @@ -32,7 +32,7 @@ Name: kernel Version: 4.19.90 -Release: %{hulkrelease}.0342 +Release: %{hulkrelease}.0343 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -850,6 +850,23 @@ fi %changelog +* Wed Sep 10 2025 huwentao - 4.19.90-2509.4.0.0343 +- !17935 ftrace: Also allocate and copy hash for reading of filter files +- ftrace: Also allocate and copy hash for reading of filter files +- !17920 x86/smp: ignore reboot IPI when stopping_cpu contains value +- x86/smp: ignore reboot IPI when stopping_cpu contains value +- !17905 [openEuler-1.0-LTS] perf/zhaoxin/uncore: Enhance uncore support and fix related +- perf/zhaoxin/uncore: Enhance uncore support and fix related bugs +- !17891 wifi: mac80211: reject TDLS operations when station is not associated +- !17873 blk-cgroup: Use cond_resched() when destroy blkgs +- wifi: mac80211: reject TDLS operations when station is not associated +- !17878 Fix CVE-2025-38498 +- !17843 NFSv4: Fail mounts if the lease setup times out +- use uniform permission checks for all mount propagation changes +- do_change_type(): refuse to operate on unmounted/not ours mounts +- blk-cgroup: Use cond_resched() when destroy blkgs +- NFSv4: Fail mounts if the lease setup times out + * Wed Sep 03 2025 huwentao - 4.19.90-2509.1.0.0342 - !17822 iwlwifi: Add missing check for alloc_ordered_workqueue - !17814 crypto: ccp - Fix crash when rebind ccp device for ccp.ko -- Gitee