On Fri, Nov 10, 2023 at 12:03 PM <benja...@sipsolutions.net> wrote: > > From: Benjamin Berg <benja...@sipsolutions.net> > > These registers are saved/restored together with the other general > registers using ptrace. In arch_set_tls we then just need to set the > register and it will be synced back normally. > > Most of this logic was introduced in commit f355559cf7845 ("[PATCH] uml: > x86_64 thread fixes"). However, at least today we can rely on ptrace to
Do you know since when exactly? I don't want to break UML in subtle ways on old kernels. -- Thanks, //richard