[PATCH] <bits/syscall.h>: Use an arch-independent system call list on Linux
Florian Weimer
fw@deneb.enyo.de
Fri Apr 21 18:46:00 GMT 2017
* Andreas Schwab:
> On Apr 21 2017, Carlos O'Donell <carlos@redhat.com> wrote:
>
>> TLDR; This introduces changes which can break developer applications,
>> and the only benefit is to glibc.
>
> I don't understand. You cannot build anything without the kernel UAPI
> headers.
I think we have to freeze the kernel headers along a distribution
release branch, and update them only insofar we backport things to
this distribution release branch.
My proposal aims to avoid a build order depedency between the
backports landing in the distribution kernel, and a glibc rebuild.
For point releases, glibc and kernel may be developed on different
schedules, and if the glibc build uses my proposed patch, it can use
the upstream system call list as a superset of what's going to be
backportable for the next point release.
More information about the Libc-alpha
mailing list