All of lore.kernel.org
 help / color / mirror / Atom feed
From: Petr Vorel <pvorel@suse.cz>
To: Hugh Dickins <hughd@google.com>
Cc: Christian Brauner <brauner@kernel.org>, Jan Kara <jack@suse.cz>,
	Christoph Hellwig <hch@lst.de>,
	ltp@lists.linux.it
Subject: Re: [LTP] [PATCH 1/1] diotest4: Skip test 3 and 14 for tmpfs
Date: Thu, 23 Nov 2023 09:43:09 +0100	[thread overview]
Message-ID: <20231123084309.GA27166@pevik> (raw)
In-Reply-To: <27f877cb-1135-dcd8-7a1a-4f1c1b8e6e87@google.com>

> On Wed, 22 Nov 2023, Petr Vorel wrote:

> > tmpfs in kernel v6.6 got support for O_DIRECT in e88e0d366f9c ("tmpfs:
> > trivial support for direct IO"). There is no reason for tmpfs to reject
> > direct IO of any size therefore follow the approach already used for
> > Btrfs, NFS and FUSE: skipping test 3 (odd count of read and write)
> > and 14 (read, write with non-aligned buffer).

> > Suggested-by: Jan Kara <jack@suse.cz>
> > Signed-off-by: Petr Vorel <pvorel@suse.cz>

> Acked-by: Hugh Dickins <hughd@google.com>

> Great, thanks a lot. I've never minded tmpfs failing those LTP tests,
> but had never looked at them closely enough to notice that there is
> this established way to avoid the failures...

I was surprised as well, Jan Kara noticed.

> ... but hold on: I can't look at the LTP source at the moment,
> but records tell me that the two tests failing were dio04 and dio10,
> whereas you say test 3 and test 14 - please clarify or correct, thanks.

These 2 tests are both running diotest4.c, just with different block size:

$ git grep -e ^dio04 -e ^dio10 runtest/
runtest/dio:dio04 diotest4
runtest/dio:dio10 diotest4 -b 65536

NOTE: dio tests are currently being rewritten, but diotest4.c have not been done
yet. Thus the code is using legacy LTP API and needs cleanup.

Kind regards,
Petr

> > ---
> >  testcases/kernel/io/direct_io/diotest4.c | 2 ++
> >  1 file changed, 2 insertions(+)

> > diff --git a/testcases/kernel/io/direct_io/diotest4.c b/testcases/kernel/io/direct_io/diotest4.c
> > index 45c677b5b..ad00fa3e0 100644
> > --- a/testcases/kernel/io/direct_io/diotest4.c
> > +++ b/testcases/kernel/io/direct_io/diotest4.c
> > @@ -270,6 +270,7 @@ int main(int argc, char *argv[])
> >  	case TST_NFS_MAGIC:
> >  	case TST_BTRFS_MAGIC:
> >  	case TST_FUSE_MAGIC:
> > +	case TST_TMPFS_MAGIC:
> >  		tst_resm(TCONF, "%s supports odd count IO",
> >  			 tst_fs_type_name(fs_type));
> >  	break;
> > @@ -443,6 +444,7 @@ int main(int argc, char *argv[])
> >  	case TST_NFS_MAGIC:
> >  	case TST_BTRFS_MAGIC:
> >  	case TST_FUSE_MAGIC:
> > +	case TST_TMPFS_MAGIC:
> >  		tst_resm(TCONF, "%s supports non-aligned buffer",
> >  			 tst_fs_type_name(fs_type));
> >  	break;
> > -- 
> > 2.42.0

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

  reply	other threads:[~2023-11-23  8:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-22 21:13 [LTP] [PATCH 1/1] diotest4: Skip test 3 and 14 for tmpfs Petr Vorel
2023-11-22 21:34 ` Hugh Dickins via ltp
2023-11-23  8:43   ` Petr Vorel [this message]
2023-11-23  8:51 ` Jan Kara
2023-11-23  9:42 ` Christian Brauner
2023-11-24  8:32   ` Petr Vorel

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 \
    --in-reply-to=20231123084309.GA27166@pevik \
    --to=pvorel@suse.cz \
    --cc=brauner@kernel.org \
    --cc=hch@lst.de \
    --cc=hughd@google.com \
    --cc=jack@suse.cz \
    --cc=ltp@lists.linux.it \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.