From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.2 Received: (qmail 28507 invoked from network); 22 Apr 2020 07:15:29 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with UTF8ESMTPZ; 22 Apr 2020 07:15:29 -0000 Received: (qmail 3100 invoked by uid 550); 22 Apr 2020 07:15:27 -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 3079 invoked from network); 22 Apr 2020 07:15:27 -0000 From: Florian Weimer To: Nicholas Piggin Cc: Adhemerval Zanella , Rich Felker , David Laight , musl@lists.openwall.com, "libc-alpha\@sourceware.org" , "libc-dev\@lists.llvm.org" , "linuxppc-dev\@lists.ozlabs.org" , Segher Boessenkool References: <1586931450.ub4c8cq8dj.astroid@bobo.none> <20200415225539.GL11469@brightrain.aerifal.cx> <20200416153756.GU11469@brightrain.aerifal.cx> <4b2a7a56-dd2b-1863-50e5-2f4cdbeef47c@linaro.org> <20200416175932.GZ11469@brightrain.aerifal.cx> <4f824a37-e660-8912-25aa-fde88d4b79f3@linaro.org> <20200416183151.GA11469@brightrain.aerifal.cx> <1587344003.daumxvs1kh.astroid@bobo.none> <20200421143941.GJ11469@brightrain.aerifal.cx> <960127e0-57a0-55b4-f309-ae0a675c7756@linaro.org> <1587536988.ivnp421w2w.astroid@bobo.none> Date: Wed, 22 Apr 2020 09:15:08 +0200 In-Reply-To: <1587536988.ivnp421w2w.astroid@bobo.none> (Nicholas Piggin's message of "Wed, 22 Apr 2020 16:54:18 +1000") Message-ID: <874ktcng8z.fsf@mid.deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [musl] Re: Powerpc Linux 'scv' system call ABI proposal take 2 * Nicholas Piggin: > Another option would be to use a different signal. I don't see that any > are more suitable. SIGSYS comes to my mind. But I don't know how exclusively it is associated with seccomp these days.