From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14114 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH 00/11] Update for linux v5.1 Date: Sat, 11 May 2019 20:17:39 -0400 Message-ID: <20190512001739.GK23599@brightrain.aerifal.cx> References: <20190511164615.GA16415@port70.net> Reply-To: musl@lists.openwall.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="173345"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.5.21 (2010-09-15) To: musl@lists.openwall.com Original-X-From: musl-return-14130-gllmg-musl=m.gmane.org@lists.openwall.com Sun May 12 02:17:55 2019 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.89) (envelope-from ) id 1hPcBf-000j09-I7 for gllmg-musl@m.gmane.org; Sun, 12 May 2019 02:17:55 +0200 Original-Received: (qmail 10114 invoked by uid 550); 12 May 2019 00:17:52 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 10093 invoked from network); 12 May 2019 00:17:52 -0000 Content-Disposition: inline In-Reply-To: <20190511164615.GA16415@port70.net> Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:14114 Archived-At: On Sat, May 11, 2019 at 06:46:15PM +0200, Szabolcs Nagy wrote: > tested on x86_64 and i486, build tested on other targets. > the SYS_ipc change does not affect the stripped libc.so on i486. > (the other changes are header definitions only) I think the SYS_ipc stuff should be ok, but please keep commit messages to 76 columns or fewer (resulting in 80 with the 4-space indent git prints). I can reformat if you have a pattern you'd like to follow, but it's not obvious what the nicest one would be. Rich