public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] Fix build with musl libc
@ 2018-01-22 15:57 Rostislav Skudnov
  2018-01-22 15:57 ` [PATCH v2 1/8] fsstress: Include stddef.h for ptrdiff_t Rostislav Skudnov
                   ` (7 more replies)
  0 siblings, 8 replies; 28+ messages in thread
From: Rostislav Skudnov @ 2018-01-22 15:57 UTC (permalink / raw)
  To: fstests

Replace some obsolete and non-standard data types, headers, macros and
symbols with standard and modern ones in order to allow building
xfstests with musl C library.

---

Changes since v1:

Split a single patch into multiple patches.


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

end of thread, other threads:[~2018-01-28 10:46 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-22 15:57 [PATCH v2 0/8] Fix build with musl libc Rostislav Skudnov
2018-01-22 15:57 ` [PATCH v2 1/8] fsstress: Include stddef.h for ptrdiff_t Rostislav Skudnov
2018-01-22 20:21   ` Christoph Hellwig
2018-01-23  4:01   ` Eryu Guan
2018-01-22 15:57 ` [PATCH v2 2/8] Replace all __[u]intNN_t types with standard [u]intNN_t Rostislav Skudnov
2018-01-22 20:22   ` Christoph Hellwig
2018-01-22 15:57 ` [PATCH v2 3/8] doio, growfiles: Use standard signal name SIGCHLD instead of SIGCLD Rostislav Skudnov
2018-01-22 20:22   ` Christoph Hellwig
2018-01-22 15:57 ` [PATCH v2 4/8] metaperf: Include linux/param.h explicitly for HZ macro Rostislav Skudnov
2018-01-22 20:24   ` Christoph Hellwig
2018-01-24  3:58     ` Eryu Guan
2018-01-25  0:02       ` Dave Chinner
2018-01-28 10:46         ` Eryu Guan
2018-01-27  3:16       ` Dave Chinner
2018-01-27  3:56         ` Dave Chinner
2018-01-22 15:57 ` [PATCH v2 5/8] dmiperf: Include sys/types.h for u_int32_t Rostislav Skudnov
2018-01-22 20:24   ` Christoph Hellwig
2018-01-24  4:00   ` Eryu Guan
2018-01-22 15:57 ` [PATCH v2 6/8] fssum: Use bswap_64() instead of __bswap_64() Rostislav Skudnov
2018-01-22 20:26   ` Christoph Hellwig
2018-01-23  7:36     ` Rostislav
2018-01-23  7:44       ` Christoph Hellwig
2018-01-23  8:08         ` [PATCH v3 6/8] fssum: Use htobe64() instead of a custom macro Rostislav Skudnov
2018-01-23 11:21           ` Christoph Hellwig
2018-01-22 15:57 ` [PATCH v2 7/8] t_mtab: Replace sys_siglist[] with strsignal() Rostislav Skudnov
2018-01-22 20:26   ` Christoph Hellwig
2018-01-22 15:57 ` [PATCH v2 8/8] pwrite_mmap_blocked: Include signal.h instead of sys/signal.h Rostislav Skudnov
2018-01-22 20:26   ` Christoph Hellwig

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