Juergen Hannken-Illjes wrote: > Module Name: src > Committed By: hannken > Date: Tue May 24 10:16:34 UTC 2016 > > Modified Files: > src/tests/lib/libbpfjit: Makefile > src/tests/net/bpfjit: Makefile > > Log Message: > Disable PAX mprotect to make just-in-time-compile tests work again. > > Ok: Christos Zoulas
We're lucky that we run bpfjit in kernel-space only and not e.g. in tcpdump/libpcap. Though, if we implement W^X in the kernel (like OpenBSD recently did), we will have to tackle this problem. Alex