[PATCH bpf-next v2 0/5] Object relationship tracking refactor followup
From: Amery Hung <hidden>
Date: 2026-06-05 18:35:53
Also in:
bpf
From: Amery Hung <hidden>
Date: 2026-06-05 18:35:53
Also in:
bpf
Hi, The main patchset refactoring object relationship tracking in the verifier has landed and this is a followup that addresses the remaining feedback in v6 [0]. [0] https://lore.kernel.org/bpf/20260529014936.2811085-1-ameryhung@gmail.com/ (local) Amery Hung (5): bpf: Fix dead error check on acquire_reference() in check_kfunc_call bpf: Check acquire_reference() error for "__ref" struct_ops arguments bpf: Compare parent_id in refsafe() for REF_TYPE_PTR bpf: Remove WARN_ON_ONCE in check_ids() selftests/bpf: Use bpf_dynptr_slice() to read file dynptr in leak test kernel/bpf/states.c | 11 +++++++++-- kernel/bpf/verifier.c | 15 +++++++++++---- .../selftests/bpf/progs/file_reader_fail.c | 8 ++++---- 3 files changed, 24 insertions(+), 10 deletions(-) -- 2.53.0-Meta