From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,MAILING_LIST_MULTI, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 7B5F21F66E for ; Tue, 18 Aug 2020 16:43:44 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 675A73844072; Tue, 18 Aug 2020 16:43:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 675A73844072 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1597769023; bh=owvajtYO0yjeBqCHkF1M4AP2PHiXuzuf7MIkyDDcVPI=; h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=cL51c7BwoBGzS5TevuhMTvyT5g88D+frdq6qljWg2BhEnmz6jK+ccbpF3XHcD2gMN u7a3LO4aHu8g3RTOBZs7b60ePSIWd40ose/hpCEDslG04Srwth3qBfx+OWgli/6s4Y 5f5uCbh6ERU60F67fG2EFiIX6nqYb8mfdcIJ2Tf0= 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) To: Alistair Francis 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-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: , From: "Maciej W. Rozycki via Libc-alpha" Reply-To: "Maciej W. Rozycki" Cc: libc-alpha@sourceware.org Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" 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