This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [RFC v5 00/21] RISC-V glibc port for the 32-bit
- From: Alistair Francis <alistair23 at gmail dot com>
- To: Joseph Myers <joseph at codesourcery dot com>
- Cc: Alistair Francis <alistair dot francis at wdc dot com>, GNU C Library <libc-alpha at sourceware dot org>, Arnd Bergmann <arnd at arndb dot de>, Adhemerval Zanella <adhemerval dot zanella at linaro dot org>, Florian Weimer <fweimer at redhat dot com>, Palmer Dabbelt <palmer at sifive dot com>, macro at wdc dot com, Zong Li <zongbox at gmail dot com>
- Date: Thu, 29 Aug 2019 10:42:02 -0700
- Subject: Re: [RFC v5 00/21] RISC-V glibc port for the 32-bit
- References: <cover.1567097252.git.alistair.francis@wdc.com> <alpine.DEB.2.21.1908291725510.4240@digraph.polyomino.org.uk>
On Thu, Aug 29, 2019 at 10:28 AM Joseph Myers <joseph@codesourcery.com> wrote:
>
> 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
> <https://sourceware.org/ml/libc-alpha/2019-08/msg00234.html>, 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.
Yep!
I have started to build test for multiple platforms, so next will be
runtime testing them all. It's just a much slower process.
Alistair
>
> --
> Joseph S. Myers
> joseph@codesourcery.com