From 5a0d563fb0b0e0f2866df41fd9ded34829515f71 Mon Sep 17 00:00:00 2001 From: Tengda Wu Date: Wed, 9 Jul 2025 11:15:14 +0800 Subject: [PATCH] release 5.10.0-272.0.0 --- SOURCE | 2 +- kernel.spec | 33 +++++++++++++++++++++++++++++++-- 2 files changed, 32 insertions(+), 3 deletions(-) diff --git a/SOURCE b/SOURCE index c43e5c56..cb737eea 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -5.10.0-271.0.0 +5.10.0-272.0.0 diff --git a/kernel.spec b/kernel.spec index 80aedcfc..d9e97a13 100644 --- a/kernel.spec +++ b/kernel.spec @@ -9,9 +9,9 @@ %global upstream_version 5.10 %global upstream_sublevel 0 -%global devel_release 271 +%global devel_release 272 %global maintenance_release .0.0 -%global pkg_release .173 +%global pkg_release .174 %define with_debuginfo 1 # Do not recompute the build-id of vmlinux in find-debuginfo.sh @@ -914,6 +914,35 @@ fi %endif %changelog +* Wed Jul 09 2025 Tengda Wu - 5.10.0-272.0.0.174 +- !17048 RDMA/hns: Stability and Security Fixes and Improvements +- !16839 Add gpio-hisi softdepend +- !16852 net: hns3: fix a use of uninitialized variable problem +- !16918 [OLK-5.10] io_uring: Support forcing sq thread to be idle and woken up by hrtimer +- !17037 iio: light: opt3001: fix deadlock due to concurrent flag access +- !16855 ptp: hisi: the print of element in ptp need protected by lock +- !16881 net: hns3: fix kernel crash when uninstalling driver +- RDMA/hns: Fix double destruction of rsv_qp +- RDMA/hns: Fix address information leakage of DCA memory +- RDMA/hns: Fix scc_param failed logic judgments +- RDMA/hns: Fix congestion control algorithm parameter range +- RDMA/hns: Fix accessing invalid dip_ctx during destroying QP +- RDMA/hns: Use __free_page() to free pages allocated with alloc_page() +- RDMA/hns: Fix divide-by-zero error in dca debugfs +- RDMA/hns: Fix descriptions of stars api +- RDMA/hns: Fix poe memory leak in error flow +- RDMA/hns: Fix accessing uninitialized resources +- RDMA/hns: Add check between dca_min_size and dca_max_size +- io_uring: Support forcing sq thread to be idle and woken up by hrtimer +- iio: light: opt3001: fix deadlock due to concurrent flag access +- net: hns3: fix kernel crash when uninstalling driver +- ptp: hisi: the print of element in ptp need protected by lock +- ptp: hisi: fix list not delete problem +- net: hns3: fix a use of uninitialized variable problem +- net: hns3: avoid unnecessary checking when unmap buffer +- net: hns3: disable interrupt when ptp init failed +- Add gpio-hisi softdepend + * Tue Jul 08 2025 Tengda Wu - 5.10.0-271.0.0.173 - !17015 [OLK-5.10]:update patches for sw64 architecture - !16751 [OLK-5.10] iommu: Add support for ACPI device direct mapping -- Gitee