public inbox for libc-stable@sourceware.org
 help / color / mirror / Atom feed
From: Siddhesh Poyarekar <siddhesh@gotplt.org>
To: libc-stable@sourceware.org
Subject: Re: [PATCH 00/10][2.26] Malloc fixes and improvements
Date: Sun, 01 Jan 2017 00:00:00 -0000	[thread overview]
Message-ID: <462ef762-30a5-a1ca-a0c5-b66d1c50a9f2@gotplt.org> (raw)
In-Reply-To: <1511878186-31499-1-git-send-email-siddhesh@sourceware.org>

This should have read as [committed].

Siddhesh

On Tuesday 28 November 2017 07:39 PM, Siddhesh Poyarekar wrote:
> 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(-)
> 

      parent reply	other threads:[~2017-11-28 14:39 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-01  0:00 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
2017-01-01  0:00 ` [PATCH 05/10] malloc: Resolve compilation failure in NDEBUG mode 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 04/10] malloc: Change top_check return type to void 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 10/10] Add single-threaded path to _int_malloc Siddhesh Poyarekar
2017-01-01  0:00 ` Siddhesh Poyarekar [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=462ef762-30a5-a1ca-a0c5-b66d1c50a9f2@gotplt.org \
    --to=siddhesh@gotplt.org \
    --cc=libc-stable@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).