public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Benjamin Tissoires <bentiss@kernel.org>
Cc: ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org,
	martin.lau@linux.dev, eddyz87@gmail.com, song@kernel.org,
	yonghong.song@linux.dev, john.fastabend@gmail.com,
	kpsingh@kernel.org, sdf@google.com, haoluo@google.com,
	jolsa@kernel.org, mykolal@fb.com, shuah@kernel.org,
	bpf@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-kselftest@vger.kernel.org
Subject: Re: [PATCH bpf-next v2 00/16] Introduce bpf_wq
Date: Wed, 24 Apr 2024 03:00:30 +0000	[thread overview]
Message-ID: <171392763062.9786.7335664075984702369.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240420-bpf_wq-v2-0-6c986a5a741f@kernel.org>

Hello:

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

On Sat, 20 Apr 2024 11:09:00 +0200 you wrote:
> This is a followup of sleepable bpf_timer[0].
> 
> When discussing sleepable bpf_timer, it was thought that we should give
> a try to bpf_wq, as the 2 APIs are similar but distinct enough to
> justify a new one.
> 
> So here it is.
> 
> [...]

Here is the summary with links:
  - [bpf-next,v2,01/16] bpf: make timer data struct more generic
    https://git.kernel.org/bpf/bpf-next/c/be2749beff62
  - [bpf-next,v2,02/16] bpf: replace bpf_timer_init with a generic helper
    https://git.kernel.org/bpf/bpf-next/c/56b4a177ae63
  - [bpf-next,v2,03/16] bpf: replace bpf_timer_set_callback with a generic helper
    https://git.kernel.org/bpf/bpf-next/c/073f11b02643
  - [bpf-next,v2,04/16] bpf: replace bpf_timer_cancel_and_free with a generic helper
    https://git.kernel.org/bpf/bpf-next/c/fc22d9495f0b
  - [bpf-next,v2,05/16] bpf: add support for bpf_wq user type
    https://git.kernel.org/bpf/bpf-next/c/d56b63cf0c0f
  - [bpf-next,v2,06/16] tools: sync include/uapi/linux/bpf.h
    https://git.kernel.org/bpf/bpf-next/c/f1d0a2fbb008
  - [bpf-next,v2,07/16] bpf: verifier: bail out if the argument is not a map
    https://git.kernel.org/bpf/bpf-next/c/ad2c03e691be
  - [bpf-next,v2,08/16] bpf: add support for KF_ARG_PTR_TO_WORKQUEUE
    https://git.kernel.org/bpf/bpf-next/c/d940c9b94d7e
  - [bpf-next,v2,09/16] bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
    https://git.kernel.org/bpf/bpf-next/c/246331e3f1ea
  - [bpf-next,v2,10/16] selftests/bpf: add bpf_wq tests
    https://git.kernel.org/bpf/bpf-next/c/b4abee7c1ae3
  - [bpf-next,v2,11/16] bpf: wq: add bpf_wq_init
    https://git.kernel.org/bpf/bpf-next/c/eb48f6cd41a0
  - [bpf-next,v2,12/16] selftests/bpf: wq: add bpf_wq_init() checks
    https://git.kernel.org/bpf/bpf-next/c/e3d9eac99afd
  - [bpf-next,v2,13/16] bpf: wq: add bpf_wq_set_callback_impl
    https://git.kernel.org/bpf/bpf-next/c/81f1d7a583fa
  - [bpf-next,v2,14/16] selftests/bpf: add checks for bpf_wq_set_callback()
    https://git.kernel.org/bpf/bpf-next/c/01b7b1c5f3cc
  - [bpf-next,v2,15/16] bpf: add bpf_wq_start
    https://git.kernel.org/bpf/bpf-next/c/8e83da9732d9
  - [bpf-next,v2,16/16] selftests/bpf: wq: add bpf_wq_start() checks
    https://git.kernel.org/bpf/bpf-next/c/8290dba51910

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



      parent reply	other threads:[~2024-04-24  3:00 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-20  9:09 [PATCH bpf-next v2 00/16] Introduce bpf_wq Benjamin Tissoires
2024-04-20  9:09 ` [PATCH bpf-next v2 01/16] bpf: make timer data struct more generic Benjamin Tissoires
2024-04-20  9:09 ` [PATCH bpf-next v2 02/16] bpf: replace bpf_timer_init with a generic helper Benjamin Tissoires
2024-04-20  9:09 ` [PATCH bpf-next v2 03/16] bpf: replace bpf_timer_set_callback " Benjamin Tissoires
2024-04-20  9:09 ` [PATCH bpf-next v2 04/16] bpf: replace bpf_timer_cancel_and_free " Benjamin Tissoires
2024-04-20  9:09 ` [PATCH bpf-next v2 05/16] bpf: add support for bpf_wq user type Benjamin Tissoires
2024-04-20  9:09 ` [PATCH bpf-next v2 06/16] tools: sync include/uapi/linux/bpf.h Benjamin Tissoires
2024-04-20  9:09 ` [PATCH bpf-next v2 07/16] bpf: verifier: bail out if the argument is not a map Benjamin Tissoires
2024-04-20  9:09 ` [PATCH bpf-next v2 08/16] bpf: add support for KF_ARG_PTR_TO_WORKQUEUE Benjamin Tissoires
2024-04-20  9:09 ` [PATCH bpf-next v2 09/16] bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps Benjamin Tissoires
2024-04-24  2:51   ` Alexei Starovoitov
2024-04-20  9:09 ` [PATCH bpf-next v2 10/16] selftests/bpf: add bpf_wq tests Benjamin Tissoires
2024-04-24  2:56   ` Alexei Starovoitov
2024-04-24 21:07     ` Alexei Starovoitov
2024-04-20  9:09 ` [PATCH bpf-next v2 11/16] bpf: wq: add bpf_wq_init Benjamin Tissoires
2024-04-24  2:55   ` Alexei Starovoitov
2024-04-24 15:06     ` Alexei Starovoitov
2024-04-24 16:14       ` Alexei Starovoitov
2024-04-25  8:50         ` Benjamin Tissoires
2024-04-20  9:09 ` [PATCH bpf-next v2 12/16] selftests/bpf: wq: add bpf_wq_init() checks Benjamin Tissoires
2024-04-25  0:28   ` Andrii Nakryiko
2024-04-25  8:53     ` Benjamin Tissoires
2024-04-20  9:09 ` [PATCH bpf-next v2 13/16] bpf: wq: add bpf_wq_set_callback_impl Benjamin Tissoires
2024-04-24  2:56   ` Alexei Starovoitov
2024-04-20  9:09 ` [PATCH bpf-next v2 14/16] selftests/bpf: add checks for bpf_wq_set_callback() Benjamin Tissoires
2024-04-20  9:09 ` [PATCH bpf-next v2 15/16] bpf: add bpf_wq_start Benjamin Tissoires
2024-04-20  9:09 ` [PATCH bpf-next v2 16/16] selftests/bpf: wq: add bpf_wq_start() checks Benjamin Tissoires
2024-04-24  3:00 ` 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=171392763062.9786.7335664075984702369.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=bentiss@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=eddyz87@gmail.com \
    --cc=haoluo@google.com \
    --cc=john.fastabend@gmail.com \
    --cc=jolsa@kernel.org \
    --cc=kpsingh@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=martin.lau@linux.dev \
    --cc=mykolal@fb.com \
    --cc=sdf@google.com \
    --cc=shuah@kernel.org \
    --cc=song@kernel.org \
    --cc=yonghong.song@linux.dev \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox