Hi Linus, Single fix for not clearing kiocb->ki_pos back to 0 for a stream, destined for stable as well. Please pull! The following changes since commit d800c65c2d4eccebb27ffb7808e842d5b533823c: io-wq: drop wqe lock before creating new worker (2021-12-13 09:04:01 -0700) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/io_uring-5.16-2021-12-23 for you to fetch changes up to 7b9762a5e8837b92a027d58d396a9d27f6440c36: io_uring: zero iocb->ki_pos for stream file types (2021-12-22 20:34:32 -0700) ---------------------------------------------------------------- io_uring-5.16-2021-12-23 ---------------------------------------------------------------- Jens Axboe (1): io_uring: zero iocb->ki_pos for stream file types fs/io_uring.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) -- Jens Axboe