NEWS: Mention PLT rewrite on x86-64

Message ID 20240115173903.1109613-1-hjl.tools@gmail.com
State Committed
Commit e2803cfd8bb00b54816d1a2c381d2cf82b136da6
Headers
Series NEWS: Mention PLT rewrite on x86-64 |

Checks

Context Check Description
redhat-pt-bot/TryBot-apply_patch success Patch applied to master at the time it was sent
redhat-pt-bot/TryBot-32bit success Build for i686
linaro-tcwg-bot/tcwg_glibc_build--master-arm success Testing passed
linaro-tcwg-bot/tcwg_glibc_build--master-aarch64 success Testing passed
linaro-tcwg-bot/tcwg_glibc_check--master-arm success Testing passed
linaro-tcwg-bot/tcwg_glibc_check--master-aarch64 success Testing passed

Commit Message

H.J. Lu Jan. 15, 2024, 5:39 p.m. UTC
  Mention PLT rewrite on x86-64 for glibc 2.39.
---
 NEWS | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Noah Goldstein Jan. 16, 2024, 7 p.m. UTC | #1
On Mon, Jan 15, 2024 at 9:39 AM H.J. Lu <hjl.tools@gmail.com> wrote:
>
> Mention PLT rewrite on x86-64 for glibc 2.39.
> ---
>  NEWS | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/NEWS b/NEWS
> index 16afc4f869..72e9d70e1f 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -9,6 +9,10 @@ Version 2.39
>
>  Major new features:
>
> +* A new tunable, glibc.cpu.plt_rewrite, can be used to enable PLT
> +  rewrite on x86-64.  When enabled with non-lazy binding, the dynamic
> +  linker will rewrite indirect branches in PLT with direct branches.
> +
>  * Sync with Linux kernel 6.6 shadow stack interface.  The --enable-cet
>    configure option in only supported on x86-64.
>
> --
> 2.43.0
>

LGTM.
  

Patch

diff --git a/NEWS b/NEWS
index 16afc4f869..72e9d70e1f 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,10 @@  Version 2.39
 
 Major new features:
 
+* A new tunable, glibc.cpu.plt_rewrite, can be used to enable PLT
+  rewrite on x86-64.  When enabled with non-lazy binding, the dynamic
+  linker will rewrite indirect branches in PLT with direct branches.
+
 * Sync with Linux kernel 6.6 shadow stack interface.  The --enable-cet
   configure option in only supported on x86-64.