From: Linus Torvalds Date: Sun, 22 Jan 2023 00:21:56 +0000 (-0800) Subject: Merge tag 'io_uring-6.2-2023-01-21' of git://git.kernel.dk/linux X-Git-Tag: v6.6.7~3689 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=95f184d0e1e14e6fd4368a804db5f870e5f841d2;p=platform%2Fkernel%2Flinux-starfive.git Merge tag 'io_uring-6.2-2023-01-21' of git://git.kernel.dk/linux Pull another io_uring fix from Jens Axboe: "Just a single fix for a regression that happened in this release due to a poll change. Normally I would've just deferred it to next week, but since the original fix got picked up by stable, I think it's better to just send this one off separately. The issue is around the poll race fix, and how it mistakenly also got applied to multishot polling. Those don't need the race fix, and we should not be doing any reissues for that case. Exhaustive test cases were written and committed to the liburing regression suite for the reported issue, and additions for similar issues" * tag 'io_uring-6.2-2023-01-21' of git://git.kernel.dk/linux: io_uring/poll: don't reissue in case of poll race on multishot request --- 95f184d0e1e14e6fd4368a804db5f870e5f841d2