Re: [PATCH v6 09/13] riscv/kprobe: Search free registers from unused caller-saved ones

From: Björn Töpel
Date: Wed Feb 01 2023 - 08:32:53 EST


Chen Guokai <chenguokai17@xxxxxxxxxxxxxxxx> writes:

> This patch further allows optprobe to use caller-saved registers that
> is not used across the function being optimized as free registers.
>
> Signed-off-by: Chen Guokai <chenguokai17@xxxxxxxxxxxxxxxx>
> Co-developed-by: Liao Chang <liaochang1@xxxxxxxxxx>
> Signed-off-by: Liao Chang <liaochang1@xxxxxxxxxx>
> Reported-by: Björn Töpel <bjorn@xxxxxxxxxx>

Reported-by: should be used for fixes. Please change to Suggested-by:,
or simply remove.


Björn