This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/21738] misc/tst-preadvwritev2 and misc/tst-preadvwritev64v2 fail


https://sourceware.org/bugzilla/show_bug.cgi?id=21738

--- Comment #8 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  94070f86c0c849c71ed2e7e2189bb4d1f7411a17 (commit)
      from  2a91300176a5991d9825eba085e502196a3f47cd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=94070f86c0c849c71ed2e7e2189bb4d1f7411a17

commit 94070f86c0c849c71ed2e7e2189bb4d1f7411a17
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Mon Jul 10 15:53:32 2017 -0300

    posix: Add p{read,write}v2 RWF_NOWAIT flag (BZ#21738)

    Linux 4.12 (b745fafaf70c0a98a2e1e7ac8cb14542889ceb0e) adds a new
    p{read,write}v2 flag RWF_NOWAIT.  This patch adds it for linux
    uio-ext.h header.

    Checked on x86_64-linux-gnu (on a 4.10 kernel).

        [BZ #21738]
        * manual/llio.texi (RWF_NOWAIT): New item.
        * misc/tst-preadvwritev2-common.c (do_test_with_invalid_flags):
        Add RWF_NOWAIT check.
        * sysdeps/unix/sysv/linux/bits/uio-ext.h (RWF_NOWAIT): New flag.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                              |    8 ++++++++
 manual/llio.texi                       |    4 ++++
 misc/tst-preadvwritev2-common.c        |   15 +++++----------
 sysdeps/unix/sysv/linux/bits/uio-ext.h |    1 +
 4 files changed, 18 insertions(+), 10 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]