From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/6556 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] ARM atomics overhaul, try 2 Date: Wed, 19 Nov 2014 01:12:47 -0500 Message-ID: <20141119061247.GI22465@brightrain.aerifal.cx> References: <20141118191545.GA17522@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1416377589 10844 80.91.229.3 (19 Nov 2014 06:13:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Nov 2014 06:13:09 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-6569-gllmg-musl=m.gmane.org@lists.openwall.com Wed Nov 19 07:13:02 2014 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1XqyVi-0006bT-BT for gllmg-musl@m.gmane.org; Wed, 19 Nov 2014 07:13:02 +0100 Original-Received: (qmail 21977 invoked by uid 550); 19 Nov 2014 06:13:00 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 21966 invoked from network); 19 Nov 2014 06:13:00 -0000 Content-Disposition: inline In-Reply-To: <20141118191545.GA17522@brightrain.aerifal.cx> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:6556 Archived-At: On Tue, Nov 18, 2014 at 02:15:45PM -0500, Rich Felker wrote: > Here's a new version of the ARM atomics overhaul patch which I'm much > happier with. Whereas the old version imposed a heavy address > [...] Committed, with minor changes. Rich