From 59b83ae2b1c12e795f1ee1a4afdaaed46e933947 Mon Sep 17 00:00:00 2001 From: chenyi Date: Wed, 14 May 2025 09:22:10 +0800 Subject: [PATCH] release 4.19.90-2505.3.0 --- SOURCE | 2 +- kernel.spec | 30 ++++++++++++++++++++++++++++-- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/SOURCE b/SOURCE index 9788cd6..441361a 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -4.19.90-2505.1.0 +4.19.90-2505.3.0 diff --git a/kernel.spec b/kernel.spec index 757c1de..a74d77e 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ %global KernelVer %{version}-%{release}.%{_target_cpu} -%global hulkrelease 2505.1.0 +%global hulkrelease 2505.3.0 %define with_patch 1 @@ -32,7 +32,7 @@ Name: kernel Version: 4.19.90 -Release: %{hulkrelease}.0326 +Release: %{hulkrelease}.0327 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -850,6 +850,32 @@ fi %changelog +* Wed May 14 2025 chenyi - 4.19.90-2505.3.0.0327 +- !16177 Fix CVE-2022-49850 +- !16176 Fix CVE-2022-49842 +- !16187 ata: libata-transport: fix double ata_host_put() in ata_tport_add() +- !16188 nvmet: avoid potential UAF in nvmet_req_complete() +- !16238 dm ioctl: fix misbehavior if list_versions races with module loading +- !16200 drm/amdkfd: Fix an illegal memory access +- dm ioctl: fix misbehavior if list_versions races with module loading +- !16175 Fix CVE-2022-49915 +- drm/amdkfd: Fix an illegal memory access +- nvmet: avoid potential UAF in nvmet_req_complete() +- ata: libata-transport: fix double ata_host_put() in ata_tport_add() +- nilfs2: fix deadlock in nilfs_count_free_blocks() +- ASoC: soc-utils: Remove __exit for snd_soc_util_exit() +- ASoC: core: Fix use-after-free in snd_soc_exit() +- mISDN: fix misuse of put_device() in mISDN_register_device() +- mISDN: fix possible memory leak in mISDN_register_device() +- !16139 Bluetooth: Fix use after free in hci_send_acl +- !16140 NFC: NULL out the dev->rfkill to prevent UAF +- !16145 CVE-2022-49755 +- usb: gadget: f_fs: Add unbind event before functionfs_unbind +- usb: gadget: f_fs: Fix unbalanced spinlock in __ffs_ep0_queue_wait +- usb: gadget: f_fs: Prevent race during ffs_ep0_queue_wait +- NFC: NULL out the dev->rfkill to prevent UAF +- Bluetooth: Fix use after free in hci_send_acl + * Wed May 07 2025 chenyi - 4.19.90-2505.1.0.0326 - !16154 driver: base: fix UAF when driver_attach failed - !16148 v2 ipv6: mcast: extend RCU protection in igmp6_send() -- Gitee