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.27.9000-484-g91b2f3e


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  91b2f3e5dd9940d81c424dc35cd182d7631fc3c4 (commit)
      from  3fe8fc793f2e98c28c07428fabdeaf2f3c3480c7 (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=91b2f3e5dd9940d81c424dc35cd182d7631fc3c4

commit 91b2f3e5dd9940d81c424dc35cd182d7631fc3c4
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Jun 18 13:33:52 2018 +0000

    Update MAP_TYPE value for hppa from Linux 4.17.
    
    This patch updates the hppa definition of MAP_TYPE to reflect a
    corresponding change in the Linux kernel in 4.17 (so the value now has
    four bits set, as it does on other architectures, although they are
    different from other architectures because of hppa differences in
    other MAP_* bits).
    
    Tested with build-many-glibcs.py for hppa.
    
    	* sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]
    	(MAP_TYPE): Change value to 0x2b.

diff --git a/ChangeLog b/ChangeLog
index 2f71706..343f421 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-06-18  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]
+	(MAP_TYPE): Change value to 0x2b.
+
 2018-06-18  Florian Weimer  <fweimer@redhat.com>
 
 	[BZ #15722]
diff --git a/sysdeps/unix/sysv/linux/hppa/bits/mman.h b/sysdeps/unix/sysv/linux/hppa/bits/mman.h
index 1d2a175..1c7d370 100644
--- a/sysdeps/unix/sysv/linux/hppa/bits/mman.h
+++ b/sysdeps/unix/sysv/linux/hppa/bits/mman.h
@@ -36,7 +36,7 @@
 #ifdef __USE_MISC
 # define MAP_SHARED_VALIDATE	0x03	/* Share changes and validate
 					   extension flags.  */
-# define MAP_TYPE	0x03		/* Mask for type of mapping */
+# define MAP_TYPE	0x2b		/* Mask for type of mapping */
 #endif
 
 /* Other flags.  */

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

Summary of changes:
 ChangeLog                                |    5 +++++
 sysdeps/unix/sysv/linux/hppa/bits/mman.h |    2 +-
 2 files changed, 6 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]