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