glibc/sysdeps/mach/htl
Sergey Bugaev a4273efa21 htl: Respect GL(dl_stack_flags) when allocating stacks
Previously, HTL would always allocate non-executable stacks.  This has
never been noticed, since GNU Mach on x86 ignores VM_PROT_EXECUTE and
makes all pages implicitly executable.  Since GNU Mach on AArch64
supports non-executable pages, HTL forgetting to pass VM_PROT_EXECUTE
immediately breaks any code that (unfortunately, still) relies on
executable stacks.

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Message-ID: <20240323173301.151066-7-bugaevc@gmail.com>
2024-03-23 22:48:44 +01:00
..
bits Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
Implies hurd: Add hurd thread library 2018-04-02 01:44:14 +02:00
pt-block-intr.c htl: Make sem_wait/sem_timedwait interruptible 2020-02-10 01:03:54 +00:00
pt-block.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-spin.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-stack-alloc.c htl: Respect GL(dl_stack_flags) when allocating stacks 2024-03-23 22:48:44 +01:00
pt-thread-alloc.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-thread-start.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-thread-terminate.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-timedblock-intr.c htl: Make sem_wait/sem_timedwait interruptible 2020-02-10 01:03:54 +00:00
pt-timedblock.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
pt-wakeup.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00
thrd_yield.c Update copyright dates with scripts/update-copyrights 2024-01-01 10:53:40 -08:00