public inbox for libc-stable@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 00/10][2.26] Malloc fixes and improvements
@ 2017-01-01  0:00 Siddhesh Poyarekar
  2017-01-01  0:00 ` [PATCH 04/10] malloc: Change top_check return type to void Siddhesh Poyarekar
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Siddhesh Poyarekar @ 2017-01-01  0:00 UTC (permalink / raw)
  To: libc-stable

Hi,

This series backports the bunch of fixes Florian made to malloc to avoid
tripping over one's own heap corruption and the performance improvements Wilco
made to make single-threaded programs faster.

Siddhesh

Florian Weimer (5):
  malloc: Abort on heap corruption, without a backtrace [BZ #21754]
  malloc: Remove check_action variable [BZ #21754]
  malloc: Remove corrupt arena flag
  malloc: Change top_check return type to void
  malloc: Resolve compilation failure in NDEBUG mode

Wilco Dijkstra (5):
  Fix deadlock in _int_free consistency check
  Add single-threaded path to _int_free
  Fix build issue with SINGLE_THREAD_P
  Add single-threaded path to malloc/realloc/calloc/memalloc
  Add single-threaded path to _int_malloc

 ChangeLog            |  79 +++++++++++
 NEWS                 |  10 ++
 malloc/arena.c       |  31 +----
 malloc/hooks.c       |  81 +++--------
 malloc/malloc.c      | 371 +++++++++++++++++++++------------------------------
 manual/memory.texi   |  21 ++-
 manual/probes.texi   |   7 -
 manual/tunables.texi |  28 +---
 8 files changed, 280 insertions(+), 348 deletions(-)

-- 
2.7.5

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-11-28 14:39 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-01  0:00 [PATCH 00/10][2.26] Malloc fixes and improvements Siddhesh Poyarekar
2017-01-01  0:00 ` [PATCH 04/10] malloc: Change top_check return type to void Siddhesh Poyarekar
2017-01-01  0:00 ` [PATCH 10/10] Add single-threaded path to _int_malloc Siddhesh Poyarekar
2017-01-01  0:00 ` [PATCH 09/10] Add single-threaded path to malloc/realloc/calloc/memalloc Siddhesh Poyarekar
2017-01-01  0:00 ` [PATCH 00/10][2.26] Malloc fixes and improvements Siddhesh Poyarekar
2017-01-01  0:00 ` [PATCH 03/10] malloc: Remove corrupt arena flag Siddhesh Poyarekar
2017-01-01  0:00 ` [PATCH 07/10] Add single-threaded path to _int_free Siddhesh Poyarekar
2017-01-01  0:00 ` [PATCH 06/10] Fix deadlock in _int_free consistency check Siddhesh Poyarekar
2017-01-01  0:00 ` [PATCH 05/10] malloc: Resolve compilation failure in NDEBUG mode Siddhesh Poyarekar
2017-01-01  0:00 ` [PATCH 01/10] malloc: Abort on heap corruption, without a backtrace [BZ #21754] Siddhesh Poyarekar
2017-01-01  0:00 ` [PATCH 08/10] Fix build issue with SINGLE_THREAD_P Siddhesh Poyarekar
2017-01-01  0:00 ` [PATCH 02/10] malloc: Remove check_action variable [BZ #21754] Siddhesh Poyarekar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).