mirror of git://sourceware.org/git/glibc.git
When CET is enabled, it is an error to dlopen a non CET enabled shared library in CET enabled application. It may be desirable to make CET permissive, that is disable CET when dlopening a non CET enabled shared library. With the new --enable-cet=permissive configure option, CET is disabled when dlopening a non CET enabled shared library. Add DEFAULT_DL_X86_CET_CONTROL to config.h.in: /* The default value of x86 CET control. */ #define DEFAULT_DL_X86_CET_CONTROL cet_elf_property which enables CET features based on ELF property note. --enable-cet=permissive it to /* The default value of x86 CET control. */ #define DEFAULT_DL_X86_CET_CONTROL cet_permissive which enables CET features permissively. Update tst-cet-legacy-5a, tst-cet-legacy-5b, tst-cet-legacy-6a and tst-cet-legacy-6b to check --enable-cet and --enable-cet=permissive. |
||
|---|---|---|
| .. | ||
| bits | ||
| include/asm | ||
| sys | ||
| Implies | ||
| Makefile | ||
| arch-pkey.h | ||
| cpu-features.c | ||
| dl-cet.h | ||
| dl-sysdep.c | ||
| elision-conf.c | ||
| elision-conf.h | ||
| elision-lock.c | ||
| elision-timed.c | ||
| elision-trylock.c | ||
| elision-unlock.c | ||
| force-elision.h | ||
| gettimeofday.c | ||
| hle.h | ||
| jmp_buf-ssp.sym | ||
| lowlevellock.h | ||
| pkey_get.c | ||
| pkey_set.c | ||
| pthread_mutex_cond_lock.c | ||
| pthread_mutex_lock.c | ||
| pthread_mutex_timedlock.c | ||
| pthread_mutex_trylock.c | ||
| setjmpP.h | ||
| sysconf.c | ||
| time.c | ||
| tst-cet-property-1.c | ||
| tst-cet-property-2.c | ||
| tst-cet-property-dep-2.S | ||
| tst-cet-setcontext-1.c | ||
| tst-saved_mask-1.c | ||