Re: [PATCH v3 1/7] riscv: ftrace: support fastcc in Clang for WITH_ARGS

From: Björn Töpel
Date: Tue Dec 03 2024 - 07:05:41 EST


Andy Chiu <andybnac@xxxxxxxxx> writes:

> From: Andy Chiu <andy.chiu@xxxxxxxxxx>
>
> Some caller-saved registers which are not defined as function arguments
> in the ABI can still be passed as arguments when the kernel is compiled
> with Clang. As a result, we must save and restore those registers to
> prevent ftrace from clobbering them.
>
> - [1]: https://reviews.llvm.org/D68559
>
> Reported-by: Evgenii Shatokhin <e.shatokhin@xxxxxxxxx>
> Closes: https://lore.kernel.org/linux-riscv/7e7c7914-445d-426d-89a0-59a9199c45b1@xxxxxxxxx/
> Acked-by: Nathan Chancellor <nathan@xxxxxxxxxx>
> Signed-off-by: Andy Chiu <andy.chiu@xxxxxxxxxx>

Fixes tag?

Reviewed-by: Björn Töpel <bjorn@xxxxxxxxxxxx>