On Wed May 05 2021, Peter Zijlstra wrote: > It's all somewhat sad, but I don't see any other way out of this. Using > LOCK_PI2 will be a fairly horrible pile of hacks on the userspace side > of things given they need to first detect it's presence etc., but that > seems unavoidable whatever we do :/ Well, that's the interesting point. I do have such horrible hacks for glibc, which detect the presence of LOCK_PI2 at run time. However, the glibc has also the notion of kernel features based on the Linux kernel version. Then, it could be detected at compile time. At the end of the day it depends on how this patch set is merged. I was hoping for the glibc folks to share their opinion on this :-). Thanks, Kurt