All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Mykyta Yatsenko <mykyta.yatsenko5@gmail.com>
Cc: bpf@vger.kernel.org, ast@kernel.org, andrii@kernel.org,
	daniel@iogearbox.net, kafai@meta.com, kernel-team@meta.com,
	eddyz87@gmail.com, memxor@gmail.com, yatsenko@meta.com
Subject: Re: [PATCH bpf-next v8 0/9] bpf: Introduce deferred task context execution
Date: Tue, 23 Sep 2025 15:20:18 +0000	[thread overview]
Message-ID: <175864081800.1466288.3242104888617580131.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250923112404.668720-1-mykyta.yatsenko5@gmail.com>

Hello:

This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@kernel.org>:

On Tue, 23 Sep 2025 12:23:55 +0100 you wrote:
> From: Mykyta Yatsenko <yatsenko@meta.com>
> 
> This patch introduces a new mechanism for BPF programs to schedule
> deferred execution in the context of a specific task using the kernel’s
> task_work infrastructure.
> 
> The new bpf_task_work interface enables BPF use cases that
> require sleepable subprogram execution within task context, for example,
> scheduling sleepable function from the context that does not
> allow sleepable, such as NMI.
> 
> [...]

Here is the summary with links:
  - [bpf-next,v8,1/9] bpf: refactor special field-type detection
    https://git.kernel.org/bpf/bpf-next/c/f90213261681
  - [bpf-next,v8,2/9] bpf: extract generic helper from process_timer_func()
    https://git.kernel.org/bpf/bpf-next/c/5eab266b801f
  - [bpf-next,v8,3/9] bpf: htab: extract helper for freeing special structs
    https://git.kernel.org/bpf/bpf-next/c/acc3a0d2506c
  - [bpf-next,v8,4/9] bpf: verifier: permit non-zero returns from async callbacks
    https://git.kernel.org/bpf/bpf-next/c/d2699bdb6eba
  - [bpf-next,v8,5/9] bpf: bpf task work plumbing
    https://git.kernel.org/bpf/bpf-next/c/5c8fd7e2b5b0
  - [bpf-next,v8,6/9] bpf: extract map key pointer calculation
    https://git.kernel.org/bpf/bpf-next/c/5e8134f50d30
  - [bpf-next,v8,7/9] bpf: task work scheduling kfuncs
    https://git.kernel.org/bpf/bpf-next/c/38aa7003e369
  - [bpf-next,v8,8/9] selftests/bpf: BPF task work scheduling tests
    https://git.kernel.org/bpf/bpf-next/c/39fd74dfd5d2
  - [bpf-next,v8,9/9] selftests/bpf: add bpf task work stress tests
    https://git.kernel.org/bpf/bpf-next/c/c6ae18e0af5e

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2025-09-23 15:20 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-23 11:23 [PATCH bpf-next v8 0/9] bpf: Introduce deferred task context execution Mykyta Yatsenko
2025-09-23 11:23 ` [PATCH bpf-next v8 1/9] bpf: refactor special field-type detection Mykyta Yatsenko
2025-09-23 11:23 ` [PATCH bpf-next v8 2/9] bpf: extract generic helper from process_timer_func() Mykyta Yatsenko
2025-09-23 11:23 ` [PATCH bpf-next v8 3/9] bpf: htab: extract helper for freeing special structs Mykyta Yatsenko
2025-09-23 11:23 ` [PATCH bpf-next v8 4/9] bpf: verifier: permit non-zero returns from async callbacks Mykyta Yatsenko
2025-09-23 11:24 ` [PATCH bpf-next v8 5/9] bpf: bpf task work plumbing Mykyta Yatsenko
2025-09-23 11:24 ` [PATCH bpf-next v8 6/9] bpf: extract map key pointer calculation Mykyta Yatsenko
2025-09-23 11:24 ` [PATCH bpf-next v8 7/9] bpf: task work scheduling kfuncs Mykyta Yatsenko
2025-09-23 11:24 ` [PATCH bpf-next v8 8/9] selftests/bpf: BPF task work scheduling tests Mykyta Yatsenko
2025-09-23 14:59   ` Alexei Starovoitov
2025-09-23 15:50     ` Ihor Solodrai
2025-09-23 11:24 ` [PATCH bpf-next v8 9/9] selftests/bpf: add bpf task work stress tests Mykyta Yatsenko
2025-09-23 15: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=175864081800.1466288.3242104888617580131.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=kafai@meta.com \
    --cc=kernel-team@meta.com \
    --cc=memxor@gmail.com \
    --cc=mykyta.yatsenko5@gmail.com \
    --cc=yatsenko@meta.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.