From b38450206cef55446d56ef8f95ce74ec4edda91a Mon Sep 17 00:00:00 2001 From: Li Nan Date: Wed, 19 Feb 2025 11:25:56 +0800 Subject: [PATCH] release 5.10.0-250.0.0 --- SOURCE | 2 +- kernel.spec | 42 ++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 41 insertions(+), 3 deletions(-) diff --git a/SOURCE b/SOURCE index 066c4e1..3f8f8e3 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -5.10.0-249.0.0 +5.10.0-250.0.0 diff --git a/kernel.spec b/kernel.spec index ad2871f..be7113d 100644 --- a/kernel.spec +++ b/kernel.spec @@ -9,9 +9,9 @@ %global upstream_version 5.10 %global upstream_sublevel 0 -%global devel_release 249 +%global devel_release 250 %global maintenance_release .0.0 -%global pkg_release .152 +%global pkg_release .153 %define with_debuginfo 1 # Do not recompute the build-id of vmlinux in find-debuginfo.sh @@ -914,6 +914,44 @@ fi %endif %changelog +* Wed Feb 19 2025 Li Nan - 5.10.0-250.0.0.153 +- !15099 sched: sch_cake: add bounds checks to host bulk flow fairness counts +- !15087 netfilter: ipset: add missing range check in bitmap_ip_uadt +- !15085 ila: call nf_unregister_net_hooks() sooner +- !15100 ila: serialize calls to nf_register_net_hooks() +- !15097 net: inet6: do not leave a dangling sk pointer in inet6_create() +- !15096 net: inet: do not leave a dangling sk pointer in inet_create() +- !15098 netfilter: conntrack: clamp maximum hashtable size to INT_MAX +- !15089 net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT +- !15086 net: Fix CVE-2024-50125 +- !15117 v3 net: Fix CVE-2024-56658 +- !15095 wifi: ath9k: add range check for conn_rsp_epid in htc_connect_service() +- !15124 v2 fix CVE-2024-53056 for olk-5.10 +- !15129 comedi: Flush partial mappings in error case +- !15127 iomap: avoid avoid truncating 64-bit offset to 32 bits +- comedi: Flush partial mappings in error case +- iomap: avoid avoid truncating 64-bit offset to 32 bits +- mm: resolve faulty mmap_region() error path behaviour +- mm: unconditionally close VMAs on error +- mm: avoid unsafe VMA hook invocation when error arises on mmap hook +- !15081 usb: typec: fix potential out of bounds in ucsi_ccg_update_set_new_cam_cmd() +- !15079 drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds write error +- net: Fix kabi breakage in struct net +- net: defer final 'struct net' free in netns dismantle +- ila: serialize calls to nf_register_net_hooks() +- sched: sch_cake: add bounds checks to host bulk flow fairness counts +- netfilter: conntrack: clamp maximum hashtable size to INT_MAX +- net: inet6: do not leave a dangling sk pointer in inet6_create() +- net: inet: do not leave a dangling sk pointer in inet_create() +- wifi: ath9k: add range check for conn_rsp_epid in htc_connect_service() +- net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT +- netfilter: ipset: add missing range check in bitmap_ip_uadt +- Bluetooth: SCO: Fix UAF on sco_sock_timeout +- Bluetooth: call sock_hold earlier in sco_conn_del +- ila: call nf_unregister_net_hooks() sooner +- usb: typec: fix potential out of bounds in ucsi_ccg_update_set_new_cam_cmd() +- drivers: media: dvb-frontends/rtl2830: fix an out-of-bounds write error + * Tue Feb 18 2025 Li Nan - 5.10.0-249.0.0.153 - perf: no longer complie libtraceevent into perf -- Gitee