The following changes since commit f0c8ab1c36369d8d6aa214fba572dacefa3a8677: ioengines: clarify FIO_RO_NEEDS_RW_OPEN flag (2023-02-07 10:44:00 -0500) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 0f85dc841d9220f3a0b45d0b104d5277ea962199: Merge branch 'Offload_Segfault_Write_Log' of https://github.com/horshack-dpreview/fio (2023-02-09 09:34:32 -0700) ---------------------------------------------------------------- Horshack (1): SIGSEGV / Exit 139 when write_iolog used with io_submit_mode=offload Jens Axboe (1): Merge branch 'Offload_Segfault_Write_Log' of https://github.com/horshack-dpreview/fio rate-submit.c | 1 + 1 file changed, 1 insertion(+) --- Diff of recent changes: diff --git a/rate-submit.c b/rate-submit.c index 2fe768c0..3cc17eaa 100644 --- a/rate-submit.c +++ b/rate-submit.c @@ -154,6 +154,7 @@ static int io_workqueue_init_worker_fn(struct submit_worker *sw) dup_files(td, parent); td->eo = parent->eo; fio_options_mem_dupe(td); + td->iolog_f = parent->iolog_f; if (ioengine_load(td)) goto err;