From a3a2bed0b6f4aeb8ef93085d49797d69ef21d724 Mon Sep 17 00:00:00 2001 From: chenyi Date: Wed, 11 Dec 2024 10:32:14 +0800 Subject: [PATCH] release 4.19.90-2412.2.0 --- SOURCE | 2 +- kernel.spec | 20 ++++++++++++++++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/SOURCE b/SOURCE index d508fb6..93f272c 100644 --- a/SOURCE +++ b/SOURCE @@ -1 +1 @@ -4.19.90-2412.1.0 +4.19.90-2412.2.0 diff --git a/kernel.spec b/kernel.spec index 7d8f6f2..dcb81c7 100644 --- a/kernel.spec +++ b/kernel.spec @@ -12,7 +12,7 @@ %global KernelVer %{version}-%{release}.%{_target_cpu} -%global hulkrelease 2412.1.0 +%global hulkrelease 2412.2.0 %define with_patch 1 @@ -32,7 +32,7 @@ Name: kernel Version: 4.19.90 -Release: %{hulkrelease}.0306 +Release: %{hulkrelease}.0307 Summary: Linux Kernel License: GPLv2 URL: http://www.kernel.org/ @@ -850,6 +850,22 @@ fi %changelog +* Wed Dec 11 2024 chenyi - 4.19.90-2412.2.0.0307 +- !14068 media: v4l2-tpg: prevent the risk of a division by zero +- !14116 media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_format +- media: uvcvideo: Skip parsing frames of type UVC_VS_UNDEFINED in uvc_parse_format +- !14051 fix CVE-2024-50278 +- !14080 USB: serial: io_edgeport: fix use after free in debug printk +- !14077 usb: typec: altmode should keep reference to parent +- !14075 HID: core: zero-initialize the report buffer +- USB: serial: io_edgeport: fix use after free in debug printk +- usb: typec: altmode should keep reference to parent +- HID: core: zero-initialize the report buffer +- media: v4l2-tpg: prevent the risk of a division by zero +- dm cache: fix potential out-of-bounds access on the first resume +- dm cache: optimize dirty bit checking with find_next_bit when resizing +- dm cache: fix out-of-bounds access to the dirty bitset when resizing + * Wed Dec 04 2024 chenyi - 4.19.90-2412.1.0.0306 - !13959 fs: Fix uninitialized value issue in from_kuid and from_kgid - !13796 vfs: fix race between evice_inodes() and find_inode()&iput()