On 5/1/26 4:29 PM, Jens Axboe wrote: > On 5/1/26 4:26 PM, Fedor Pchelkin wrote: >>> @@ -6188,7 +6184,7 @@ static int io_poll_update(struct io_kiocb *req, unsigned int issue_flags) >>> preq->result = ret2; >>> >>> } >>> - if (preq->result < 0) >>> + if (ret2 < 0) >>> req_set_fail(preq); >>> io_req_complete(preq, preq->result); >>> out: >> >> I'm really uncomfortable to raise this but - ret2 should be initialized in >> beginning of the function io_poll_update(). > > It's your second version... I'll send out a new set. OK, here's the new set for both 5.10-stable and 5.15-stable. Ran it through the usual testing. Let's hope we can put this one to bed now :-) -- Jens Axboe