This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.27/master in repository glibc.
from 9533f19aa5 Fix segfault in maybe_script_execute. new 3b3775697a preadv2/pwritev2: Handle offset == -1 [BZ #22753] new a127df9f3e Fix misreported errno on preadv2/pwritev2 (BZ#23579)
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 31 +++++++++++++++++ NEWS | 2 ++ manual/llio.texi | 21 +++++++---- misc/tst-preadvwritev-common.c | 38 ++++++++++++++++++++ misc/tst-preadvwritev2-common.c | 65 +++++++++++++++++++++++++++++++++-- misc/tst-preadvwritev2.c | 3 ++ misc/tst-preadvwritev64v2.c | 3 ++ sysdeps/posix/preadv2.c | 5 ++- sysdeps/posix/preadv64v2.c | 5 ++- sysdeps/posix/pwritev2.c | 5 ++- sysdeps/posix/pwritev64v2.c | 5 ++- sysdeps/unix/sysv/linux/preadv2.c | 7 ++-- sysdeps/unix/sysv/linux/preadv64v2.c | 8 +++-- sysdeps/unix/sysv/linux/pwritev2.c | 7 ++-- sysdeps/unix/sysv/linux/pwritev64v2.c | 7 ++-- 15 files changed, 190 insertions(+), 22 deletions(-)