[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<173048463350.2768869.2189077263456608571.git-patchwork-notify@kernel.org>
Date: Fri, 01 Nov 2024 18:10:33 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Namhyung Kim <namhyung@...nel.org>
Cc: ast@...nel.org, daniel@...earbox.net, andrii@...nel.org,
martin.lau@...ux.dev, eddyz87@...il.com, song@...nel.org,
yonghong.song@...ux.dev, john.fastabend@...il.com, kpsingh@...nel.org,
sdf@...ichev.me, haoluo@...gle.com, jolsa@...nel.org,
linux-kernel@...r.kernel.org, bpf@...r.kernel.org, akpm@...ux-foundation.org,
cl@...ux.com, penberg@...nel.org, rientjes@...gle.com,
iamjoonsoo.kim@....com, vbabka@...e.cz, roman.gushchin@...ux.dev,
42.hyeyoo@...il.com, linux-mm@...ck.org, acme@...nel.org, kees@...nel.org
Subject: Re: [PATCH bpf-next v3 1/2] bpf: Add open coded version of kmem_cache
iterator
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@...nel.org>:
On Wed, 30 Oct 2024 15:28:18 -0700 you wrote:
> Add a new open coded iterator for kmem_cache which can be called from a
> BPF program like below. It doesn't take any argument and traverses all
> kmem_cache entries.
>
> struct kmem_cache *pos;
>
> bpf_for_each(kmem_cache, pos) {
> ...
> }
>
> [...]
Here is the summary with links:
- [bpf-next,v3,1/2] bpf: Add open coded version of kmem_cache iterator
https://git.kernel.org/bpf/bpf-next/c/2e9a548009c2
- [bpf-next,v3,2/2] selftests/bpf: Add a test for open coded kmem_cache iter
https://git.kernel.org/bpf/bpf-next/c/e5e4799e2ac3
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists