NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/57624: bpfjit failure when running on any W^X enforcing architecture
The following reply was made to PR kern/57624; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/57624: bpfjit failure when running on any W^X enforcing
architecture
Date: Fri, 22 Sep 2023 11:59:13 +0200
Turned out my test kernel had no options PAX_MPROTECT (accident in the config
file), so the elf note disabling pax mprotect got lost in a slightly
non obvious pax_setup_elf_flags() macro that does nothing.
Not sure if we should consider the silent enforcement a bug - it is not obvious
to me where it happens.
But for the issue at hand: solved by fixing the kernel config.
Martin
Home |
Main Index |
Thread Index |
Old Index