Recent changes (master)

Jens Axboe <[email protected]> Tue, 3 Feb 2026 06:00:01 -0700
Newsgroups org.kernel.vger.fio
Message-ID <[email protected]>
The following changes since commit a50d7ce532510ab467d307c1ee010386e20ee652:

  Merge branch 'fix-fork-memleak' of https://github.com/malikoyv/fio (2026-01-30 08:03:56 -0700)

are available in the Git repository at:

  git://git.kernel.dk/fio.git master

for you to fetch changes up to 5e5975a411cfd2af04c49f8d822e8e06a01a3771:

  Merge branch 'sprandom-fix' of https://github.com/tomas-winkler-sndk/fio (2026-02-02 08:05:59 -0500)

----------------------------------------------------------------
Tomas Winkler (1):
      fio: sprandom: append newline to error message

Vincent Fu (1):
      Merge branch 'sprandom-fix' of https://github.com/tomas-winkler-sndk/fio

 init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

Diff of recent changes:

diff --git a/init.c b/init.c
index 5a982b53..130158cb 100644
--- a/init.c
+++ b/init.c
@@ -715,7 +715,7 @@ static int fixup_options(struct thread_data *td)
 				o->norandommap = 1;
 			}
 		} else {
-			log_err("fio: sprandom requires random write, random_generator=lfsr, norandommap=1");
+			log_err("fio: sprandom requires random write, random_generator=lfsr, norandommap=1\n");
 			ret |= 1;
 		}
 	}