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-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 3B02F1F461 for ; Thu, 29 Aug 2019 17:28:47 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; q=dns; s=default; b=uHE/g IYHKYsb0ttb2+h8WRYQsOykQ3KOLpCHFJ1mBJWBhRpbhhQY3r7YrS5RHPAp6zbNi Asj+p2MZIr3adzp1OmT4OQLdcvZD8OzJi96CHhgkU7p/wj7P82B4Kdsmwoqmyhs1 j+qazBmgY7YFGkcOLE0hJnmRzazWCXKXG+uM6c= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:cc:subject:in-reply-to:message-id :references:mime-version:content-type; s=default; bh=aMjAMX8HPHF 3k1hlYj+jFT2C3oE=; b=O9M3za/Ccb8hmNU8qGaycnTo6M4805y/8ttZ+p8uIta 4v7qO79kAxFQ8UfNM8+WIhKyw9bfEJ7uH+wWGbLHx0jWrOQZBn44uSb2rtyIVxy3 YMKXApcR+y5oRdi2ay6Avco6Vg6KMclpceOjOs8ampfDAL1U1ubF93uz5n8fzuGM = Received: (qmail 117840 invoked by alias); 29 Aug 2019 17:28:38 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 117786 invoked by uid 89); 29 Aug 2019 17:28:37 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: esa2.mentor.iphmx.com IronPort-SDR: neUem/Xel1Jo3l0iykOK5d0o1EPrp4whxb+Pah1gmzi29WtleAHkksQ2ZEjUt6WCxiaf0YNM81 LEeJxwHayIbHzw4dxO60tCjSHzKCwcF2kh3+g2l6gg5Z5v+45DEez4TM6Orsv1FKRFP1ULwrsV 2/gN6FQ3ZYtuWbagEIYi5mDoLJyQ0eja4d1MaV3zTftZLchDfVGeUI/sq5WPLgvQ6HjnaDyGCO acr0WlkwT1WYD43OZ/S12v28nsJ69U63EvUr65M//paohUubnPTt7qceYVLMeJqMETRSmJjpTn /NE= IronPort-SDR: a+MuxVBo4p18Dt2KRTV5MgD7H+ojNCQG4zCvVVF22nxZ3Lc8PONNnqwhHoSQThva83uxMWNKqQ bBSxx2Qu6LAERLw1/reLKS67YelkTRR+cx1RkLoXV0oU8803s7wcaWqI/eRiYUChnO2/hW/bd0 pDsVrRv4tHrfjb53MUhAXVwv0BSn0Jm8kxrqlwxbE98TKR0Zgfh1fZBAn6FZOj9NZ3V8QCRGVj Pkab2/pk2TzHW2BmG39dijqLCu+0JArKJiVElprJAgX+MNyykXUANuEA5VSJnSxlVmgHGFT/KA 8es= Date: Thu, 29 Aug 2019 17:28:27 +0000 From: Joseph Myers To: Alistair Francis CC: , , , , , , , Subject: Re: [RFC v5 00/21] RISC-V glibc port for the 32-bit In-Reply-To: Message-ID: References: User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" On Thu, 29 Aug 2019, Alistair Francis wrote: > All testing has been done on a 5.3 kernel with these two patches back > ported from linux-next: > - pidfd: add P_PIDFD to waitid() > - waitid: Add support for waiting for the current process group > to fix the waitid() syscall race. > > Issues still to address: > - Wait for Lukasz's patche series mentioned above to be merged (2) > - Get the RV32 tests running. At the moment the tests are hanging and > I'm trying to investigate. > - Rebased on the clock_gettime series [4] on list once it is merged. - Test the patches affecting architecture-independent code in several different configurations (for other architectures) that cover the time-related variants, as I listed at , and give the details of those variants when submitting the patch series, so we can have confidence that the main time-related variants have been tested sufficiently. -- Joseph S. Myers joseph@codesourcery.com