From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 22734 invoked from network); 13 Nov 2020 06:22:23 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 13 Nov 2020 06:22:23 -0000 Received: (qmail 19715 invoked by uid 550); 13 Nov 2020 06:22:18 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 19695 invoked from network); 13 Nov 2020 06:22:18 -0000 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dereferenced.org; s=default; t=1605248526; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=f6grkZmtMGewjHkIeI1MBof8vDiWkHWRjHDFSyHlMLc=; b=SIi5bG70nzjIIEOcExLKkVaSXh3LEkYBWkGn5RLQ/mRW4vR4SLNVa5eyiz9bOUMM/ZJpzy HyT5qDRflM9j/HVZOJF1FQ64EDoLhNF7HdFd+gNqYq+Al3jdyA70MibYm7ooQSep7uzLao H/RlQxDR0BvCk83s7TVpvGZpe1GmEyg= From: Ariadne Conill To: musl@lists.openwall.com Cc: Rich Felker Date: Thu, 12 Nov 2020 23:22:02 -0700 Message-ID: <3863192.WZlz37ZuLi@nanabozho> In-Reply-To: <20201111205728.GA19755@brightrain.aerifal.cx> References: <20201111205728.GA19755@brightrain.aerifal.cx> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Authenticated-User: ariadne@dereferenced.org Subject: Re: [musl] [PATCH v3] MT-fork (series) Hello, On Wednesday, November 11, 2020 1:57:31 PM MST Rich Felker wrote: > Here is the latest version of the MT-fork patch along with proposed > changes leading up to it. It should fix all the known issues like like > order with malloc replacement. Comments/testing welcome. For those wanting to test this, I've pushed musl-1.2.2_pre1 to Alpine with these updated patches. Ariadne