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/21928] sys/ptrace.h: remove obsolete temporary development Linux constant PTRACE_SEIZE_DEVEL


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

--- Comment #1 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  68dc02d1dcbfb37ee22327d6a3c43f528d593035 (commit)
       via  60e2846e2633a990bdf474004a373bde54c0bc5f (commit)
      from  24d9f53ab0233bc385233c584abaeecbb75b04d1 (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=68dc02d1dcbfb37ee22327d6a3c43f528d593035

commit 68dc02d1dcbfb37ee22327d6a3c43f528d593035
Author: Dmitry V. Levin <ldv@altlinux.org>
Date:   Thu Aug 10 01:28:58 2017 +0000

    aarch64/sys/ptrace.h: fix typo in comment

    * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h (enum __ptrace_request):
    Fix typo in comment.

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=60e2846e2633a990bdf474004a373bde54c0bc5f

commit 60e2846e2633a990bdf474004a373bde54c0bc5f
Author: Dmitry V. Levin <ldv@altlinux.org>
Date:   Tue Jul 18 09:23:38 2017 +0000

    sys/ptrace.h: remove obsolete Linux PTRACE_SEIZE_DEVEL constant [BZ #21928]

    Remove enum __ptrace_flags along with the only constant it contains,
    PTRACE_SEIZE_DEVEL, from Linux's sys/ptrace.h files.

    This temporary development constant shouldn't have been added to
    sys/ptrace.h in the first place.  It was introduced in Linux by commit
    v3.1-rc1~308^2~28 as a temporary part of new experimental PTRACE_SEIZE
    interface.  Later, as PTRACE_SEIZE stabilized and lost its experimental
    status, this flag was removed from Linux by commit v3.4-rc1~109^2~20.

    * sysdeps/unix/sysv/linux/sys/ptrace.h (enum __ptrace_flags,
    PTRACE_SEIZE_DEVEL): Remove.
    * sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h: Likewise.
    * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
    * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
    * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
    * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.

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

Summary of changes:
 ChangeLog                                    |   14 ++++++++++++++
 NEWS                                         |    3 ++-
 sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h |    8 +-------
 sysdeps/unix/sysv/linux/ia64/sys/ptrace.h    |    6 ------
 sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h |    6 ------
 sysdeps/unix/sysv/linux/s390/sys/ptrace.h    |    6 ------
 sysdeps/unix/sysv/linux/sparc/sys/ptrace.h   |    6 ------
 sysdeps/unix/sysv/linux/sys/ptrace.h         |    6 ------
 8 files changed, 17 insertions(+), 38 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]