fstests.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] xfstests portability fixes for Android
@ 2015-07-27 14:22 Theodore Ts'o
  2015-07-27 14:22 ` [PATCH 1/4] xfstests: if DEV_BSIZE is not defined, assume it to be 512 Theodore Ts'o
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Theodore Ts'o @ 2015-07-27 14:22 UTC (permalink / raw)
  To: fstests; +Cc: Theodore Ts'o

As part of my efforts to port xfstests so it can be cross-compiled for
Android (where running fsstress by hand seems to be the
state-of-the-art in file system QA), I had to make the following
portability fixes.

Modulo working around some missing functions in the Bionic libc, I was
pleasantly surprised how few changes were required!

Theodore Ts'o (4):
  xfstests: if DEV_BSIZE is not defined, assume it to be 512
  xfstests: Support C libraries that define SIGCHLD instead of SIGCLD
  xfstests: use the Posix st_mode defines instead of the obsolete SysV
    ones
  xfstests: remove manual declaration of errno

 lib/str_to_bytes.c |  4 ++++
 lib/write_log.c    |  4 ++++
 ltp/doio.c         |  4 ++++
 ltp/growfiles.c    |  6 +++++-
 src/locktest.c     |  1 -
 src/lstat64.c      | 18 +++++++++---------
 6 files changed, 26 insertions(+), 11 deletions(-)

-- 
2.3.0


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

end of thread, other threads:[~2015-07-30 17:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-27 14:22 [PATCH 0/4] xfstests portability fixes for Android Theodore Ts'o
2015-07-27 14:22 ` [PATCH 1/4] xfstests: if DEV_BSIZE is not defined, assume it to be 512 Theodore Ts'o
2015-07-30 17:13   ` Christoph Hellwig
2015-07-30 17:47     ` Theodore Ts'o
2015-07-27 14:22 ` [PATCH 2/4] xfstests: Support C libraries that define SIGCHLD instead of SIGCLD Theodore Ts'o
2015-07-30 17:14   ` Christoph Hellwig
2015-07-30 17:47     ` Theodore Ts'o
2015-07-27 14:22 ` [PATCH 3/4] xfstests: use the Posix st_mode defines instead of the obsolete SysV ones Theodore Ts'o
2015-07-30 17:14   ` Christoph Hellwig
2015-07-27 14:22 ` [PATCH 4/4] xfstests: remove manual declaration of errno Theodore Ts'o
2015-07-30 17:15   ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).