Re: [PATCH 1/5] x86_64: fix stack handling on recursive interrupts for USER32

2023-08-04 Thread Samuel Thibault
Applied, thanks! Luca Dariz, le sam. 29 juil. 2023 19:47:49 +0200, a ecrit: > * x86_64/locore.S: ensure the thread state is filled completely even > on recursive interrups. The value of the segment selectors is not > very important in this case, but we still need to align the stack to > the

[PATCH 1/5] x86_64: fix stack handling on recursive interrupts for USER32

2023-07-29 Thread Luca Dariz
* x86_64/locore.S: ensure the thread state is filled completely even on recursive interrups. The value of the segment selectors is not very important in this case, but we still need to align the stack to the bottom of i386_interrupt_state. --- x86_64/locore.S | 16 +++- 1 file ch