Message ID | 20240927184133.968283-1-namhyung@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | bpf: Add kmem_cache iterator and kfunc (v2) | expand |
On Fri, Sep 27, 2024 at 11:41 AM Namhyung Kim <namhyung@kernel.org> wrote: > > Hello, > > I'm proposing a new iterator and a kfunc for the slab memory allocator > to get information of each kmem_cache like in /proc/slabinfo or > /sys/kernel/slab in more flexible way. > > v2 changes) The subject is confusing CI and human readers. Please use [PATCH v3 bpf-next ..] in the future. Also note that RFC patches are never going to be applied and they are ignored by BPF CI. If you want things to land then drop the RFC tag.
Hello Alexei, On Sun, Sep 29, 2024 at 10:00:56AM -0700, Alexei Starovoitov wrote: > On Fri, Sep 27, 2024 at 11:41 AM Namhyung Kim <namhyung@kernel.org> wrote: > > > > Hello, > > > > I'm proposing a new iterator and a kfunc for the slab memory allocator > > to get information of each kmem_cache like in /proc/slabinfo or > > /sys/kernel/slab in more flexible way. > > > > v2 changes) > > The subject is confusing CI and human readers. > Please use [PATCH v3 bpf-next ..] in the future. > > Also note that RFC patches are never going to be applied and they are > ignored by BPF CI. > If you want things to land then drop the RFC tag. Ok, I'll change the subject line in the next version. Thanks, Namhyung