Flexible I/O Tester development
 help / color / mirror / Atom feed
* [PATCH 0/5] Five fio patches
@ 2019-08-13  2:01 Bart Van Assche
  2019-08-13  2:01 ` [PATCH 1/5] Optimize the code that copies strings Bart Van Assche
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Bart Van Assche @ 2019-08-13  2:01 UTC (permalink / raw)
  To: Jens Axboe; +Cc: fio, Damien Le Moal, Bart Van Assche

Hi Jens,

The following changes are included in this patch series:
- Use snprintf() instead of strncpy() + explicit null termination.
- Rework the approach for suppressing gcc 9 address of packed member warnings.
- Make Travis run the zbd tests.

Please consider these patches for the official fio git repository.

Thanks,

Bart.

Bart Van Assche (5):
  Optimize the code that copies strings
  Verify the size of struct jobs_eta at compile time
  Refine packed annotations in stat.h
  Revert "eta: Fix compiler warning"
  make test: Also run zbd tests

 .travis.yml   |  3 +++
 Makefile      | 14 ++++++++++++++
 cconv.c       |  7 +++----
 client.c      |  5 +++--
 diskutil.c    |  9 ++++-----
 engines/net.c |  6 ++----
 engines/sg.c  |  4 ++--
 eta.c         | 11 +++++------
 filesetup.c   |  6 ++----
 fio.h         |  2 ++
 gclient.c     |  4 ++--
 init.c        | 19 +++++--------------
 ioengines.c   |  3 +--
 options.c     |  3 +--
 parse.c       |  6 ++----
 server.c      | 26 +++++++++++---------------
 stat.c        | 15 ++++++++-------
 stat.h        | 11 ++++++-----
 verify.c      |  3 +--
 19 files changed, 77 insertions(+), 80 deletions(-)

-- 
2.22.0



^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2019-08-13 21:46 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-13  2:01 [PATCH 0/5] Five fio patches Bart Van Assche
2019-08-13  2:01 ` [PATCH 1/5] Optimize the code that copies strings Bart Van Assche
2019-08-13  2:01 ` [PATCH 2/5] Verify the size of struct jobs_eta at compile time Bart Van Assche
2019-08-13  2:01 ` [PATCH 3/5] Refine packed annotations in stat.h Bart Van Assche
2019-08-13  2:53   ` Jens Axboe
2019-08-13 15:12     ` Bart Van Assche
2019-08-13 20:25       ` Jens Axboe
2019-08-13 20:51         ` Bart Van Assche
2019-08-13 21:04           ` Jens Axboe
2019-08-13 21:46             ` Bart Van Assche
2019-08-13  2:01 ` [PATCH 4/5] Revert "eta: Fix compiler warning" Bart Van Assche
2019-08-13  2:01 ` [PATCH 5/5] make test: Also run zbd tests Bart Van Assche
2019-08-13  4:39   ` Sitsofe Wheeler
2019-08-13 15:06     ` Bart Van Assche
2019-08-13 20:10       ` Sitsofe Wheeler
2019-08-13 20:22         ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox