mailing list of musl libc
 help / color / mirror / code / Atom feed
034a83d83043becb2444bfd84eca48b2e8d8b5af blob 211 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
#ifndef _MPROT_ARCH_H
#define _MPROT_ARCH_H

static inline int do_mprot(int prot) {
 if (prot & PROT_EXEC)

#define MPROT_ARCH(prot) \
do {
 if (prot & PROT_EXEC) { \
 prot |= PROT_BTI; \
 } \
} while(0)
#endif
debug log:

solving 32f7afc6 ...
found 32f7afc6 in https://inbox.vuxu.org/musl/CAFftDdoK1tc9foTMLhn6NXXDaR9am3qNVF0jfUP7XNT9TzRpeg@mail.gmail.com/

applying [1/1] https://inbox.vuxu.org/musl/CAFftDdoK1tc9foTMLhn6NXXDaR9am3qNVF0jfUP7XNT9TzRpeg@mail.gmail.com/
diff --git a/arch/aarch64/mprot_arch.h b/arch/aarch64/mprot_arch.h
new file mode 100644
index 00000000..32f7afc6

Checking patch arch/aarch64/mprot_arch.h...
Applied patch arch/aarch64/mprot_arch.h cleanly.

index at:
100644 034a83d83043becb2444bfd84eca48b2e8d8b5af	arch/aarch64/mprot_arch.h

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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 NNTP newsgroup(s).