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

dl-sysdep has been wanting to use high bits in the vm_map mask for decades,
but that was only implemented lately.
---
 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;
-- 
2.29.2


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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-20  1:41 [hurd,commited] 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).