From: Carlos O'Donell Date: Thu, 3 Feb 2022 04:46:19 +0000 (-0500) Subject: Update NEWS. X-Git-Tag: glibc-2.35~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32ffd427413ab08566bbc051441fa7cfc082309b;p=thirdparty%2Fglibc.git Update NEWS. Moved LD_AUDIT notes into requirements section since the LAV_CURRENT bump is a requirements change that impacts loading old audit modules or new audit modules on older loaders. --- diff --git a/NEWS b/NEWS index 119879e3dd3..c489944c534 100644 --- a/NEWS +++ b/NEWS @@ -167,17 +167,18 @@ Deprecated and removed features, and other changes affecting compatibility: 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: + * The audit module interface version LAV_CURRENT is increased to enable proper bind-now support. The loader now advertises via the la_symbind - flags that PLT trace is not possible. + flags that PLT trace is not possible. New audit modules require the + new dynamic loader supporing the latest LAV_CURRENT version. Old audit + modules are still loaded for all targets except aarch64. * The audit interface on aarch64 is extended to support both the indirect result location register (x8) and NEON Q register. Old audit modules are - rejected by the loader. - -Changes to build and runtime requirements: - - [Add changes to build and runtime requirements here] + rejected by the loader. Audit modules must be rebuilt to use the newer + structure sizes and the latest module interface version for LAV_CURRENT. Security related changes: