This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch siddhesh/malloc-hooks in repository glibc.
discards d515522247 Remove malloc hooks discards f60bea0005 glibc.malloc.check: Wean away from malloc hooks discards 01879e5543 mtrace: Wean away from malloc hooks discards c84632b74a Simplify __malloc_initialized discards 67580a6f03 mcheck: Wean away from malloc hooks discards 1cb2545398 Move malloc hooks into a compat DSO discards 3ff4b3ac4d Remove __morecore and __default_morecore discards f4b8d7c5b7 Remove __after_morecore_hook adds 70099c7763 nis: nis_local_group may read from __nisgroup[-1] (bug 28075) adds 8235f9311b Fix failing nss/tst-nss-files-hosts-long. adds aaacde11f2 Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MIN adds 72e84d1db2 Linux: Use 32-bit vDSO for clock_gettime, gettimeofday, time [...] new 2e1cf7bd71 mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068] new fbd44c3656 Make mcheck tests conditional on GLIBC_2.24 or earlier new 5393ca4633 Remove __after_morecore_hook new 3aa1413fdf Remove __morecore and __default_morecore new bfbf5a41de Move malloc hooks into a compat DSO new 617ca09199 mcheck: Wean away from malloc hooks new 537f776742 Simplify __malloc_initialized new 7292eed90a mtrace: Wean away from malloc hooks new ebf250870f glibc.malloc.check: Wean away from malloc hooks new a6f33b80e2 Remove malloc hooks new cf57ab3f4c mcheck Fix malloc_usable_size [BZ #22057]
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 (d515522247) \ N -- N -- N refs/heads/siddhesh/malloc-hooks (cf57ab3f4c)
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 11 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: include/bits/local_lim.h | 7 --- malloc/Makefile | 8 ++-- malloc/malloc-debug.c | 8 +++- malloc/mcheck-impl.c | 18 ++++--- nis/nis_local_names.c | 1 + nptl/tst-minstack-exit.c | 3 ++ .../tst-reload1.root}/postclean.req | 0 sysdeps/i386/Makefile | 4 -- sysdeps/nptl/pthread.h | 4 +- sysdeps/unix/sysv/linux/Makefile | 8 +++- sysdeps/unix/sysv/linux/bits/local_lim.h | 10 +--- .../sysv/linux/bits/pthread_stack_min-dynamic.h | 25 +++++----- sysdeps/unix/sysv/linux/clock_gettime.c | 51 +++++++++++++++----- .../linux/include/bits/pthread_stack_min-dynamic.h | 7 +++ ...t-ntp_gettime.c => tst-clock_gettime-clobber.c} | 55 +++++++++++----------- .../unix/sysv/linux/tst-gettimeofday-clobber.c | 25 +++++----- .../unix/sysv/linux/tst-time-clobber.c | 24 ++++------ sysdeps/x86_64/x32/Makefile | 4 -- 18 files changed, 145 insertions(+), 117 deletions(-) delete mode 100644 include/bits/local_lim.h copy {elf/tst-glibc-hwcaps-2-cache.root => nss/tst-reload1.root}/postclean.req (100%) copy support/xsched.h => sysdeps/unix/sysv/linux/bits/pthread_stack_min-dynamic.h (67%) create mode 100644 sysdeps/unix/sysv/linux/include/bits/pthread_stack_min-dynamic.h copy sysdeps/unix/sysv/linux/{tst-ntp_gettime.c => tst-clock_gettime-clobber.c} (53%) copy time/tst-timespec_get.c => sysdeps/unix/sysv/linux/tst-gettimeofday-clobber.c (73%) copy time/tst-timespec_get.c => sysdeps/unix/sysv/linux/tst-time-clobber.c (76%)