diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2021-01-12 19:00:13 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2021-01-13 05:08:27 -0800 |
commit | 87450ecf8a80fa0572ec3a99abad30d11b5ccd4b (patch) | |
tree | 290fa2a365dfe2cca6b3dcce342a920552a0d0d2 /NEWS | |
parent | 2b4f67c2b33b545eac6a921fe08d0499ca679df3 (diff) | |
download | glibc-87450ecf8a80fa0572ec3a99abad30d11b5ccd4b.tar.gz glibc-87450ecf8a80fa0572ec3a99abad30d11b5ccd4b.tar.xz glibc-87450ecf8a80fa0572ec3a99abad30d11b5ccd4b.zip |
x86: Set header.feature_1 in TCB for always-on CET [BZ #27177]
Update dl_cet_check() to set header.feature_1 in TCB when both IBT and SHSTK are always on. (cherry picked from commit 2ef23b520597f4ea1790a669b83e608f24f4cf12)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 5c32a966b7..8b589b175b 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,7 @@ The following bugs are resolved with this release: [26853] aarch64: Missing unwind information in statically linked startup code [26932] libc: sh: Multiple floating point functions defined as stubs only [27130] "rep movsb" performance issue + [27177] GLIBC_TUNABLES=glibc.cpu.x86_ibt=on:glibc.cpu.x86_shstk=on doesn't work Version 2.32 |