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 5abf7fd23d elf: Remove unsecvars discards dde95b6c66 elf: Do not process invalid tunable format discards acf8710934 tunable: Ignore GLIBC_TUNABLES for AT_SECURE discards 8f8874f8b1 elf: Remove /etc/suid-debug support new a54091b35b elf: Remove /etc/suid-debug support new 38a6662623 elf: Make all malloc tunables SXID_ERASE new 75cb7b3188 aarch64: Make glibc.mem.tagging SXID_ERASE new db4c3b6d2e tunable: Ignore GLIBC_TUNABLES for AT_SECURE new 3552e1dc2b elf: Add GLIBC_TUNABLES to unsecvars new 8cd6203288 elf: Do not process invalid tunable format new fa4c065c48 elf: Do not parse ill-formatted strings
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 (5abf7fd23d) \ N -- N -- N refs/heads/azanella/tunables (fa4c065c48)
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 7 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-support.c | 15 ++++++++ elf/dl-tunables.c | 45 +++++++++++++++++------- elf/rtld.c | 17 +++++++-- elf/tst-env-setuid-tunables.c | 12 ++----- elf/tst-tunables.c | 81 ++++++++++++++++++++++++++++++------------- sysdeps/generic/unsecvars.h | 34 ++++++++++++++++++ 6 files changed, 155 insertions(+), 49 deletions(-) create mode 100644 sysdeps/generic/unsecvars.h