bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Joanne Koong <joannelkoong@gmail.com>
Cc: bpf@vger.kernel.org, andrii@kernel.org, ast@kernel.org,
	daniel@iogearbox.net
Subject: Re: [PATCH bpf-next v6 0/6] Dynamic pointers
Date: Mon, 23 May 2022 21:40:13 +0000	[thread overview]
Message-ID: <165334201309.19887.998942869996041887.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220523210712.3641569-1-joannelkoong@gmail.com>

Hello:

This series was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@kernel.org>:

On Mon, 23 May 2022 14:07:06 -0700 you wrote:
> This patchset implements the basics of dynamic pointers in bpf.
> 
> A dynamic pointer (struct bpf_dynptr) is a pointer that stores extra metadata
> alongside the address it points to. This abstraction is useful in bpf given
> that every memory access in a bpf program must be safe. The verifier and bpf
> helper functions can use the metadata to enforce safety guarantees for things
> such as dynamically sized strings and kernel heap allocations.
> 
> [...]

Here is the summary with links:
  - [bpf-next,v6,1/6] bpf: Add verifier support for dynptrs
    https://git.kernel.org/bpf/bpf-next/c/97e03f521050
  - [bpf-next,v6,2/6] bpf: Add bpf_dynptr_from_mem for local dynptrs
    https://git.kernel.org/bpf/bpf-next/c/263ae152e962
  - [bpf-next,v6,3/6] bpf: Dynptr support for ring buffers
    https://git.kernel.org/bpf/bpf-next/c/bc34dee65a65
  - [bpf-next,v6,4/6] bpf: Add bpf_dynptr_read and bpf_dynptr_write
    https://git.kernel.org/bpf/bpf-next/c/13bbbfbea759
  - [bpf-next,v6,5/6] bpf: Add dynptr data slices
    https://git.kernel.org/bpf/bpf-next/c/34d4ef5775f7
  - [bpf-next,v6,6/6] selftests/bpf: Dynptr tests
    https://git.kernel.org/bpf/bpf-next/c/0cf7052a5512

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-05-23 21:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-23 21:07 [PATCH bpf-next v6 0/6] Dynamic pointers Joanne Koong
2022-05-23 21:07 ` [PATCH bpf-next v6 1/6] bpf: Add verifier support for dynptrs Joanne Koong
2022-05-23 21:07 ` [PATCH bpf-next v6 2/6] bpf: Add bpf_dynptr_from_mem for local dynptrs Joanne Koong
2022-05-23 21:07 ` [PATCH bpf-next v6 3/6] bpf: Dynptr support for ring buffers Joanne Koong
2022-05-23 21:07 ` [PATCH bpf-next v6 4/6] bpf: Add bpf_dynptr_read and bpf_dynptr_write Joanne Koong
2022-05-23 21:07 ` [PATCH bpf-next v6 5/6] bpf: Add dynptr data slices Joanne Koong
2022-05-23 21:07 ` [PATCH bpf-next v6 6/6] selftests/bpf: Dynptr tests Joanne Koong
2022-05-23 21: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=165334201309.19887.998942869996041887.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=joannelkoong@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).