From: patchwork-bot+netdevbpf@kernel.org
To: Alexei Starovoitov <alexei.starovoitov@gmail.com>
Cc: bpf@vger.kernel.org, daniel@iogearbox.net, andrii@kernel.org,
martin.lau@kernel.org, shakeel.butt@linux.dev, vbabka@suse.cz,
harry.yoo@oracle.com, yepeilin@google.com, linux-mm@kvack.org,
kernel-team@fb.com
Subject: Re: [PATCH v2 bpf] bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_async_cb structures.
Date: Wed, 15 Oct 2025 10:31:10 +0000 [thread overview]
Message-ID: <176052427024.282100.959584197933795259.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20251015000700.28988-1-alexei.starovoitov@gmail.com>
Hello:
This patch was applied to bpf/bpf.git (master)
by Daniel Borkmann <daniel@iogearbox.net>:
On Tue, 14 Oct 2025 17:07:00 -0700 you wrote:
> From: Alexei Starovoitov <ast@kernel.org>
>
> The following kmemleak splat:
> [ 8.105530] kmemleak: Trying to color unknown object at 0xff11000100e918c0 as Black
> [ 8.106521] Call Trace:
> [ 8.106521] <TASK>
> [ 8.106521] dump_stack_lvl+0x4b/0x70
> [ 8.106521] kvfree_call_rcu+0xcb/0x3b0
> [ 8.106521] ? hrtimer_cancel+0x21/0x40
> [ 8.106521] bpf_obj_free_fields+0x193/0x200
> [ 8.106521] htab_map_update_elem+0x29c/0x410
> [ 8.106521] bpf_prog_cfc8cd0f42c04044_overwrite_cb+0x47/0x4b
> [ 8.106521] bpf_prog_8c30cd7c4db2e963_overwrite_timer+0x65/0x86
> [ 8.106521] bpf_prog_test_run_syscall+0xe1/0x2a0
>
> [...]
Here is the summary with links:
- [v2,bpf] bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_async_cb structures.
https://git.kernel.org/bpf/bpf/c/5fb750e8a9ae
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2025-10-15 10:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-15 0:07 [PATCH v2 bpf] bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_async_cb structures Alexei Starovoitov
2025-10-15 1:59 ` Harry Yoo
2025-10-15 2:12 ` Alexei Starovoitov
2025-10-15 10:06 ` Vlastimil Babka
2025-10-15 10:31 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=176052427024.282100.959584197933795259.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=alexei.starovoitov@gmail.com \
--cc=andrii@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=harry.yoo@oracle.com \
--cc=kernel-team@fb.com \
--cc=linux-mm@kvack.org \
--cc=martin.lau@kernel.org \
--cc=shakeel.butt@linux.dev \
--cc=vbabka@suse.cz \
--cc=yepeilin@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.