All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Delyan Kratunov <delyank@fb.com>
Cc: daniel@iogearbox.net, ast@kernel.org, andrii@kernel.org,
	bpf@vger.kernel.org
Subject: Re: [PATCH bpf-next v4 0/5] sleepable uprobe support
Date: Fri, 17 Jun 2022 02:40:14 +0000	[thread overview]
Message-ID: <165543361467.3693.12822289754642314492.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1655248075.git.delyank@fb.com>

Hello:

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

On Tue, 14 Jun 2022 23:10:45 +0000 you wrote:
> This series implements support for sleepable uprobe programs.
> Key work is in patches 2 and 3, the rest is plumbing and tests.
> 
> The main observation is that the only obstacle in the way of sleepable uprobe
> programs is not the uprobe infrastructure, which already runs in a user-like
> context, but the rcu usage around bpf_prog_array.
> 
> [...]

Here is the summary with links:
  - [bpf-next,v4,1/5] bpf: move bpf_prog to bpf.h
    https://git.kernel.org/bpf/bpf-next/c/d687f621c518
  - [bpf-next,v4,3/5] bpf: allow sleepable uprobe programs to attach
    https://git.kernel.org/bpf/bpf-next/c/64ad7556c75e
  - [bpf-next,v4,5/5] selftests/bpf: add tests for sleepable (uk)probes
    https://git.kernel.org/bpf/bpf-next/c/cb3f4a4a462b
  - [bpf-next,v4,2/5] bpf: implement sleepable uprobes by chaining gps
    https://git.kernel.org/bpf/bpf-next/c/8c7dcb84e3b7
  - [bpf-next,v4,4/5] libbpf: add support for sleepable uprobe programs
    https://git.kernel.org/bpf/bpf-next/c/c4cac71fc8a5

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



      parent reply	other threads:[~2022-06-17  2:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-14 23:10 [PATCH bpf-next v4 0/5] sleepable uprobe support Delyan Kratunov
2022-06-14 23:10 ` [PATCH bpf-next v4 1/5] bpf: move bpf_prog to bpf.h Delyan Kratunov
2022-06-14 23:10 ` [PATCH bpf-next v4 3/5] bpf: allow sleepable uprobe programs to attach Delyan Kratunov
2022-06-14 23:10 ` [PATCH bpf-next v4 5/5] selftests/bpf: add tests for sleepable (uk)probes Delyan Kratunov
2022-06-14 23:10 ` [PATCH bpf-next v4 2/5] bpf: implement sleepable uprobes by chaining gps Delyan Kratunov
2022-06-14 23:10 ` [PATCH bpf-next v4 4/5] libbpf: add support for sleepable uprobe programs Delyan Kratunov
2022-06-17  2:40 ` 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=165543361467.3693.12822289754642314492.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=delyank@fb.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.