From 243e34c623cf9d4bb5a22a6990e809e896968fcf Mon Sep 17 00:00:00 2001
From: Guillem Jover <guillem@hadrons.org>
Date: Sat, 20 Jul 2019 20:50:14 +0200
Subject: [PATCH libaio v2 0/7] Assorted harness fixes
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Hi!

Here's a bunch of harness fixes for the libaio project, that we are
carrying as a delta in the Debian package.

I'm resending these, and CCing Jeff, because apparently last time
around most of the mails didn't get through kvack.org. :/

This is also available as a branch at:

  <https://git.hadrons.org/cgit/sys/libaio.git/log/?h=pu/harness>

Thanks,
Guillem


Guillem Jover (7):
  harness: Use destination strncpy() expression for sizeof() argument
  harness: Use run-time _SC_PAGE_SIZE instead of build-time PAGESIZE
  harness: Make RISC-V use SYS_eventfd2 instead of unavailable
    SYS_eventfd
  harness: Add fallback code for filesystems not supporting O_DIRECT
  harness: Handle -ENOTSUP from io_submit() with RWF_NOWAIT
  harness: The WRITE call does not change across different arches
    anymore
  harness: Make the test exit with a code matching the pass/fail state

 harness/Makefile    |  2 +-
 harness/cases/16.t  |  6 +++---
 harness/cases/17.t  |  2 ++
 harness/cases/18.t  | 36 ++++++++++++++++++++++++++----------
 harness/cases/19.t  |  6 +++++-
 harness/cases/21.t  |  9 +++++----
 harness/cases/5.t   |  8 +-------
 harness/runtests.sh |  6 ++++--
 8 files changed, 47 insertions(+), 28 deletions(-)

-- 
2.22.0.657.g960e92d24f

