----- On Jul 15, 2020, at 9:55 AM, Christian Brauner christian.brauner@xxxxxxxxxx wrote: > On Wed, Jul 15, 2020 at 03:42:11PM +0200, Florian Weimer wrote: >> * Mathieu Desnoyers: >> >> > So indeed it could be done today without upgrading the toolchains by >> > writing custom assembler for each architecture to get the thread's >> > struct rseq. AFAIU the ABI to access the thread pointer is fixed for >> > each architecture, right ? >> >> Yes, determining the thread pointer and access initial-exec TLS >> variables is baked into the ABI. >> >> > How would this allow early-rseq-adopter libraries to interact with >> > glibc ? >> >> Under all extension proposals I've seen so far, early adopters are >> essentially incompatible with glibc rseq registration. I don't think >> you can have it both ways. > > Who are the early adopters? And if we aren't being compatible with them > under the extensible schemes proposed we should be able to achieve > compatibility with non-early adopters, right? Which I guess is more > important. (I still struggle to make sense what qualifies as an early > adopter/what the difference to a non-early adopter is.) Early adopter libraries and applications are meant to be able to use rseq without requiring upgrade of the entire environment to a newer glibc. I maintain early adopter projects (liburcu, lttng-ust) which postpone using rseq outside of prototype branches until we agree on an ABI to share __rseq_abi between glibc and early adopter libraries. The last thing I want is for those projects to break when an end-user upgrades their glibc. tcmalloc is another early adopter which have less strict compatibility requirements: they are OK with breaking changes requiring upgrading and rebuilding tcmalloc. Indeed, until we cast in stone the layout of struct rseq as exposed by glibc, I think we have some freedom in our definition of "early adopter", because pretty much every relevant open source project which want to use rseq is waiting on glibc to define that ABI, to use rseq either as an early-adopter or through a dependency on newer glibc. Thanks, Mathieu -- Mathieu Desnoyers EfficiOS Inc. http://www.efficios.com