Re: [PATCH] riscv: ftrace: reject out-of-range non-direct targets
From: Rui Qi
Date: Sun Aug 30 2026 - 23:53:59 EST
Hi Steven,
Gentle ping on this patch. It's been over a month since submission
and I'd appreciate your review when you have a chance.
The patch fixes ftrace_modify_call() on RISC-V to properly validate
old_addr/addr instead of always treating sites as FTRACE_ADDR, and
rejects out-of-range non-direct targets that can't be dispatched
through the existing ftrace_caller path.
Thanks,
Rui