hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/kernel/trace/trace_kprobe.c
....@@ -1332,9 +1332,10 @@
13321332
13331333 /* Note that we don't verify it, since the code does not come from user space */
13341334 static int
1335
-process_fetch_insn(struct fetch_insn *code, struct pt_regs *regs, void *dest,
1335
+process_fetch_insn(struct fetch_insn *code, void *rec, void *dest,
13361336 void *base)
13371337 {
1338
+ struct pt_regs *regs = rec;
13381339 unsigned long val;
13391340
13401341 retry: