Message ID | 20231005000531.30800-1-krisman@suse.de (mailing list archive) |
---|---|
Headers | show |
Series | trivial fixes and a cleanup of provided buffers | expand |
On 10/4/23 6:05 PM, Gabriel Krisman Bertazi wrote: > Jens, > > I'm resubmitting the slab conversion for provided buffers with the > suggestions from Jeff (thanks!) for your consideration, and appended 2 > minor fixes related to kbuf in the patchset. Since the patchset grew > from 1 to 3 patches, i pretended it is not a v2 and restart the > counting from 1. Thanks, this looks good. For patches 1-2, do you have test cases you could send for liburing?
Jens Axboe <axboe@kernel.dk> writes: > On 10/4/23 6:05 PM, Gabriel Krisman Bertazi wrote: >> Jens, >> >> I'm resubmitting the slab conversion for provided buffers with the >> suggestions from Jeff (thanks!) for your consideration, and appended 2 >> minor fixes related to kbuf in the patchset. Since the patchset grew >> from 1 to 3 patches, i pretended it is not a v2 and restart the >> counting from 1. > > Thanks, this looks good. For patches 1-2, do you have test cases you > could send for liburing? Sure. I'll adapt them to liburing and submit shortly.
On Wed, 04 Oct 2023 20:05:28 -0400, Gabriel Krisman Bertazi wrote: > Jens, > > I'm resubmitting the slab conversion for provided buffers with the > suggestions from Jeff (thanks!) for your consideration, and appended 2 > minor fixes related to kbuf in the patchset. Since the patchset grew > from 1 to 3 patches, i pretended it is not a v2 and restart the > counting from 1. > > [...] Applied, thanks! [1/3] io_uring: Fix check of BID wrapping in provided buffers commit: ab69838e7c75b0edb699c1a8f42752b30333c46f [2/3] io_uring: Allow the full buffer id space for provided buffers commit: f74c746e476b9dad51448b9a9421aae72b60e25f [3/3] io_uring: Use slab for struct io_buffer objects commit: b3a4dbc89d4021b3f90ff6a13537111a004f9d07 Best regards,