Re: [PATCH 1/5] fix address fault for 32-on-64-bit syscall

2023-04-20 Thread Samuel Thibault
Applied, thanks! Luca Dariz, le mer. 19 avril 2023 21:46:59 +0200, a ecrit: > * x86_64/locore.S: the faulty address is found in %rbp and not in > %rsi, so copy that in CR2 > --- > x86_64/locore.S | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/x86_64/locore.S b/x86_64/

[PATCH 1/5] fix address fault for 32-on-64-bit syscall

2023-04-19 Thread Luca Dariz
* x86_64/locore.S: the faulty address is found in %rbp and not in %rsi, so copy that in CR2 --- x86_64/locore.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x86_64/locore.S b/x86_64/locore.S index 47d9085c..ea5c71d6 100644 --- a/x86_64/locore.S +++ b/x86_64/locore.S @@ -12