diff --git a/patches.suse/btrfs-do-not-ASSERT-if-the-newly-created-subvolume-a.patch b/patches.suse/btrfs-do-not-ASSERT-if-the-newly-created-subvolume-a.patch index d2f75e0..4f1c16e 100644 --- a/patches.suse/btrfs-do-not-ASSERT-if-the-newly-created-subvolume-a.patch +++ b/patches.suse/btrfs-do-not-ASSERT-if-the-newly-created-subvolume-a.patch @@ -4,7 +4,7 @@ From: Qu Wenruo Date: Sat, 20 Jan 2024 19:41:28 +1030 Patch-mainline: v6.8-rc4 Git-commit: e03ee2fe873eb68c1f9ba5112fee70303ebf9dfb -References: bsc#1219126 CVE-2024-23850 +References: bsc#1219126 CVE-2024-23850 CVE-2024-26727 bsc#1222536 Subject: [PATCH] btrfs: do not ASSERT() if the newly created subvolume already got read diff --git a/patches.suse/btrfs-fix-memory-ordering-between-normal-and-ordered-work-functions.patch b/patches.suse/btrfs-fix-memory-ordering-between-normal-and-ordered-work-functions.patch index a70421f..a09a794 100644 --- a/patches.suse/btrfs-fix-memory-ordering-between-normal-and-ordered-work-functions.patch +++ b/patches.suse/btrfs-fix-memory-ordering-between-normal-and-ordered-work-functions.patch @@ -3,7 +3,7 @@ Date: Tue, 2 Nov 2021 14:49:16 +0200 Subject: btrfs: fix memory ordering between normal and ordered work functions Git-commit: 45da9c1767ac31857df572f0a909fbe88fd5a7e9 Patch-mainline: v5.17 or v5.16-rc2 (next release) -References: git-fixes +References: git-fixes CVE-2021-47189 bsc#1222706 Ordered work functions aren't guaranteed to be handled by the same thread which executed the normal work functions. The only way execution between diff --git a/patches.suse/scsi-core-Fix-scsi_mode_sense-buffer-length-handling.patch b/patches.suse/scsi-core-Fix-scsi_mode_sense-buffer-length-handling.patch index e875579..c31c9b3 100644 --- a/patches.suse/scsi-core-Fix-scsi_mode_sense-buffer-length-handling.patch +++ b/patches.suse/scsi-core-Fix-scsi_mode_sense-buffer-length-handling.patch @@ -3,7 +3,7 @@ Date: Fri, 20 Aug 2021 16:02:53 +0900 Subject: scsi: core: Fix scsi_mode_sense() buffer length handling Git-commit: 17b49bcbf8351d3dbe57204468ac34f033ed60bc Patch-mainline: v5.16-rc1 -References: git-fixes +References: git-fixes CVE-2021-47182 bsc#1222662 Several problems exist with scsi_mode_sense() buffer length handling: diff --git a/patches.suse/scsi-lpfc-Fix-link-down-processing-to-address-NULL-p.patch b/patches.suse/scsi-lpfc-Fix-link-down-processing-to-address-NULL-p.patch index 097c401..64e545c 100644 --- a/patches.suse/scsi-lpfc-Fix-link-down-processing-to-address-NULL-p.patch +++ b/patches.suse/scsi-lpfc-Fix-link-down-processing-to-address-NULL-p.patch @@ -4,7 +4,7 @@ Subject: scsi: lpfc: Fix link down processing to address NULL pointer dereference Patch-mainline: v5.16-rc1 Git-commit: 1854f53ccd88ad4e7568ddfafafffe71f1ceb0a6 -References: bsc#1192145 +References: bsc#1192145 CVE-2021-47183 bsc#1222664 If an FC link down transition while PLOGIs are outstanding to fabric well known addresses, outstanding ABTS requests may result in a NULL pointer diff --git a/patches.suse/tty-tty_buffer-Fix-the-softlockup-issue-in-flush_to_.patch b/patches.suse/tty-tty_buffer-Fix-the-softlockup-issue-in-flush_to_.patch index 936376a..51f856b 100644 --- a/patches.suse/tty-tty_buffer-Fix-the-softlockup-issue-in-flush_to_.patch +++ b/patches.suse/tty-tty_buffer-Fix-the-softlockup-issue-in-flush_to_.patch @@ -4,7 +4,7 @@ Date: Mon, 11 Oct 2021 22:08:24 +0800 Subject: [PATCH] tty: tty_buffer: Fix the softlockup issue in flush_to_ldisc Git-commit: 3968ddcf05fb4b9409cd1859feb06a5b0550a1c1 Patch-mainline: v5.16-rc1 -References: git-fixes +References: git-fixes CVE-2021-47185 When running ltp testcase(ltp/testcases/kernel/pty/pty04.c) with arm64, there is a soft lockup, which look like this one: diff --git a/patches.suse/usb-musb-tusb6010-check-return-value-after-calling-p.patch b/patches.suse/usb-musb-tusb6010-check-return-value-after-calling-p.patch index 9fff32e..b777e10 100644 --- a/patches.suse/usb-musb-tusb6010-check-return-value-after-calling-p.patch +++ b/patches.suse/usb-musb-tusb6010-check-return-value-after-calling-p.patch @@ -4,7 +4,7 @@ Date: Wed, 15 Sep 2021 11:49:25 +0800 Subject: [PATCH] usb: musb: tusb6010: check return value after calling platform_get_resource() Git-commit: 14651496a3de6807a17c310f63c894ea0c5d858e Patch-mainline: v5.16-rc1 -References: git-fixes +References: git-fixes CVE-2021-47181 bsc#1222660 It will cause null-ptr-deref if platform_get_resource() returns NULL, we need check the return value.