release 4.19.90-2502.4.0

This commit is contained in:
chenyi 2025-02-26 09:15:22 +08:00
parent 46e74653bc
commit f2209c2491
2 changed files with 11 additions and 3 deletions

2
SOURCE
View File

@ -1 +1 @@
4.19.90-2502.3.0
4.19.90-2502.4.0

View File

@ -12,7 +12,7 @@
%global KernelVer %{version}-%{release}.%{_target_cpu}
%global hulkrelease 2502.3.0
%global hulkrelease 2502.4.0
%define with_patch 1
@ -32,7 +32,7 @@
Name: kernel
Version: 4.19.90
Release: %{hulkrelease}.0316
Release: %{hulkrelease}.0317
Summary: Linux Kernel
License: GPLv2
URL: http://www.kernel.org/
@ -850,6 +850,14 @@ fi
%changelog
* Wed Feb 26 2025 chenyi <chenyi211@huawei.com> - 4.19.90-2502.4.0.0317
- !9357 Add support for Hygon model 7h processors
- !15138 drm/amdgpu: fix usage slab after free
- drm/amdgpu: fix usage slab after free
- perf/x86/uncore: Add L3 PMU support for Hygon family 18h model 7h
- EDAC/amd64: Add support for Hygon family 18h model 7h
- x86/amd_nb: Add support for Hygon family 18h model 7h
* Tue Feb 18 2025 chenyi <chenyi211@huawei.com> - 4.19.90-2502.3.0.0316
- !15116 netfilter: conntrack: clamp maximum hashtable size to INT_MAX
- !15115 netfilter: x_tables: fix LED ID check in led_tg_check()