diff options
| author | Yonghong Song <yonghong.song@linux.dev> | 2026-05-13 07:50:30 +0300 |
|---|---|---|
| committer | Alexei Starovoitov <ast@kernel.org> | 2026-05-13 19:27:30 +0300 |
| commit | 84dd7df76efef9fecb6f3e0defe2ea3ad89cd3cb (patch) | |
| tree | c23152cbd204a1d9e9463bd69b6ffe3f25cab548 /include/linux/debugobjects.h | |
| parent | 0a0fdc64b68c28dab40f9deb0cffdf544e04b0ba (diff) | |
| download | linux-84dd7df76efef9fecb6f3e0defe2ea3ad89cd3cb.tar.xz | |
bpf: Refactor record_call_access() to extract per-arg logic
Extract the per-argument FP-derived pointer handling from
record_call_access() into a new record_arg_access() helper.
The existing loop body — checking arg_is_fp, querying stack access
bytes, and calling record_stack_access/record_imprecise — will be
reused for stack argument slots in the next patch. Factoring it out
now avoids duplicating the logic.
No functional change.
Signed-off-by: Yonghong Song <yonghong.song@linux.dev>
Link: https://lore.kernel.org/r/20260513045030.2388067-1-yonghong.song@linux.dev
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions
