On 6/15/22 4:23 AM, Pavel Begunkov wrote: > Several fixes for IORING_SETUP_CQE32 > > Pavel Begunkov (6): > io_uring: get rid of __io_fill_cqe{32}_req() > io_uring: unite fill_cqe and the 32B version > io_uring: fill extra big cqe fields from req > io_uring: fix ->extra{1,2} misuse > io_uring: inline __io_fill_cqe() > io_uring: make io_fill_cqe_aux to honour CQE32 > > fs/io_uring.c | 209 +++++++++++++++++++------------------------------- > 1 file changed, 77 insertions(+), 132 deletions(-) Looks good to me, thanks a lot for doing this work. One minor thing that I'd like to change, but can wait until 5.20, is the completion spots where we pass in both ctx and req. Would be cleaner just to pass in req, and 2 out of 3 spots always do (req->ctx, req) anyway. -- Jens Axboe