Re: [PATCH bpf-next v3 1/2] bpf: Require a BPF cpumask for bpf_cpumask_populate()
Admin <[email protected]>
| Newsgroups | dev.linux.lists.sched-ext,dev.linux.lists.sashiko-reviews,org.kernel.vger.bpf |
|---|---|
| Message-ID | <CAJZwKki8MwOmij3JZK=KnnO0hEUuxWA-iY=GK-TtvtVRvOkjOA@mail.gmail.com> |
On Fri, Jul 10, 2026 at 3:18 PM Kumar Kartikeya Dwivedi <[email protected]> wrote: > Once this lands, please send a follow up to address this. Thanks. Patch 2/2 covers this, which updates the cpumask_common.h declaration to take struct bpf_cpumask *, drops the struct cpumask * casts from the existing populate tests, and adds the borrowed-destination rejection test.