From 16b346ea274ad0a3e61e8cb6fa88dddfbae3c6d6 Mon Sep 17 00:00:00 2001 From: chenyi Date: Wed, 25 Jun 2025 09:27:17 +0800 Subject: [PATCH] release 4.19.90-2506.4.0 --- SOURCE | 2 +- kernel.spec | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/SOURCE b/SOURCE index 44acc723..06cc4c11 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -4.19.90-2506.3.0 +4.19.90-2506.4.0 diff --git a/kernel.spec b/kernel.spec index 3e9ca21f..430adfab 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ %global KernelVer %{version}-%{release}.%{_target_cpu} -%global hulkrelease 2506.3.0 +%global hulkrelease 2506.4.0 %define with_patch 1 @@ -32,7 +32,7 @@ Name: kernel Version: 4.19.90 -Release: %{hulkrelease}.0332 +Release: %{hulkrelease}.0333 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -850,6 +850,15 @@ fi %changelog +* Wed Jun 25 2025 chenyi - 4.19.90-2506.4.0.0333 +- !16754 video: fbdev: amba-clcd: Fix refcount leak bugs +- !16704 ima: prevent concurrent list operations in ima_lsm_update_rules +- video: fbdev: amba-clcd: Fix refcount leak bugs +- !16554 [openEuler-1.0-LTS] PCI: Supplement ACS quirk for more Zhaoxin Root Ports +- PCI: Supplement ACS quirk for more Zhaoxin Root Ports +- PCI: Add ACS quirk for more Zhaoxin Root Ports +- ima: prevent concurrent list operations in ima_lsm_update_rules + * Wed Jun 18 2025 chenyi - 4.19.90-2506.3.0.0332 - !16650 mm/vmscan: fix hwpoisoned THP handling in shrink_page_list - mm/vmscan: fix hwpoisoned THP handling in shrink_page_list -- Gitee