public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* Update MAP_TYPE value for hppa from Linux 4.17
@ 2018-06-04 20:56 Joseph Myers
  2018-06-11 15:24 ` Ping " Joseph Myers
  0 siblings, 1 reply; 5+ messages in thread
From: Joseph Myers @ 2018-06-04 20:56 UTC (permalink / raw)
  To: libc-alpha

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.

2018-06-04  Joseph Myers  <joseph@codesourcery.com>

	* sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]
	(MAP_TYPE): Change value to 0x2b.

diff --git a/sysdeps/unix/sysv/linux/hppa/bits/mman.h b/sysdeps/unix/sysv/linux/hppa/bits/mman.h
index 380be7b..250ce38 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.  */

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Ping Re: Update MAP_TYPE value for hppa from Linux 4.17
  2018-06-04 20:56 Update MAP_TYPE value for hppa from Linux 4.17 Joseph Myers
@ 2018-06-11 15:24 ` Joseph Myers
  2018-06-18 10:54   ` Ping^2 " Joseph Myers
  0 siblings, 1 reply; 5+ messages in thread
From: Joseph Myers @ 2018-06-11 15:24 UTC (permalink / raw)
  To: libc-alpha

Ping.  This patch 
<https://sourceware.org/ml/libc-alpha/2018-06/msg00054.html> is pending 
review.

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Ping^2 Re: Update MAP_TYPE value for hppa from Linux 4.17
  2018-06-11 15:24 ` Ping " Joseph Myers
@ 2018-06-18 10:54   ` Joseph Myers
  2018-06-18 13:07     ` Adhemerval Zanella
  2018-06-18 13:31     ` John David Anglin
  0 siblings, 2 replies; 5+ messages in thread
From: Joseph Myers @ 2018-06-18 10:54 UTC (permalink / raw)
  To: libc-alpha; +Cc: danglin, carlos

Ping^2.  This patch 
<https://sourceware.org/ml/libc-alpha/2018-06/msg00054.html> is still 
pending review.

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Ping^2 Re: Update MAP_TYPE value for hppa from Linux 4.17
  2018-06-18 10:54   ` Ping^2 " Joseph Myers
@ 2018-06-18 13:07     ` Adhemerval Zanella
  2018-06-18 13:31     ` John David Anglin
  1 sibling, 0 replies; 5+ messages in thread
From: Adhemerval Zanella @ 2018-06-18 13:07 UTC (permalink / raw)
  To: libc-alpha



On 18/06/2018 07:54, Joseph Myers wrote:
> Ping^2.  This patch 
> <https://sourceware.org/ml/libc-alpha/2018-06/msg00054.html> is still 
> pending review.
> 

LGTM (it corresponds the commit d5b59a71204b0a9a).

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Ping^2 Re: Update MAP_TYPE value for hppa from Linux 4.17
  2018-06-18 10:54   ` Ping^2 " Joseph Myers
  2018-06-18 13:07     ` Adhemerval Zanella
@ 2018-06-18 13:31     ` John David Anglin
  1 sibling, 0 replies; 5+ messages in thread
From: John David Anglin @ 2018-06-18 13:31 UTC (permalink / raw)
  To: Joseph Myers, libc-alpha; +Cc: danglin, carlos

On 2018-06-18 6:54 AM, Joseph Myers wrote:
> Ping^2.  This patch
> <https://sourceware.org/ml/libc-alpha/2018-06/msg00054.html> is still
> pending review.
>
The change is correct.  Please install.

Thanks,
Dave

-- 
John David Anglin  dave.anglin@bell.net

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-06-18 13:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-04 20:56 Update MAP_TYPE value for hppa from Linux 4.17 Joseph Myers
2018-06-11 15:24 ` Ping " Joseph Myers
2018-06-18 10:54   ` Ping^2 " Joseph Myers
2018-06-18 13:07     ` Adhemerval Zanella
2018-06-18 13:31     ` John David Anglin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).