Hi, On 1/3/26 2:00 AM, Samuel Thibault wrote: > Better move that part out of ifdef: we do want the thiscpu computation > part too, and better have it factorized. > No, we don't want this part, because the 64 bit GS base address cannot be loaded this way on x86_64, it needs to be done via MSR.
All segment base addresses are ignored on x86_64 in long mode, if I understand correctly. Therefore, this patch holds but we also need to load gs base via MSR (patch 8). Thanks, Damien
