All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] option/Makefile fix and void* fixups
@ 2017-06-23 22:07 kusumi.tomohiro
  2017-06-23 22:07 ` [PATCH 1/8] ignore directory= if the given path is absolute kusumi.tomohiro
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: kusumi.tomohiro @ 2017-06-23 22:07 UTC (permalink / raw)
  To: axboe, fio; +Cc: Tomohiro Kusumi

From: Tomohiro Kusumi <tkusumi@tuxera.com>

3/8 to 8/8 are the continuation of void* fixups from below,
but this time in non-ioengine code.
This is it and no more of this void* patches...

http://www.spinics.net/lists/fio/msg05912.html
>   sg: don't use void* for pointer arithmetic (gcc)
>   splice: don't use void* for pointer arithmetic (gcc)
>   binject: don't use void* for pointer arithmetic (gcc)

Tomohiro Kusumi (8):
  ignore directory= if the given path is absolute
  Makefile: use fmt(1) rather than tr(1) on NetBSD/etc
  server: don't use void* for pointer arithmetic (gcc)
  io_u: don't use void* for pointer arithmetic (gcc)
  init: don't use void* for pointer arithmetic (gcc)
  client: don't use void* for pointer arithmetic (gcc)
  verify: don't use void* for pointer arithmetic (gcc)
  smalloc: don't use void* for pointer arithmetic (gcc)

 HOWTO            |  3 ++-
 Makefile         | 10 ++++++++++
 client.c         | 12 ++++++------
 filesetup.c      | 10 +++++++---
 init.c           |  2 +-
 io_u.c           |  2 +-
 server.c         |  5 +++--
 smalloc.c        |  2 +-
 t/verify-state.c |  3 ++-
 verify-state.h   |  2 +-
 verify.c         |  7 ++++---
 11 files changed, 38 insertions(+), 20 deletions(-)

-- 
2.9.4



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

end of thread, other threads:[~2017-06-23 22:25 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-23 22:07 [PATCH 0/8] option/Makefile fix and void* fixups kusumi.tomohiro
2017-06-23 22:07 ` [PATCH 1/8] ignore directory= if the given path is absolute kusumi.tomohiro
2017-06-23 22:16   ` Jens Axboe
2017-06-23 22:24     ` Tomohiro Kusumi
2017-06-23 22:07 ` [PATCH 2/8] Makefile: use fmt(1) rather than tr(1) on NetBSD/etc kusumi.tomohiro
2017-06-23 22:18   ` Jens Axboe
2017-06-23 22:07 ` [PATCH 3/8] server: don't use void* for pointer arithmetic (gcc) kusumi.tomohiro
2017-06-23 22:07 ` [PATCH 4/8] io_u: " kusumi.tomohiro
2017-06-23 22:07 ` [PATCH 5/8] init: " kusumi.tomohiro
2017-06-23 22:07 ` [PATCH 6/8] client: " kusumi.tomohiro
2017-06-23 22:08 ` [PATCH 7/8] verify: " kusumi.tomohiro
2017-06-23 22:08 ` [PATCH 8/8] smalloc: " kusumi.tomohiro
2017-06-23 22:20 ` [PATCH 0/8] option/Makefile fix and void* fixups Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.