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/22947] FAIL: misc/tst-preadvwritev2


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

--- Comment #4 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, release/2.27/master has been updated
       via  d658d6d757a4fd3f187d38da8b627dd8142f3608 (commit)
      from  a8a7d4c5d8d3a767c5cae0d327f17edb813cf6f2 (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=d658d6d757a4fd3f187d38da8b627dd8142f3608

commit d658d6d757a4fd3f187d38da8b627dd8142f3608
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Apr 3 12:19:20 2018 -0700

    Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]

    Add RWF_APPEND to RWF_SUPPORTED to support Linux kernel 4.16.

        [BZ #22947]
        * bits/uio-ext.h (RWF_APPEND): New.
        * sysdeps/unix/sysv/linux/bits/uio-ext.h (RWF_APPEND): Likewise.
        * manual/llio.texi: Document RWF_APPEND.
        * misc/tst-preadvwritev2-common.c (RWF_APPEND): New.
        (RWF_SUPPORTED): Add RWF_APPEND.

    (cherry picked from commit f2652643d7234c08205b75f527191c2e2b35251f)

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

Summary of changes:
 ChangeLog                              |    9 +++++++++
 bits/uio-ext.h                         |    1 +
 manual/llio.texi                       |    3 +++
 misc/tst-preadvwritev2-common.c        |    6 +++++-
 sysdeps/unix/sysv/linux/bits/uio-ext.h |    1 +
 5 files changed, 19 insertions(+), 1 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]