Hello:
This patch was applied to riscv/linux.git (for-next) by Palmer Dabbelt palmer@rivosinc.com:
On Wed, 6 Dec 2023 14:44:37 +0100 you wrote:
Currently, the sud_test expects the emulated syscall to return the emulated syscall number. This assumption only works on architectures were the syscall calling convention use the same register for syscall number/syscall return value. This is not the case for RISC-V and thus the return value must be also emulated using the provided ucontext.
Signed-off-by: Clément Léger cleger@rivosinc.com Reviewed-by: Palmer Dabbelt palmer@rivosinc.com Acked-by: Palmer Dabbelt palmer@rivosinc.com
[...]
Here is the summary with links: - [v2] selftests: sud_test: return correct emulated syscall value on RISC-V https://git.kernel.org/riscv/c/bac292e849d7
You are awesome, thank you!