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.28.9000-520-gacb55dc


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  acb55dcb892d4321ada6fd9b663b28fada432682 (commit)
      from  2ce09e0187da433c6bfd588fed7c2f645998b4b1 (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=acb55dcb892d4321ada6fd9b663b28fada432682

commit acb55dcb892d4321ada6fd9b663b28fada432682
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Jan 2 18:35:50 2019 +0000

    Update Linux kernel version in tst-mman-consts.py.
    
    This patch updates the Linux kernel version in tst-mman-consts.py to
    4.20 (meaning that's the version for which glibc is expected to have
    the same constants as the kernel, up to the exceptions listed in the
    test).  (Once we have more such tests sharing common infrastructure, I
    expect the kernel version will be something set in the infrastructure
    shared by all such tests, rather than something needing updating
    separately for each test for each new kernel version.)
    
    Tested with build-many-glibcs.py.
    
    	* sysdeps/unix/sysv/linux/tst-mman-consts.py (main): Expect
    	constants to match with Linux 4.20.

diff --git a/ChangeLog b/ChangeLog
index 96dc32d..75c80e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2019-01-02  Joseph Myers  <joseph@codesourcery.com>
 
+	* sysdeps/unix/sysv/linux/tst-mman-consts.py (main): Expect
+	constants to match with Linux 4.20.
+
 	* sysdeps/mips/mips32/libm-test-ulps: Update.
 	* sysdeps/mips/mips64/libm-test-ulps: Likewise.
 
diff --git a/sysdeps/unix/sysv/linux/tst-mman-consts.py b/sysdeps/unix/sysv/linux/tst-mman-consts.py
index 0985d1c..8e9f9d0 100644
--- a/sysdeps/unix/sysv/linux/tst-mman-consts.py
+++ b/sysdeps/unix/sysv/linux/tst-mman-consts.py
@@ -41,7 +41,7 @@ def main():
                         help='C compiler (including options) to use')
     args = parser.parse_args()
     linux_version_headers = linux_kernel_version(args.cc)
-    linux_version_glibc = (4, 19)
+    linux_version_glibc = (4, 20)
     sys.exit(glibcextract.compare_macro_consts(
         '#define _GNU_SOURCE 1\n'
         '#include <sys/mman.h>\n',

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

Summary of changes:
 ChangeLog                                  |    3 +++
 sysdeps/unix/sysv/linux/tst-mman-consts.py |    2 +-
 2 files changed, 4 insertions(+), 1 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]