Thread (2 messages) 2 messages, 2 authors, 2025-12-19

Re: [PATCH bpf-next v3 3/6] bpf: fix the usage of BPF_TRAMP_F_SKIP_FRAME

From: Menglong Dong <hidden>
Date: 2025-12-19 14:54:41
Also in: bpf, linux-riscv, lkml

On Fri, Dec 19, 2025 at 10:50 PM Andreas Schwab [off-list ref] wrote:
On Dez 19 2025, Menglong Dong wrote:
quoted
@@ -1171,6 +1167,8 @@ static int __arch_prepare_bpf_trampoline(struct
bpf_tramp_image *im,
        }

        if (flags & BPF_TRAMP_F_CALL_ORIG) {
+               /* skip to actual body of traced function */
+               orig_call += RV_FENTRY_NINSNS * 4;
Before this line, orig_call still contains the same value as func_addr,
with the latter being dead, so there is not much point in using a copy.
Yeah, we can use "func_addr + RV_FENTRY_NINSNS * 4" here directly.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help