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 26984 invoked from network); 30 Oct 2020 21:32:14 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 30 Oct 2020 21:32:14 -0000 Received: (qmail 10197 invoked by uid 550); 30 Oct 2020 21:32:12 -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 10179 invoked from network); 30 Oct 2020 21:32:12 -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=1604093520; 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=GdsDmG8aAQ6ox7/M3SHAK/jZ5lmhy8B/Jv3rZqOTtrg=; b=dtcwxdbTRPvqLaI4oIU5skviWc3dJU0RV6JDuq2dYdMDoMu4xkJP9Bdv+oCNLFmXYdGMW8 VtIlMT/h5STtOyIPf8+xkI9pe/r0/N+YTISzAXWRyq7nydMemusUQN2wnIHni84jukRq7s ryp9xk9bg6r19JRzz0+mzj3LTfYXWxE= From: Ariadne Conill To: Milan =?utf-8?B?UC4gU3RhbmnEhw==?= , musl@lists.openwall.com Cc: musl@lists.openwall.com, Rich Felker Date: Fri, 30 Oct 2020 15:31:54 -0600 Message-ID: <5298816.XTEcGr0bgB@nanabozho> In-Reply-To: <20201030185716.GE534@brightrain.aerifal.cx> References: <20201027211735.GV534@brightrain.aerifal.cx> <20201030185205.GA10849@arya.arvanta.net> <20201030185716.GE534@brightrain.aerifal.cx> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [musl] [PATCH v2] MT fork Hello, On Friday, October 30, 2020 12:57:17 PM MDT Rich Felker wrote: > There was a regression in musl too, I think. With > 27b2fc9d6db956359727a66c262f1e69995660aa you should be able to > re-enable parallel mark. If you get a chance to test, let us know if > it works for you. I have pushed current musl git plus the MT fork patch to Alpine edge as Alpine musl 1.2.2_pre0, and reenabling parallel mark has worked fine. It would be nice to have a musl 1.2.2 release that I can use for the source tarball instead of a git snapshot, but this will do for now. Ariadne