From: patchwork-bot+netdevbpf@kernel.org
To: Puranjay Mohan <puranjay@kernel.org>
Cc: bpf@vger.kernel.org, puranjay12@gmail.com, ast@kernel.org,
andrii@kernel.org, daniel@iogearbox.net, martin.lau@kernel.org,
eddyz87@gmail.com, memxor@gmail.com, mykyta.yatsenko5@gmail.com,
kernel-team@meta.com
Subject: Re: [PATCH bpf-next 0/3] bpf: Consolidate sleepable context checks in verifier
Date: Sat, 21 Mar 2026 20:20:27 +0000 [thread overview]
Message-ID: <177412442703.2951219.5720198596539931772.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260318174327.3151925-1-puranjay@kernel.org>
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@kernel.org>:
On Wed, 18 Mar 2026 10:43:23 -0700 you wrote:
> The BPF verifier has multiple call-checking functions that independently
> validate whether sleepable operations are permitted in the current
> context. Each function open-codes its own checks against active_rcu_locks,
> active_preempt_locks, active_irq_id, and in_sleepable, duplicating the
> logic already provided by in_sleepable_context().
>
> This series consolidates these scattered checks into calls to
> in_sleepable_context() across check_helper_call(), check_kfunc_call(),
> and check_func_call(), reducing code duplication and making the error
> reporting consistent. No functional change.
>
> [...]
Here is the summary with links:
- [bpf-next,1/3] bpf: Consolidate sleepable checks in check_helper_call()
https://git.kernel.org/bpf/bpf-next/c/a0d06cf102e4
- [bpf-next,2/3] bpf: Consolidate sleepable checks in check_kfunc_call()
https://git.kernel.org/bpf/bpf-next/c/cd9840c413e3
- [bpf-next,3/3] bpf: Consolidate sleepable checks in check_func_call()
https://git.kernel.org/bpf/bpf-next/c/a2542a91aafd
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:[~2026-03-21 20:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-18 17:43 [PATCH bpf-next 0/3] bpf: Consolidate sleepable context checks in verifier Puranjay Mohan
2026-03-18 17:43 ` [PATCH bpf-next 1/3] bpf: Consolidate sleepable checks in check_helper_call() Puranjay Mohan
2026-03-19 9:56 ` Kumar Kartikeya Dwivedi
2026-03-18 17:43 ` [PATCH bpf-next 2/3] bpf: Consolidate sleepable checks in check_kfunc_call() Puranjay Mohan
2026-03-19 9:57 ` Kumar Kartikeya Dwivedi
2026-03-18 17:43 ` [PATCH bpf-next 3/3] bpf: Consolidate sleepable checks in check_func_call() Puranjay Mohan
2026-03-19 9:57 ` Kumar Kartikeya Dwivedi
2026-03-21 20:20 ` 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=177412442703.2951219.5720198596539931772.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=eddyz87@gmail.com \
--cc=kernel-team@meta.com \
--cc=martin.lau@kernel.org \
--cc=memxor@gmail.com \
--cc=mykyta.yatsenko5@gmail.com \
--cc=puranjay12@gmail.com \
--cc=puranjay@kernel.org \
/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.