public inbox for libc-stable@sourceware.org
 help / color / mirror / Atom feed
From: "Gabriel F. T. Gomes" <gabriel@inconstante.eti.br>
To: <libc-stable@sourceware.org>
Subject: [2.25 0/2] Backport fixes for bugs 22685 and 21744 to 2.25?
Date: Mon, 01 Jan 2018 00:00:00 -0000	[thread overview]
Message-ID: <20180130193123.527-1-gabriel@inconstante.eti.br> (raw)

The fix for bug 22685 alone is not enough to fix the failures in
stdlib/tst-secure-getent, elf/tst-env-setuid, and
elf/tst-env-setuid-tunables.  To the best of my knowledge, it requires
the backporting of the fix for bug 21744.

Both fixes are submitted in this thread and I have tested that
backporting both to 2.25 indeed fixes the errors in the aforementioned
test cases for powerpc64le and x86_64.

Is it OK to backport these two patches to the 2.25 branch?

Thanks,
Gabriel

Adhemerval Zanella (1):
  tunables: Use direct syscall for access (BZ#21744)

Tulio Magno Quites Machado Filho (1):
  powerpc: Fix syscalls during early process initialization [BZ #22685]

 ChangeLog                                   | 21 +++++++++++++++++
 NEWS                                        |  2 ++
 elf/dl-tunables.c                           |  2 ++
 include/unistd.h                            |  7 ------
 sysdeps/generic/not-errno.h                 | 19 ++++++++++++++++
 sysdeps/powerpc/powerpc32/sysdep.h          |  5 +++--
 sysdeps/powerpc/powerpc64/sysdep.h          |  5 +++--
 sysdeps/unix/sysv/linux/access.c            | 15 -------------
 sysdeps/unix/sysv/linux/not-errno.h         | 35 +++++++++++++++++++++++++++++
 sysdeps/unix/sysv/linux/powerpc/not-errno.h | 30 +++++++++++++++++++++++++
 10 files changed, 115 insertions(+), 26 deletions(-)
 create mode 100644 sysdeps/generic/not-errno.h
 create mode 100644 sysdeps/unix/sysv/linux/not-errno.h
 create mode 100644 sysdeps/unix/sysv/linux/powerpc/not-errno.h

-- 
2.13.6

             reply	other threads:[~2018-01-30 19:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-01  0:00 Gabriel F. T. Gomes [this message]
2018-01-01  0:00 ` Adhemerval Zanella
2018-01-01  0:00   ` Gabriel F. T. Gomes
2018-01-01  0:00 ` [2.25 2/2] powerpc: Fix syscalls during early process initialization [BZ #22685] Gabriel F. T. Gomes
2018-01-01  0:00 ` [2.25 1/2] tunables: Use direct syscall for access (BZ#21744) Gabriel F. T. Gomes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180130193123.527-1-gabriel@inconstante.eti.br \
    --to=gabriel@inconstante.eti.br \
    --cc=libc-stable@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).