public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] hurd: Note when the vm_map kernel bug was fixed
@ 2020-12-20 18:02 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2020-12-20 18:02 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=e94b01393ecf2e886b57a8e0b9fe4478fc8ee835

commit e94b01393ecf2e886b57a8e0b9fe4478fc8ee835
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Dec 20 01:46:11 2020 +0100

    hurd: Note when the vm_map kernel bug was fixed
    
    dl-sysdep has been wanting to use high bits in the vm_map mask for decades,
    but that was only implemented lately.

Diff:
---
 sysdeps/mach/hurd/dl-sysdep.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/mach/hurd/dl-sysdep.c b/sysdeps/mach/hurd/dl-sysdep.c
index a5169d85e7..a72db3415d 100644
--- a/sysdeps/mach/hurd/dl-sysdep.c
+++ b/sysdeps/mach/hurd/dl-sysdep.c
@@ -71,7 +71,7 @@ struct hurd_startup_data *_dl_hurd_data;
 # define fmh()		((void)0)
 # define unfmh()	((void)0)
 #else
-/* XXX loser kludge for vm_map kernel bug */
+/* XXX loser kludge for vm_map kernel bug, fixed by gnumach's 0650a4ee30e3 */
 #undef	ELF_MACHINE_USER_ADDRESS_MASK
 #define ELF_MACHINE_USER_ADDRESS_MASK	0
 static vm_address_t fmha;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-20 18:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-20 18:02 [glibc] hurd: Note when the vm_map kernel bug was fixed Samuel Thibault

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