From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa5.hgst.iphmx.com (esa5.hgst.iphmx.com [216.71.153.144]) by sourceware.org (Postfix) with ESMTPS id EB9E93851C0D for ; Tue, 18 Aug 2020 16:43:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org EB9E93851C0D IronPort-SDR: gTwK2SxQ7xKwYr6UX5CKpzkldzD/PF84ijG0bDKJ83cGPoTa2x8aY1CYrcclAYPbjt4pUNI0ZI 3ObDjooRtJiuLUpJzU9auwn5i+wJIwdfluJiN2Q8R/+ehmXnxKUyvbO2Cw9G96Un4D9t0ukxoa c5rbGcx9NlPGD/MwdqLL7R5M96ZmaiiMlscFRZ2IjYwQHypghtFEnf+K6679BdhTCMRWXawyXp M+tKwTZDCK/PmLjE5iuT95ia2r89hY1VX/M5bjhwoxk2PBcnYt6zSbY4IhpW2PZvQ1UlwDqujM Bzs= X-IronPort-AV: E=Sophos;i="5.76,328,1592841600"; d="scan'208";a="145256614" Received: from h199-255-45-14.hgst.com (HELO uls-op-cesaep01.wdc.com) ([199.255.45.14]) by ob1.hgst.iphmx.com with ESMTP; 19 Aug 2020 00:43:39 +0800 IronPort-SDR: 0l/Z4113gajinkxL29I1XlfMd/5pBzIPvtM+pLXnzu23OprW1PROsCQ6M6JInTcD4UrCzOmnjW z4yi8SjIs4Ag== Received: from uls-op-cesaip02.wdc.com ([10.248.3.37]) by uls-op-cesaep01.wdc.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Aug 2020 09:31:23 -0700 IronPort-SDR: DvgyccwGtioCDk4xC9+ttHFSDqim6Jv5Kg9gUpE/NSKf/xuuzhIlJpPuuT7/N8VZQRkYa/hIJJ P5Kh+oHAvN6A== WDCIronportException: Internal Received: from unknown (HELO redsun52) ([10.149.66.28]) by uls-op-cesaip02.wdc.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Aug 2020 09:43:38 -0700 Date: Tue, 18 Aug 2020 17:43:32 +0100 (BST) From: "Maciej W. Rozycki" To: Alistair Francis cc: libc-alpha@sourceware.org, alistair23@gmail.com Subject: Re: [PATCH v4 14/18] riscv32: Specify the arch_minimum_kernel as 5.4 In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (LFD 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Aug 2020 16:43:42 -0000 On Wed, 12 Aug 2020, Alistair Francis wrote: > Specify the minimum kernel version for RISC-V 32-bit as the 5.4 kernel. > We require this commit: "waitid: Add support for waiting for the current > process group" for the kernel as it adds support for the P_PGID id for > the waitid syscall. Without this patch we can't replace the wait4 ^ Missing space here. Otherwise OK. Maciej