On Fri, 2024-05-24 at 23:37 +0200, benja...@sipsolutions.net wrote: > From: Benjamin Berg <benjamin.b...@intel.com> > > There should be no need for this.
"should" ;-) This breaks things if glibc enables rseq. That might even be already broken in the sense that it might corrupt memory that's put at the same place the rseq was installed? But it at least it appears to still work without this patch... As we discussed, it might thus be better to fix up the execve() patch and do that before this. johannes