From 704a6c4ce3f4101c6cb6a6279a1a323001fd2d29 Mon Sep 17 00:00:00 2001 From: Gabriel Krisman Bertazi Date: May 03 2023 18:29:28 +0000 Subject: - Update patches.suse/io_uring-prevent-race-on-registering-fixed-files.patch Fix the missing the bsc# prefix for the bug number in the References tag. --- diff --git a/patches.suse/io_uring-prevent-race-on-registering-fixed-files.patch b/patches.suse/io_uring-prevent-race-on-registering-fixed-files.patch index 37908da..0a68484 100644 --- a/patches.suse/io_uring-prevent-race-on-registering-fixed-files.patch +++ b/patches.suse/io_uring-prevent-race-on-registering-fixed-files.patch @@ -3,7 +3,7 @@ From: Gabriel Krisman Bertazi Date: Mon, 1 May 2023 11:49:09 -0400 Subject: [PATCH] io_uring: prevent race on registering fixed files Patch-mainline: Never, specific to 15SP3 -References: 1210414 CVE-2023-1872 +References: bsc#1210414 CVE-2023-1872 in 5.3, io_sqe_files_unregister is called without holding the io_uring ctx lock when in sqpoll,which means it can race with the io_sqe_files_unregister. This