From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Weimer Subject: Re: [PATCH glibc 2.31 1/5] glibc: Perform rseq(2) registration at C startup and thread creation (v12) Date: Wed, 11 Sep 2019 21:58:08 +0200 Message-ID: <8736h2r4fj.fsf@oldenburg2.str.redhat.com> References: <20190807142726.2579-1-mathieu.desnoyers@efficios.com> <20190807142726.2579-2-mathieu.desnoyers@efficios.com> <8736h2sn8y.fsf@oldenburg2.str.redhat.com> <7db64714-3dc5-b322-1edc-736b08ee7d63@redhat.com> <87ef0mr6qj.fsf@oldenburg2.str.redhat.com> <4a6f6326-ea82-e031-0fe0-7263ed97e797@redhat.com> <877e6er4ls.fsf@oldenburg2.str.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <877e6er4ls.fsf@oldenburg2.str.redhat.com> (Florian Weimer's message of "Wed, 11 Sep 2019 21:54:23 +0200") Sender: linux-kernel-owner@vger.kernel.org To: Carlos O'Donell Cc: Mathieu Desnoyers , Joseph Myers , Szabolcs Nagy , libc-alpha@sourceware.org, Thomas Gleixner , Ben Maurer , Peter Zijlstra , "Paul E. McKenney" , Boqun Feng , Will Deacon , Dave Watson , Paul Turner , Rich Felker , linux-kernel@vger.kernel.org, linux-api@vger.kernel.org List-Id: linux-api@vger.kernel.org * Florian Weimer: > * Carlos O'Donell: > >> On 9/11/19 3:08 PM, Florian Weimer wrote: >>> * Carlos O'Donell: >>> >>>> It would be easier to merge the patch set if it were just an unconditional >>>> registration like we do for set_robust_list(). >>> >>> Note that this depends on the in-tree system call numbers list, which I >>> still need to finish according to Joseph's specifications. >> >> Which work is this? Do you have a URL reference to WIP? > > > Sorry, there was also this: I also posted a build-many-glibcs.py patch at some point with an automatic table update, but that still had the massive bot-cycle time. My current line of thinking is to implement some --use-compilers flag, so that you can build a fresh glibc checkout against an old, pre-built compilers for the system call tables update, and then use the patched glibc sources for one (and hopefully final) bot-cycle. Thanks, Florian