From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/7567 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: Pending patches & other changes Date: Fri, 1 May 2015 13:42:59 -0400 Message-ID: <20150501174259.GC17573@brightrain.aerifal.cx> References: <20150428034820.GA28803@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 1430502197 8761 80.91.229.3 (1 May 2015 17:43:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 May 2015 17:43:17 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-7580-gllmg-musl=m.gmane.org@lists.openwall.com Fri May 01 19:43:16 2015 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 1YoEy4-0004jk-CZ for gllmg-musl@m.gmane.org; Fri, 01 May 2015 19:43:16 +0200 Original-Received: (qmail 30176 invoked by uid 550); 1 May 2015 17:43:14 -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 30158 invoked from network); 1 May 2015 17:43:13 -0000 Content-Disposition: inline In-Reply-To: <20150428034820.GA28803@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:7567 Archived-At: On Mon, Apr 27, 2015 at 11:48:20PM -0400, Rich Felker wrote: > Here is a list of patches I'm aware of that have been sent to the list > that I haven't yet applied or rejected: > > [PATCH] generate debug_frame info for __syscall_cp_asm (i386) so gdb can get backtrace > [PATCH] fmtmsg: verify that label is in the correct format. > [PATCH] replace 'hlt' by 'ud2' in i386/x32/x86_64 a_crash implementations > [PATCH] conforming strverscmp() implementation > > There are also a few patches from nsz on the radar: > > http://port70.net/~nsz/musl/0001-add-IPTOS_CLASS_-macros-to-netinet-ip.h.patch > http://port70.net/~nsz/musl/0001-complex-fix-ctanh-0-i-nan-and-ctanh-0-i-inf.patch I applied these two. > http://port70.net/~nsz/musl/0001-inet_pton-clean-up.patch I suspect this should be done but I want to review it well and haven't gotten around to that yet. Let's look again after release. > and the BRE extensions that are still under discussion, and possibly Since adding these now would be a big committment to keep them I think we should hold off until/unless there's evidence that they're widely needed. I'd prefer getting apps fixed but if it's a recurring headache for users maybe we should just add them. > some cleanup of some always-false null checks in the failure path of > regcomp. This is just cleanup and I want to be sure it's correct before doing it, so let's look again after release. Rich