This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.26-63-g68dc02d


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 -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;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.

diff --git a/ChangeLog b/ChangeLog
index 8cec713..fd0ec11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2017-08-09  Dmitry V. Levin  <ldv@altlinux.org>
 
+	* sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h (enum __ptrace_request):
+	Fix typo in comment.
+
 	[BZ #21928]
 	* sysdeps/unix/sysv/linux/sys/ptrace.h (enum __ptrace_flags,
 	PTRACE_SEIZE_DEVEL): Remove.
diff --git a/sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h b/sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
index 479696d..df3d9c3 100644
--- a/sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
+++ b/sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
@@ -119,7 +119,7 @@ enum __ptrace_request
   PTRACE_SEIZE = 0x4206,
 #define PTRACE_SEIZE PTRACE_SEIZE
 
-  /* Trap seized trace.  */
+  /* Trap seized tracee.  */
   PTRACE_INTERRUPT = 0x4207,
 #define PTRACE_INTERRUPT PTRACE_INTERRUPT
 

http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;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.

diff --git a/ChangeLog b/ChangeLog
index 87f079d..8cec713 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2017-08-09  Dmitry V. Levin  <ldv@altlinux.org>
+
+	[BZ #21928]
+	* 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.
+
 2017-08-09  Joseph Myers  <joseph@codesourcery.com>
 
 	* posix/bits/types.h (__qaddr_t): Remove.
diff --git a/NEWS b/NEWS
index 4b7e69a..484c467 100644
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,8 @@ Major new features:
 
 Deprecated and removed features, and other changes affecting compatibility:
 
-  [Add deprecations, removals and changes affecting compatibility here]
+* On GNU/Linux, the obsolete Linux constant PTRACE_SEIZE_DEVEL is no longer
+  defined by <sys/ptrace.h>.
 
 Changes to build and runtime requirements:
 
diff --git a/sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h b/sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
index c8ca9e3..479696d 100644
--- a/sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
+++ b/sysdeps/unix/sysv/linux/aarch64/sys/ptrace.h
@@ -141,12 +141,6 @@ enum __ptrace_request
 };
 
 
-/* Flag for PTRACE_LISTEN.  */
-enum __ptrace_flags
-{
-  PTRACE_SEIZE_DEVEL = 0x80000000
-};
-
 /* Options set using PTRACE_SETOPTIONS.  */
 enum __ptrace_setoptions
 {
diff --git a/sysdeps/unix/sysv/linux/ia64/sys/ptrace.h b/sysdeps/unix/sysv/linux/ia64/sys/ptrace.h
index c77e6dc..681dc89 100644
--- a/sysdeps/unix/sysv/linux/ia64/sys/ptrace.h
+++ b/sysdeps/unix/sysv/linux/ia64/sys/ptrace.h
@@ -146,12 +146,6 @@ enum __ptrace_request
 };
 
 
-/* Flag for PTRACE_LISTEN.  */
-enum __ptrace_flags
-{
-  PTRACE_SEIZE_DEVEL = 0x80000000
-};
-
 /* pt_all_user_regs is used for PTRACE_GETREGS/PTRACE_SETREGS.  */
 struct __pt_all_user_regs
   {
diff --git a/sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h b/sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h
index ed1ed63..b2296fa 100644
--- a/sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h
+++ b/sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h
@@ -133,12 +133,6 @@ enum __ptrace_request
 };
 
 
-/* Flag for PTRACE_LISTEN.  */
-enum __ptrace_flags
-{
-  PTRACE_SEIZE_DEVEL = 0x80000000
-};
-
 /* Options set using PTRACE_SETOPTIONS.  */
 enum __ptrace_setoptions
 {
diff --git a/sysdeps/unix/sysv/linux/s390/sys/ptrace.h b/sysdeps/unix/sysv/linux/s390/sys/ptrace.h
index e913647..6c7d86b 100644
--- a/sysdeps/unix/sysv/linux/s390/sys/ptrace.h
+++ b/sysdeps/unix/sysv/linux/s390/sys/ptrace.h
@@ -210,12 +210,6 @@ enum __ptrace_request
 };
 
 
-/* Flag for PTRACE_LISTEN.  */
-enum __ptrace_flags
-{
-  PTRACE_SEIZE_DEVEL = 0x80000000
-};
-
 /* Options set using PTRACE_SETOPTIONS.  */
 enum __ptrace_setoptions
 {
diff --git a/sysdeps/unix/sysv/linux/sparc/sys/ptrace.h b/sysdeps/unix/sysv/linux/sparc/sys/ptrace.h
index f605494..1fda17c 100644
--- a/sysdeps/unix/sysv/linux/sparc/sys/ptrace.h
+++ b/sysdeps/unix/sysv/linux/sparc/sys/ptrace.h
@@ -215,12 +215,6 @@ enum __ptrace_request
 };
 
 
-/* Flag for PTRACE_LISTEN.  */
-enum __ptrace_flags
-{
-  PTRACE_SEIZE_DEVEL = 0x80000000
-};
-
 /* Options set using PTRACE_SETOPTIONS.  */
 enum __ptrace_setoptions
 {
diff --git a/sysdeps/unix/sysv/linux/sys/ptrace.h b/sysdeps/unix/sysv/linux/sys/ptrace.h
index 1daadd1..6ddd972 100644
--- a/sysdeps/unix/sysv/linux/sys/ptrace.h
+++ b/sysdeps/unix/sysv/linux/sys/ptrace.h
@@ -163,12 +163,6 @@ enum __ptrace_request
 };
 
 
-/* Flag for PTRACE_LISTEN.  */
-enum __ptrace_flags
-{
-  PTRACE_SEIZE_DEVEL = 0x80000000
-};
-
 /* Options set using PTRACE_SETOPTIONS.  */
 enum __ptrace_setoptions
 {

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

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(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]