public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/fio] rawhide: Update to upstream v3.43
@ 2026-09-23 16:59 Pavel Reichl
0 siblings, 0 replies; only message in thread
From: Pavel Reichl @ 2026-09-23 16:59 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/fio
Branch : rawhide
Commit : 20b5420cc826888719c10dfeffac2ec2eb8c011c
Author : Pavel Reichl <preichl@redhat.com>
Date : 2026-09-23T18:54:58+02:00
Stats : +10/-67 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/fio/c/20b5420cc826888719c10dfeffac2ec2eb8c011c?branch=rawhide
Log:
Update to upstream v3.43
Resolves: rhbz#2539425
Signed-off-by: Pavel Reichl <preichl@redhat.com>
---
diff --git a/.gitignore b/.gitignore
index e8a96df..9079437 100644
--- a/.gitignore
+++ b/.gitignore
@@ -56,3 +56,5 @@
/fio-3.41.tar.bz2
/fio-3.42.tar.bz2
/fio-3.42.tar.bz2.asc
+/fio-3.43.tar.bz2
+/fio-3.43.tar.bz2.asc
diff --git a/fio-3.41-issue2026-fix-zero-numberio.patch b/fio-3.41-issue2026-fix-zero-numberio.patch
deleted file mode 100644
index bb4f624..0000000
--- a/fio-3.41-issue2026-fix-zero-numberio.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-From 466a2e664d28756c61e03bdc353c683427ab9870 Mon Sep 17 00:00:00 2001
-From: Minwoo Im <minwoo.im@samsung.com>
-Date: Mon, 17 Nov 2025 22:54:32 +0900
-Subject: [PATCH] backend: fix zero-numberio in dry-run
-
-In offline verification, io_hist_tree is not saved to the state file, so
-`io_u->numberio` is always zero in the second job (the verify phase). To
-address this, `do_dry_run()` simulates the saved WRITE job and logs io_u
-entries into io_hist_tree via `log_io_piece()`. The issue is that
-`io_u->numberio` is always zero when passed to log_io_piece().
-
-To reproduce this issue, run the following jobs in turn.
-
- [test]
- name=writetest
- filename=/dev/nvme0n1
- ioengine=io_uring
- direct=1
- bs=512K
- iodepth=128
- rw=randwrite
- runtime=20
- time_based
- verify=crc32c
- verify_state_save=1
- do_verify=0
-
- [test]
- name=writetest
- filename=/dev/nvme0n1
- ioengine=io_uring
- direct=1
- bs=512K
- iodepth=128
- rw=randwrite
- verify=crc32c
- verify_state_load=1
- verify_only=1
- verify_dump=1
-
-Fixes: #2013
-Signed-off-by: Minwoo Im <minwoo.im@samsung.com>
----
- backend.c | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/backend.c b/backend.c
-index 684ea0de3b..e09c210aab 100644
---- a/backend.c
-+++ b/backend.c
-@@ -1703,8 +1703,11 @@ static uint64_t do_dry_run(struct thread_data *td)
- io_u_set(td, io_u, IO_U_F_FLIGHT);
- io_u->error = 0;
- io_u->resid = 0;
-- if (ddir_rw(acct_ddir(io_u)))
-+ if (ddir_rw(acct_ddir(io_u))) {
-+ io_u->numberio = td->io_issues[acct_ddir(io_u)];
- td->io_issues[acct_ddir(io_u)]++;
-+ }
-+
- if (ddir_rw(io_u->ddir)) {
- io_u_mark_depth(td, 1);
- td->ts.total_io_u[io_u->ddir]++;
diff --git a/fio.spec b/fio.spec
index 39bfd67..b07e54a 100644
--- a/fio.spec
+++ b/fio.spec
@@ -1,6 +1,6 @@
Name: fio
-Version: 3.42
-Release: 3%{?dist}
+Version: 3.43
+Release: 1%{?dist}
Summary: Multithreaded IO generation tool
License: GPL-2.0-only
@@ -289,6 +289,10 @@ make install prefix=%{_prefix} mandir=%{_mandir} libdir=%{_libdir}/fio DESTDIR=$
%endif
%changelog
+* Wed Sep 23 2026 Pavel Reichl <preichl@redhat.com> - 3.43-1
+- Update to upstream v3.43
+- Related: rhbz#2539425
+
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.42-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index 4391309..c978474 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (fio-3.42.tar.bz2) = 3e49f77ee77b44f3d3e9a9adc29e85fdb9c77727dfb4cd9dd8d5308bc4ad356388e705a1c123a6d6da679e7f618c4b5e0c85f8a95c8b71957148d37f71311486
-SHA512 (fio-3.42.tar.bz2.asc) = dba446512962f230af956ac9ab4ceb3135f8c526cf4bed836e45bc5f4a2dd0b4297421f37791ab0ae5808117992af3a4f0ae324483830e3a0cfb8142d4738da0
+SHA512 (fio-3.43.tar.bz2) = c0a2c22d260d986c4b214a896c11fdd3b7fb3470a42036e4e7ff27ea6260f9ab578391760300057c29dff375370d47fcedba892ef485f3759913c9ca4db09a0b
+SHA512 (fio-3.43.tar.bz2.asc) = b9bb75cd17d31457b3c3ea03865b5f8d70aad3a2600e5c6f6015dfa27fe4d6db7651f1abf1a52403e3445bb63b466288cafc74995d31ca37e0af9cfcbb84463c
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-23 16:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 16:59 [rpms/fio] rawhide: Update to upstream v3.43 Pavel Reichl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox