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 21389 invoked from network); 21 May 2021 19:53:21 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 21 May 2021 19:53:21 -0000 Received: (qmail 14025 invoked by uid 550); 21 May 2021 19:53:17 -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 14005 invoked from network); 21 May 2021 19:53:17 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1621626785; 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: in-reply-to:in-reply-to:references:references; bh=Rd7aBdUBcJU5e73kh0RzNbu6ZJ9O6h0P4KiP1d1uEE0=; b=LdNRmjmHtsWrBfCJWnkK/r8b5nTWt7IQFLI6JICJEDfu0UHLbgUNDs+I1Gl/8MFfO8e2WL Pe2y39cFedCtGGIUMZjBLCwZoydmj6m9eIvW3jGQbHFtRYGnQAncua11FVKWBjz19XsayX 4b/DI2Gk+AHm8HCkKthUbv6cHxqD3U8= X-MC-Unique: xiODTFq5OL6mKm77bkx2OQ-1 From: Florian Weimer To: Matheus Castanho via Libc-alpha Cc: Nicholas Piggin , Matheus Castanho , musl@lists.openwall.com, "Dmitry V. Levin" , linux-api@vger.kernel.org, libc-dev@lists.llvm.org, linuxppc-dev@lists.ozlabs.org References: <20200611081203.995112-1-npiggin@gmail.com> <20210518231331.GA8464@altlinux.org> <1621385544.nttlk5qugb.astroid@bobo.none> <1621400263.gf0mbqhkrf.astroid@bobo.none> <87a6oo4312.fsf@linux.ibm.com> Date: Fri, 21 May 2021 21:52:51 +0200 In-Reply-To: <87a6oo4312.fsf@linux.ibm.com> (Matheus Castanho via Libc-alpha's message of "Fri, 21 May 2021 16:40:30 -0300") Message-ID: <87k0nr6ezw.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Subject: [musl] Re: Linux powerpc new system call instruction and ABI * Matheus Castanho via Libc-alpha: > From: Nicholas Piggin > Subject: [PATCH 1/1] powerpc: Fix handling of scv return error codes > > When using scv on templated ASM syscalls, current code interprets any > negative return value as error, but the only valid error codes are in > the range -4095..-1 according to the ABI. > > Reviewed-by: Matheus Castanho Please reference bug 27892 in the commit message. I'd also appreciate a backport to the 2.33 release branch (where you need to add NEWS manually to add the bug reference). Thanks, Florian