From: Jens Axboe <[email protected]>
To: Jeff Moyer <[email protected]>
Cc: [email protected]
Subject: Re: liburing 500f9fbadef8-test test failure on top-of-tree
Date: Tue, 19 May 2020 16:08:49 -0600 [thread overview]
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
On 5/19/20 3:58 PM, Jeff Moyer wrote:
> Hi,
>
> This test case is failing for me when run atop a dm device. The test
> sets up a ring with IO_SETUP_IOPOLL, creates a file and opens it with
> O_DIRECT, and then issues a writev. The writev operation is returning
> -22 (-EINVAL). The failure comes from this check inside io_import_iov:
>
> /* buffer index only valid with fixed read/write, or buffer select */
> if (req->rw.kiocb.private && !(req->flags & REQ_F_BUFFER_SELECT))
> return -EINVAL;
>
> req->rw.kiocb.private is being used by the iomap code to store a pointer
> to the request queue. The sequence of events is as follows:
>
> io_write is called in the context of the system call, it calls
> call_write_iter, which returns -EAGAIN. The I/O is punted to a
> workqueue.
>
> The work item then tries to issue the I/O after clearing IOCB_NOWAIT,
> and for some reason fails again with -EAGAIN.
>
> On the *third* call to io_write, the private pointer has been
> overwitten, and we trigger the above -EINVAL return.
>
> I have no idea why we're getting EAGAIN on the first call in the
> workqueue context, so I'm not sure if that's the problem, of if we
> simply can't use the kiocb.private pointer for this purpose. It seems
> clear that once we've called into the iomap code, we can't rely on the
> contents of kiocb.private.
>
> Jens, what do you think?
See: https://lore.kernel.org/io-uring/[email protected]/T/#m9cec13d26c0b2db03889e1b36c9bcc20f4f8244a
--
Jens Axboe
next prev parent reply other threads:[~2020-05-19 22:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-19 21:58 liburing 500f9fbadef8-test test failure on top-of-tree Jeff Moyer
2020-05-19 22:08 ` Jens Axboe [this message]
2020-05-19 22:46 ` Jeff Moyer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox