diff --git a/MAINTAINERS b/MAINTAINERS index 78b414902..3a70521cf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6357,6 +6357,8 @@ F: mm/memcontrol_bpf.h F: mm/page_counter.c F: mm/swap_cgroup.c F: samples/cgroup/* +F: samples/memcg_printk.bpf.c +F: samples/memcg_printk.c
^^^^
The paths here are missing the bpf/ directory component. The actual files are located at samples/bpf/memcg_printk.bpf.c and samples/bpf/memcg_printk.c. Should these paths include the bpf/ directory to match where the files are actually created?
F: tools/testing/selftests/bpf/*/memcg_ops.c F: tools/testing/selftests/cgroup/memcg_protection.m F: tools/testing/selftests/cgroup/test_hugetlb_memcg.c
[ ... ]
--- AI reviewed your patch. Please fix the bug or email reply why it's not a bug. See: https://github.com/kernel-patches/vmtest/blob/master/ci/claude/README.md
CI run summary: https://github.com/kernel-patches/bpf/actions/runs/19486904708