Re: [PATCH v3 2/6] hurd: Implement longjmp for x86_64

2023-04-30 Thread Samuel Thibault
Applied, thanks! Sergey Bugaev, le sam. 29 avril 2023 23:18:18 +0300, a ecrit: > Checked on x86_64-gnu. > > Signed-off-by: Sergey Bugaev > --- > I have checked that setjmp/longjmp actually works sucessfully, with both > __longjmp and longjmp_chk. I have not been able to check w/ sigaltstack

[PATCH v3 2/6] hurd: Implement longjmp for x86_64

2023-04-29 Thread Sergey Bugaev
Checked on x86_64-gnu. Signed-off-by: Sergey Bugaev --- I have checked that setjmp/longjmp actually works sucessfully, with both __longjmp and longjmp_chk. I have not been able to check w/ sigaltstack because we don't yet have the proc server and signals. Changes since v1: - drop the separat