[v2] Add prelink removal plan on NEWS

Message ID 20220128175208.161957-1-adhemerval.zanella@linaro.org
State Committed
Commit be211e0922faba196d780565875b4617cc9839aa
Headers
Series [v2] Add prelink removal plan on NEWS |

Checks

Context Check Description
dj/TryBot-apply_patch success Patch applied to master at the time it was sent
dj/TryBot-32bit success Build for i686

Commit Message

Adhemerval Zanella Netto Jan. 28, 2022, 5:52 p.m. UTC
  ---
 NEWS | 4 ++++
 1 file changed, 4 insertions(+)
  

Comments

Carlos O'Donell Jan. 28, 2022, 6:52 p.m. UTC | #1
On 1/28/22 12:52, Adhemerval Zanella wrote:
> ---
>  NEWS | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/NEWS b/NEWS
> index 07e9eac52d..984baae694 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -153,6 +153,10 @@ Deprecated and removed features, and other changes affecting compatibility:
>    been removed.  There are widely-deployed out-of-process alternatives for
>    catching coredumps and backtraces.
>  
> +* Support for prelink will be removed in the next release; this includes
> +  removal of the LD_TRACE_PRELINKING, and LD_USE_LOAD_BIAS, environment
> +  variables and their functionality in the dynamic loader.

OK for glibc 2.35.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>

> +
>  Changes to build and runtime requirements:
>  
>    [Add changes to build and runtime requirements here]
  

Patch

diff --git a/NEWS b/NEWS
index 07e9eac52d..984baae694 100644
--- a/NEWS
+++ b/NEWS
@@ -153,6 +153,10 @@  Deprecated and removed features, and other changes affecting compatibility:
   been removed.  There are widely-deployed out-of-process alternatives for
   catching coredumps and backtraces.
 
+* Support for prelink will be removed in the next release; this includes
+  removal of the LD_TRACE_PRELINKING, and LD_USE_LOAD_BIAS, environment
+  variables and their functionality in the dynamic loader.
+
 Changes to build and runtime requirements:
 
   [Add changes to build and runtime requirements here]