fio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
To: fio@vger.kernel.org, Jens Axboe <axboe@kernel.dk>,
	Vincent Fu <vincentfu@gmail.com>
Cc: Kookoo Gu <Zhimin.Gu@solidigm.com>,
	Damien Le Moal <dlemoal@kernel.org>,
	Dmitry Fomichev <Dmitry.Fomichev@wdc.com>,
	Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Subject: [PATCH 0/2] fix assertion failure with asynchronous I/O replay
Date: Thu, 21 Mar 2024 12:10:09 +0900	[thread overview]
Message-ID: <20240321031011.4140040-1-shinichiro.kawasaki@wdc.com> (raw)

After the commit b85c01f7e9df ("iolog.c: fix inaccurate clat when replay
trace") in fio version 3.36, asynchronous I/O replay with log recording
options trigger an assertion failure. The first patch in this series fixes
it. The second patch adds a test case to confirm the fix.

Shin'ichiro Kawasaki (2):
  iolog: regrow logs in iolog_delay()
  test: add the test for regrow logs with asynchronous I/O replay

 iolog.c              | 2 ++
 t/jobs/t0031-pre.fio | 8 ++++++++
 t/jobs/t0031.fio     | 7 +++++++
 t/run-fio-tests.py   | 9 +++++++++
 4 files changed, 26 insertions(+)
 create mode 100644 t/jobs/t0031-pre.fio
 create mode 100644 t/jobs/t0031.fio

-- 
2.44.0


             reply	other threads:[~2024-03-21  3:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-21  3:10 Shin'ichiro Kawasaki [this message]
2024-03-21  3:10 ` [PATCH 1/2] iolog: regrow logs in iolog_delay() Shin'ichiro Kawasaki
2024-03-21  3:10 ` [PATCH 2/2] test: add the test for regrow logs with asynchronous I/O replay Shin'ichiro Kawasaki
2024-03-21 11:58 ` [PATCH 0/2] fix assertion failure " Jens Axboe

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=20240321031011.4140040-1-shinichiro.kawasaki@wdc.com \
    --to=shinichiro.kawasaki@wdc.com \
    --cc=Dmitry.Fomichev@wdc.com \
    --cc=Zhimin.Gu@solidigm.com \
    --cc=axboe@kernel.dk \
    --cc=dlemoal@kernel.org \
    --cc=fio@vger.kernel.org \
    --cc=vincentfu@gmail.com \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).