Message ID | 20231106203909.197089-1-dyudaken@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | io_uring: mshot read fix for buffer size changes | expand |
On Mon, 06 Nov 2023 20:39:06 +0000, Dylan Yudaken wrote: > This series fixes a bug (see [1] for liburing patch) > where the used buffer size is clamped to the minimum of all the > previous buffers selected. > > It also as part of this forces the multishot read API to set addr & > len to 0. > len should probably have some accounting post-processing if it has > meaning to set it to non-zero, but I think for a new API it is simpler > to overly-constrain it upfront? > > [...] Applied, thanks! [1/3] io_uring: indicate if io_kbuf_recycle did recycle anything commit: 89d528ba2f8281de61163c6b62e598b64d832175 [2/3] io_uring: do not allow multishot read to set addr or len commit: 49fbe99486786661994a55ced855c31d966bbdf0 [3/3] io_uring: do not clamp read length for multishot read commit: e53759298a7d7e98c3e5c2440d395d19cea7d6bf Best regards,