From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D434CC77B73 for ; Tue, 6 Jun 2023 04:49:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229536AbjFFEtD (ORCPT ); Tue, 6 Jun 2023 00:49:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36894 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232524AbjFFEtB (ORCPT ); Tue, 6 Jun 2023 00:49:01 -0400 Received: from 1wt.eu (ded1.1wt.eu [163.172.96.212]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id BB64F109; Mon, 5 Jun 2023 21:49:00 -0700 (PDT) Received: (from willy@localhost) by mail.home.local (8.17.1/8.17.1/Submit) id 3564miI3017465; Tue, 6 Jun 2023 06:48:44 +0200 Date: Tue, 6 Jun 2023 06:48:44 +0200 From: Willy Tarreau To: Thomas =?iso-8859-1?Q?Wei=DFschuh?= Cc: "Paul E. McKenney" , Zhangjin Wu , linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: nolibc patches, still possible for 6.5 ? Message-ID: References: <1fc53bcf-f7ec-4d74-a984-da4ee38e938f@t-8ch.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1fc53bcf-f7ec-4d74-a984-da4ee38e938f@t-8ch.de> Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Mon, Jun 05, 2023 at 12:44:03PM +0200, Thomas Weißschuh wrote: > (Talking about 20230605-nolibc-rv32+stkp7, > but the same issue is in stkp6) > > I noticed that the commit introducing prctl() comes *after* the one > making use of it. > > 8389cb4b55ae ("selftests/nolibc: prevent coredumps during test execution") > 033c01b5a8f4 ("tools/nolibc: add support for prctl()") > > This can lead to compiler errors and break bisectability. > > They just need to be swapped. just done in 20230606-nolibc-rv32+stkp7a, thank you! Willy