From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/14462 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: x32 broken stuff, for the record Date: Sat, 27 Jul 2019 20:53:20 -0400 Message-ID: <20190728005320.GR1506@brightrain.aerifal.cx> 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="268550"; 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-14478-gllmg-musl=m.gmane.org@lists.openwall.com Sun Jul 28 02:53:40 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 1hrXRR-0017i0-KM for gllmg-musl@m.gmane.org; Sun, 28 Jul 2019 02:53:37 +0200 Original-Received: (qmail 15805 invoked by uid 550); 28 Jul 2019 00:53:34 -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 15764 invoked from network); 28 Jul 2019 00:53:33 -0000 Content-Disposition: inline Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:14462 Archived-At: Working on time64 stuff that will allow us to drop the x32/syscall_arch.h __fixup hacks, I came across some stuff that's presumably broken on x32 now due to not being covered by the timespec rewriting cases there: - semtimedop - pthread_mutex_timedlock with PI mutexes - timer_settime - timerfd_settime - recvmmsg I'm not going to be fixing these independently of the time64 changes, but they'll soon disappear once some changes for time64 go in. Rich