This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/cet/setjmp in repository glibc.
discards ce65f7a812 jmpbuf: Add paddings for architecture specific usage adds ec72135e5f Fix string/bug-strncat1.c build with GCC 8. adds 2e64ec9c9e Fix string/tester.c build with GCC 8. adds be3a79a3cc Use __builtin_tgmath in tgmath.h with GCC 8 (bug 21660). adds 7a9368a117 malloc: Add missing arena lock in malloc_info [BZ #22408] adds 34eb41579c malloc: Account for all heaps in an arena in malloc_info [BZ [...] new f516888787 jmpbuf: Add paddings for architecture specific usage
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 (ce65f7a812) \ N -- N -- N refs/heads/hjl/cet/setjmp (f516888787)
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 1 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: ChangeLog | 85 ++++++++++++++ NEWS | 3 + include/setjmp.h | 15 --- malloc/Makefile | 2 + malloc/malloc.c | 27 ++++- malloc/tst-malloc_info.c | 101 ++++++++++++++++ math/tgmath.h | 204 ++++++++++++++++++++++++--------- string/bug-strncat1.c | 8 ++ string/tester.c | 46 +++++++- sysdeps/unix/sysv/linux/__saved_mask.h | 14 +++ 10 files changed, 426 insertions(+), 79 deletions(-) create mode 100644 malloc/tst-malloc_info.c