Re: [PATCH 1/2] tools/nolibc: x86: Remove `r8`, `r9` and `r10` from the clobber list

From: Willy Tarreau
Date: Mon Oct 18 2021 - 01:53:28 EST


On Fri, Oct 15, 2021 at 03:25:06PM +0700, Ammar Faizi wrote:
> Linux x86-64 syscall only clobbers rax, rcx and r11 (and "memory").
>
> - rax for the return value.
> - rcx to save the return address.
> - r11 to save the rflags.
(...)

Now queued, thank you Ammar. I'll pass the series to Paul once we're
done with the remaining patches.

Willy