This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch azanella/tunables
in repository glibc.
discards fa4c065c48 elf: Do not parse ill-formatted strings
new a8c44318e5 elf: Do not parse ill-formatted strings
new 1a73ac45a7 elf: Do not duplicate GLIBC_TUNABLES string
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (fa4c065c48)
\
N -- N -- N refs/heads/azanella/tunables (1a73ac45a7)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
elf/dl-tunables.c | 59 +++++-----------
elf/dl-tunables.h | 6 +-
sysdeps/generic/dl-tunables-parse.h | 98 ++++++++++++++++++++++++++
sysdeps/s390/cpu-features.c | 47 +++++-------
sysdeps/unix/sysv/linux/aarch64/cpu-features.c | 38 ++++++----
sysdeps/unix/sysv/linux/powerpc/cpu-features.c | 49 ++++++-------
sysdeps/x86/cpu-tunables.c | 55 +++++++--------
7 files changed, 207 insertions(+), 145 deletions(-)
create mode 100644 sysdeps/generic/dl-tunables-parse.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.