[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <175694257428.217330.16494503569202102693.b4-ty@kernel.dk>
Date: Wed, 03 Sep 2025 17:36:14 -0600
From: Jens Axboe <axboe@...nel.dk>
To: Caleb Sander Mateos <csander@...estorage.com>
Cc: io-uring@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] io_uring/uring_cmd: correct io_uring_cmd_done() ret
type
On Mon, 01 Sep 2025 19:26:07 -0600, Caleb Sander Mateos wrote:
> io_uring_cmd_done() takes the result code for the CQE as a ssize_t ret
> argument. However, the CQE res field is a s32 value, as is the argument
> to io_req_set_res(). To clarify that only s32 values can be faithfully
> represented without truncation, change io_uring_cmd_done()'s ret
> argument type to s32.
>
>
> [...]
Applied, thanks!
[1/1] io_uring/uring_cmd: correct io_uring_cmd_done() ret type
commit: dd386b0d5e61556927189cd7b59a628d22cb6851
Best regards,
--
Jens Axboe
Powered by blists - more mailing lists