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.24-334-g7672e71


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  7672e712e1cd91a9252bb9db8ac1d9b528e19f2e (commit)
      from  a2049e7ab219e515b0b182f06c30215a85774a51 (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=7672e712e1cd91a9252bb9db8ac1d9b528e19f2e

commit 7672e712e1cd91a9252bb9db8ac1d9b528e19f2e
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Nov 4 16:42:37 2016 +0000

    XFAIL check-execstack for MIPS.
    
    This patch marks the check-execstack test as expected to fail for
    MIPS, with a comment referencing previous RFC discussion of the
    changes that would be needed to support non-executable stacks on MIPS.
    
    Tested for MIPS (all 24 ABIs).
    
    	* sysdeps/unix/sysv/linux/mips/Makefile [$(subdir) = elf]
    	(test-xfail-check-execstack): New variable.

diff --git a/ChangeLog b/ChangeLog
index 750243b..babd209 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-11-04  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/mips/Makefile [$(subdir) = elf]
+	(test-xfail-check-execstack): New variable.
+
 	* sysdeps/mips/localplt.data: New file.
 
 2016-11-04  Yury Norov  <ynorov@caviumnetworks.com>
diff --git a/sysdeps/unix/sysv/linux/mips/Makefile b/sysdeps/unix/sysv/linux/mips/Makefile
index c6729c1..bca11d3 100644
--- a/sysdeps/unix/sysv/linux/mips/Makefile
+++ b/sysdeps/unix/sysv/linux/mips/Makefile
@@ -99,6 +99,12 @@ sysdep-dl-routines += dl-static
 
 sysdep_routines += dl-vdso
 endif
+
+# Supporting non-executable stacks on MIPS requires changes to both
+# the Linux kernel and glibc.  See
+# <https://sourceware.org/ml/libc-alpha/2016-01/msg00567.html> and
+# <https://sourceware.org/ml/libc-alpha/2016-01/msg00719.html>.
+test-xfail-check-execstack = yes
 endif
 
 ifeq ($(subdir),stdlib)

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

Summary of changes:
 ChangeLog                             |    3 +++
 sysdeps/unix/sysv/linux/mips/Makefile |    6 ++++++
 2 files changed, 9 insertions(+), 0 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]