From 48e1e625e9ca36a439f43ec4b9e7cac5d8521c7e Mon Sep 17 00:00:00 2001 From: huwentao Date: Wed, 17 Sep 2025 09:53:40 +0800 Subject: [PATCH] release 4.19.90-2509.5.0 --- SOURCE | 2 +- kernel.spec | 22 ++++++++++++++++++++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/SOURCE b/SOURCE index fdf1d2db..e38dfe6d 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -4.19.90-2509.4.0 +4.19.90-2509.5.0 diff --git a/kernel.spec b/kernel.spec index 5034d5d9..6f8c50d5 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ %global KernelVer %{version}-%{release}.%{_target_cpu} -%global hulkrelease 2509.4.0 +%global hulkrelease 2509.5.0 %define with_patch 1 @@ -32,7 +32,7 @@ Name: kernel Version: 4.19.90 -Release: %{hulkrelease}.0343 +Release: %{hulkrelease}.0344 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -850,6 +850,24 @@ fi %changelog +* Wed Sep 17 2025 huwentao - 4.19.90-2509.5.0.0344 +- !8566 [openEuler-1.0-LTS] Update a series of xhci-related Zhaoxin patches +- !18002 gfs2: Validate i_depth for exhash directories +- !17998 fix CVE-2025-38449 +- gfs2: Validate i_depth for exhash directories +- drm: fix kabi for struct drm_framebuffer +- drm/gem: Acquire references on GEM handles for framebuffers +- drm/print: introduce new struct drm_device based WARN* macros +- xhci: Add ZHAOXIN xHCI host U1/U2 feature support +- Revert "xhci: Add Zhaoxin xHCI LPM U1/U2 feature support" +- xhci: Show ZHAOXIN xHCI root hub speed correctly +- Revert "xhci: Show Zhaoxin XHCI root hub speed correctly" +- Revert "xhci: Fix a logic issue when display Zhaoxin XHCI root hub speed" +- xhci: Fix TRB prefetch issue of ZHAOXIN hosts +- Revert "xhci: fix issue of cross page boundary in TRB prefetch" +- xhci: Fix resume issue of some ZHAOXIN hosts +- Revert "xhci: fix issue with resume from system Sx state" + * 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 -- Gitee