Re: [PATCH 2/2] selftests/bpf: bpf_cookie: make perf_event subtest trigger reliably

From: bot+bpf-ci

Date: Fri Feb 27 2026 - 12:20:10 EST


> Make burn_cpu() take a loop count and use a longer burn only for the
> perf_event subtest. Also scope perf_event_open() to the current task to
> avoid wasting samples on unrelated activity.

The second sentence here doesn't appear to match this commit's diff.
The perf_event_open() argument change from (attr, -1, 0, -1, flags)
to (attr, 0, -1, -1, flags) was made in the previous commit
e93098f90837 ("selftests/bpf: bpf_cookie: skip kprobe_multi tests
without bpf_testmod"), not in this one.

Should this sentence be dropped from the commit message, or moved
to the commit that actually makes the change?


---
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/22495307331

AI-authorship-score: low
AI-authorship-explanation: Focused, minimal fix with idiomatic kernel patterns and natural commit message style consistent with human authorship.
issues-found: 1
issue-severity-score: low
issue-severity-explanation: Commit message claims a perf_event_open() scoping change that was actually made in the previous commit, not this one.