Re: [PATCH] x86_64: Fix reporting fsgs base in thread_get_state ()

2023-05-15 Thread Samuel Thibault
Applied, thanks! Sergey Bugaev, le lun. 15 mai 2023 10:44:34 +0300, a ecrit: > Fixes 31dd30a94a682955c3c9e2f42252b4a07687067a "add setting gs/fsbase". > --- > This was breaking fork () in glibc when it tried to set up TLS in the > new process by copying fs_base from an existing thread. > >

[PATCH] x86_64: Fix reporting fsgs base in thread_get_state ()

2023-05-15 Thread Sergey Bugaev
Fixes 31dd30a94a682955c3c9e2f42252b4a07687067a "add setting gs/fsbase". --- This was breaking fork () in glibc when it tried to set up TLS in the new process by copying fs_base from an existing thread. i386/i386/pcb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git