From 54964d8454d70f1e2146c0e801ce720b4cc61dc8 Mon Sep 17 00:00:00 2001 From: huwentao Date: Wed, 30 Jul 2025 10:26:57 +0800 Subject: [PATCH] release 4.19.90-2507.5.0 --- SOURCE | 2 +- kernel.spec | 20 ++++++++++++++++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/SOURCE b/SOURCE index 170a540..8eb9bf6 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -4.19.90-2507.4.0 +4.19.90-2507.5.0 diff --git a/kernel.spec b/kernel.spec index ab676d1..8bb3760 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ %global KernelVer %{version}-%{release}.%{_target_cpu} -%global hulkrelease 2507.4.0 +%global hulkrelease 2507.5.0 %define with_patch 1 @@ -32,7 +32,7 @@ Name: kernel Version: 4.19.90 -Release: %{hulkrelease}.0337 +Release: %{hulkrelease}.0338 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -850,6 +850,22 @@ fi %changelog +* Wed Jul 30 2025 huwentao - 4.19.90-2507.5.0.0338 +- !17008 perf: Fix sample vs do_exit() +- !17313 usb: typec: altmodes/displayport: do not index invalid pin_assignments +- !17302 fs/writeback: bail out if there is no more inodes for IO and queued once +- usb: typec: altmodes/displayport: do not index invalid pin_assignments +- fs/writeback: bail out if there is no more inodes for IO and queued once +- !17097 smb: client: fix use-after-free in cifs_oplock_break +- !17129 ipc: fix to protect IPCS lookups using RCU +- !17130 fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod() +- !17263 mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu(). +- mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu(). +- fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod() +- ipc: fix to protect IPCS lookups using RCU +- smb: client: fix use-after-free in cifs_oplock_break +- perf: Fix sample vs do_exit() + * Wed Jul 23 2025 huwentao - 4.19.90-2507.4.0.0337 - !17221 net/sched: Abort __tc_modify_qdisc if parent class does not exist - net/sched: Abort __tc_modify_qdisc if parent class does not exist -- Gitee