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, yatsenko@meta.com
Subject: Re: [PATCH bpf-next v5 0/3] Introduce kfuncs for memory reads into dynptrs
Date: Tue, 13 May 2025 01:50:31 +0000	[thread overview]
Message-ID: <174710103150.1140764.7546467971754173476.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250512205348.191079-1-mykyta.yatsenko5@gmail.com>

Hello:

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

On Mon, 12 May 2025 21:53:45 +0100 you wrote:
> From: Mykyta Yatsenko <yatsenko@meta.com>
> 
> This patch adds new kfuncs that enable reading variable-length
> user or kernel data directly into dynptrs.
> These kfuncs provide a way to perform dynamically-sized reads
> while maintaining memory safety. Unlike existing
> `bpf_probe_read_{user|kernel}` APIs, which are limited to constant-sized
> reads, these new kfuncs allow for more flexible data access.
> 
> [...]

Here is the summary with links:
  - [bpf-next,v5,1/3] helpers: make few bpf helpers public
    https://git.kernel.org/bpf/bpf-next/c/d060b6aab031
  - [bpf-next,v5,2/3] bpf: implement dynptr copy kfuncs
    https://git.kernel.org/bpf/bpf-next/c/a498ee7576de
  - [bpf-next,v5,3/3] selftests/bpf: introduce tests for dynptr copy kfuncs
    https://git.kernel.org/bpf/bpf-next/c/c61bcd29eda9

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-05-13  1:49 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-12 20:53 [PATCH bpf-next v5 0/3] Introduce kfuncs for memory reads into dynptrs Mykyta Yatsenko
2025-05-12 20:53 ` [PATCH bpf-next v5 1/3] helpers: make few bpf helpers public Mykyta Yatsenko
2025-05-12 20:53 ` [PATCH bpf-next v5 2/3] bpf: implement dynptr copy kfuncs Mykyta Yatsenko
2025-05-13  1:42   ` Alexei Starovoitov
2025-05-12 20:53 ` [PATCH bpf-next v5 3/3] selftests/bpf: introduce tests for " Mykyta Yatsenko
2025-05-13  1:46   ` Alexei Starovoitov
2025-05-13 11:13     ` Mykyta Yatsenko
2025-05-13  1:50 ` 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=174710103150.1140764.7546467971754173476.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=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.