Comment 7 for bug 1773363

Revision history for this message
In , Cvs-commit (cvs-commit) wrote :

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 <email address hidden>
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(-)