This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Question regarding adding tables with system call numbers
- From: Florian Weimer <fweimer at redhat dot com>
- To: Lukasz Majewski <lukma at denx dot de>
- Cc: Joseph Myers <joseph at codesourcery dot com>, Alistair Francis <alistair23 at gmail dot com>, Alistair Francis <alistair dot francis at wdc dot com>, GNU C Library <libc-alpha at sourceware dot org>, Zack Weinberg <zackw at panix dot com>, Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- Date: Mon, 07 Oct 2019 15:12:52 +0200
- Subject: Re: Question regarding adding tables with system call numbers
- References: <20191007145756.03128969@jawa>
* Lukasz Majewski:
> I would like to ask if you plan to prepare next version of the following
> patch:
>
> "Linux: Add tables with system call numbers"
> https://sourceware.org/ml/libc-alpha/2019-05/msg00630.html
> https://patchwork.ozlabs.org/patch/1106584/
>
> And also the follow up patch:
> https://patchwork.ozlabs.org/patch/1106583/
I'm working with priority on addressing rseq prerequisites. I'm
focusing on changes for the run-time initialization sequence (ld.so to
libc.so initialization hand-off).
rseq will also benefit from the built-in system call tables, which is
why that's next on my agenda, once the initialization issues are
settled.
Thanks,
Florian