The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v4 0/2] tools/bpf/bpftool: Fix vmlinux BTF state cleanup
@ 2026-06-24  2:50 Yichong Chen
  2026-07-01 13:10 ` Quentin Monnet
  2026-07-01 18:20 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Yichong Chen @ 2026-06-24  2:50 UTC (permalink / raw)
  To: emil, qmo, ast, daniel, andrii, eddyz87, memxor
  Cc: chenyichong, martin.lau, song, yonghong.song, jolsa, jiayuan.chen,
	bpf, linux-kernel

This series fixes stale vmlinux BTF state in bpftool batch mode.

Patch 1 resets the map command cached vmlinux BTF pointer when the
command releases it, and avoids freeing the cached object from the
map lookup path.

Patch 2 resets the struct_ops command cached vmlinux BTF pointer and
dependent cached map info state after each struct_ops command.

Changes in v4:
- Add Emil's Reviewed-by tag to patch 1.
- Inline the struct_ops cleanup instead of adding a helper.

Changes in v3:
- Add Fixes tags to both patches.

Changes in v2:
- Fold the map lookup path fix into patch 1.
- Update patch 1 subject and commit message to cover map commands
  rather than only map dump.

Yichong Chen (2):
  tools/bpf/bpftool: Reset vmlinux BTF after map commands
  tools/bpf/bpftool: Reset vmlinux BTF after struct_ops commands

 tools/bpf/bpftool/map.c        | 12 +++++++++---
 tools/bpf/bpftool/struct_ops.c |  4 ++++
 2 files changed, 13 insertions(+), 3 deletions(-)

-- 
2.51.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2026-07-01 18:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-24  2:50 [PATCH v4 0/2] tools/bpf/bpftool: Fix vmlinux BTF state cleanup Yichong Chen
2026-07-01 13:10 ` Quentin Monnet
2026-07-01 18:20 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox