Hello, On Wed, Mar 05, 2025 at 11:13:26AM -0500, Emil Tsalapatis wrote: ... > +/** > + * bpf_cpumask_fill() - Populate the CPU mask from the contents of > + * a BPF memory region. bitmap_fill() fills the bitmap with all 1's, so this name can be pretty confusing. Maybe bpf_cpumask_populate_from() or something like that? Thanks. -- tejun