This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch siddhesh/malloc-hooks-new in repository glibc.
discards 3a7540810d Remove __morecore and __default_morecore discards 258e609833 Remove __after_morecore_hook discards 4f56502577 Remove malloc hooks discards e2c4bd7fb7 glibc.malloc.check: Wean away from malloc hooks discards 6d148aa2b5 mtrace: Wean away from malloc hooks discards 072cc41980 Simplify __malloc_initialized discards a8201b4f2b mcheck: Wean away from malloc hooks discards 3fb845c179 Move malloc hooks into a compat DSO adds c8935581de linux: Check for null value msghdr struct before use adds 832f50be6c elf: Call free from base namespace on error in dl-libc.c [BZ [...] adds b156c5f0a7 manual: fix description for preadv() adds 1c46663a70 linux: Consolidate Linux getsockopt implementation adds 4b93a93e40 linux: Consolidate Linux setsockopt implementation adds f7de21498d linux: Use the expected size for SO_TIMESTAMP{NS} convertion adds cf2256196c linux: Fix setsockopt fallback adds 7042b53f11 Exclude tst-realloc from tests-mcheck adds 83e55c982f glibc.malloc.check: Fix nit in documentation new 25b69e7fad Move malloc hooks into a compat DSO new 0171f8c237 mcheck: Wean away from malloc hooks new 880ba8e119 Simplify __malloc_initialized new 16c0ce72ab mtrace: Wean away from malloc hooks new 356339e8f1 glibc.malloc.check: Wean away from malloc hooks new 8f21ee25d3 Remove malloc hooks new f28506227b Remove __after_morecore_hook new 12b4933380 Remove __morecore and __default_morecore
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 (3a7540810d) \ N -- N -- N refs/heads/siddhesh/malloc-hooks-new (12b4933380)
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 8 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/Makefile | 3 +-- elf/dl-libc.c | 2 +- malloc/hooks.c | 2 +- malloc/mcheck-impl.c | 12 ++++++------ malloc/mtrace-impl.c | 4 +++- malloc/tst-compathooks-off.c | 2 +- manual/llio.texi | 2 +- manual/memory.texi | 16 ++++++++-------- manual/tunables.texi | 2 +- sysdeps/unix/sysv/linux/alpha/syscalls.list | 2 -- sysdeps/unix/sysv/linux/arm/syscalls.list | 2 -- sysdeps/unix/sysv/linux/convert_scm_timestamps.c | 9 +++++++-- sysdeps/unix/sysv/linux/generic/syscalls.list | 2 -- sysdeps/unix/sysv/linux/hppa/syscalls.list | 2 -- sysdeps/unix/sysv/linux/i386/kernel-features.h | 4 ++-- sysdeps/unix/sysv/linux/ia64/syscalls.list | 2 -- sysdeps/unix/sysv/linux/kernel-features.h | 2 ++ sysdeps/unix/sysv/linux/m68k/kernel-features.h | 4 ++-- sysdeps/unix/sysv/linux/microblaze/kernel-features.h | 2 -- sysdeps/unix/sysv/linux/mips/syscalls.list | 2 -- sysdeps/unix/sysv/linux/powerpc/kernel-features.h | 2 -- sysdeps/unix/sysv/linux/recvmsg.c | 4 ++-- sysdeps/unix/sysv/linux/s390/kernel-features.h | 4 ++-- sysdeps/unix/sysv/linux/setsockopt.c | 4 +++- sysdeps/unix/sysv/linux/sh/kernel-features.h | 2 -- sysdeps/unix/sysv/linux/sparc/kernel-features.h | 4 ++-- sysdeps/unix/sysv/linux/x86_64/syscalls.list | 2 -- 27 files changed, 45 insertions(+), 55 deletions(-)