Re: [PATCH] io_uring/nop: pass all errors to userspace
Jens Axboe <[email protected]>
| Newsgroups | org.kernel.vger.io-uring,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <177938347510.239324.13929844447032766482.b4-ty@b4> |
On Wed, 20 May 2026 20:00:44 +0200, Alexander A. Klimov wrote:
> This fixes an inconsistency where io_nop() called req_set_fail()
> based on ret, but passed just nop->result to userspace.
> Originally, ret is a even copy of nop->result, but is set to an error
> when such happens subsequently. Now that's also passed to userspace.
Applied, thanks!
[1/1] io_uring/nop: pass all errors to userspace
commit: e97ff8b62d4690c69297f0f6de874f0564cc01a4
Best regards,
--
Jens Axboe