From c3e5f656e7927d4ca3a09c0b5cb55f16727dec3c Mon Sep 17 00:00:00 2001 From: Li Nan Date: Wed, 24 Sep 2025 09:27:16 +0800 Subject: [PATCH] release 5.10.0-283.0.0 --- SOURCE | 2 +- kernel.spec | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/SOURCE b/SOURCE index dc173bcd..baf27f27 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -5.10.0-282.0.0 +5.10.0-283.0.0 diff --git a/kernel.spec b/kernel.spec index d300ca79..33e1d665 100644 --- a/kernel.spec +++ b/kernel.spec @@ -9,9 +9,9 @@ %global upstream_version 5.10 %global upstream_sublevel 0 -%global devel_release 282 +%global devel_release 283 %global maintenance_release .0.0 -%global pkg_release .185 +%global pkg_release .186 %define with_debuginfo 1 # Do not recompute the build-id of vmlinux in find-debuginfo.sh @@ -927,6 +927,18 @@ fi %endif %changelog +* Wed Sep 24 2025 Li Nan - 5.10.0-283.0.0.186 +- !18068 net: bridge: fix soft lockup in br_multicast_query_expired() +- !18025 trace/fgraph: Fix error handling +- !18100 Fix CVE-2022-50255 +- !18102 bpf: Fix memleak due to fentry attach failure +- bpf: Fix memleak due to fentry attach failure +- tracing: Have the user copy of synthetic event address use correct context +- tracing: Fix reading strings from synthetic events +- tracing: Move duplicate code of trace_kprobe/eprobe.c into header +- net: bridge: fix soft lockup in br_multicast_query_expired() +- trace/fgraph: Fix error handling + * Tue Sep 16 2025 Tengda Wu - 5.10.0-282.0.0.185 - !17999 gfs2: Validate i_depth for exhash directories - !17970 nfsd: handle get_client_locked() failure in nfsd4_setclientid_confirm() -- Gitee