From: Linus Torvalds Date: Fri, 1 Nov 2024 23:38:01 +0000 (-1000) Subject: Merge tag 'io_uring-6.12-20241101' of git://git.kernel.dk/linux X-Git-Tag: microblaze-v6.16~785 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=f0d3699aef2b6f864c78ccfa8e2a7327f65b8841;p=linux-2.6-microblaze.git Merge tag 'io_uring-6.12-20241101' of git://git.kernel.dk/linux Pull io_uring fix from Jens Axboe: - Fix not honoring IOCB_NOWAIT for starting buffered writes in terms of calling sb_start_write(), leading to a deadlock if someone is attempting to freeze the file system with writes in progress, as each side will end up waiting for the other to make progress. * tag 'io_uring-6.12-20241101' of git://git.kernel.dk/linux: io_uring/rw: fix missing NOWAIT check for O_DIRECT start write --- f0d3699aef2b6f864c78ccfa8e2a7327f65b8841