public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
From: Matt Bobrowski <mattbobrowski@google.com>
To: Song Liu <song@kernel.org>
Cc: Emil Tsalapatis <emil@etsalapatis.com>,
	bpf@vger.kernel.org, ast@kernel.org, andrii@kernel.org,
	memxor@gmail.com, daniel@iogearbox.net, eddyz87@gmail.com
Subject: Re: [PATCH bpf-next v7 0/9] Introduce arena library and runtime
Date: Fri, 17 Apr 2026 05:59:11 +0000	[thread overview]
Message-ID: <aeHML12PVPizitny@google.com> (raw)
In-Reply-To: <CAPhsuW4nvpP6UJ0xO0yJ=FcAVOrWDX6ASvcp04kWQfYBx=72mA@mail.gmail.com>

On Thu, Apr 16, 2026 at 01:43:49PM -0700, Song Liu wrote:
> On Thu, Apr 16, 2026 at 1:31 PM Matt Bobrowski <mattbobrowski@google.com> wrote:
> [...]
> > >
> > > I haven't had an opportunity to go through this patch series just yet,
> > > but can I just say that it excites me considerably! I've been wanting
> > > to carve out some time to implement something exactly like this for a
> > > very long time (since BPF arena maps were initially introduced) as I
> > > think it's going to be incredibly valuable for BPF users moving
> > > forward.
> >
> > I swear that I also saw a notification stating that this series was
> > applied to bpf/bpf-next.git (master), but upon checking I only see
> > that commit 4c5f21d4dfa ("selftests/bpf: Add tests for non-arena/arena
> > operations") from the series was applied. What's going on there?
> 
> Part of it was committed. From patchwork-bot:
> 
> Here is the summary with links:
>   - [bpf-next,v7,1/9] bpf: Allow instructions with arena source and
> non-arena dest registers
>     (no matching commit)
>   - [bpf-next,v7,2/9] selftests/bpf: Add tests for non-arena/arena operations
>     https://git.kernel.org/bpf/bpf-next/c/4c5f21d4dfa4
>   - [bpf-next,v7,3/9] selftests/bpf: Move bpf_arena_spin_lock.h to the top level
>     (no matching commit)
>   - [bpf-next,v7,4/9] selftests/bpf: Move READ_ONCE/WRITE_ONCE macros
> to bpf_experimental.h
>     (no matching commit)
>   - [bpf-next,v7,5/9] selftests/bpf: Add basic libarena scaffolding
>     (no matching commit)
>   - [bpf-next,v7,6/9] selftests/bpf: Add arena ASAN runtime to libarena
>     (no matching commit)
>   - [bpf-next,v7,7/9] selftests/bpf: Add ASAN support for libarena selftests
>     (no matching commit)
>   - [bpf-next,v7,8/9] selftests/bpf: Add buddy allocator for libarena
>     (no matching commit)
>   - [bpf-next,v7,9/9] selftests/bpf: Add selftests for libarena buddy allocator
>     (no matching commit)

Ah, yeah, I realized only after I had sent out my email.

  reply	other threads:[~2026-04-17  5:59 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-12 17:45 [PATCH bpf-next v7 0/9] Introduce arena library and runtime Emil Tsalapatis
2026-04-12 17:45 ` [PATCH bpf-next v7 1/9] bpf: Allow instructions with arena source and non-arena dest registers Emil Tsalapatis
2026-04-12 19:54   ` Alexei Starovoitov
2026-04-12 17:45 ` [PATCH bpf-next v7 2/9] selftests/bpf: Add tests for non-arena/arena operations Emil Tsalapatis
2026-04-12 17:45 ` [PATCH bpf-next v7 3/9] selftests/bpf: Move bpf_arena_spin_lock.h to the top level Emil Tsalapatis
2026-04-12 19:31   ` Kumar Kartikeya Dwivedi
2026-04-17 16:07     ` Emil Tsalapatis
2026-04-12 17:45 ` [PATCH bpf-next v7 4/9] selftests/bpf: Move READ_ONCE/WRITE_ONCE macros to bpf_experimental.h Emil Tsalapatis
2026-04-12 19:33   ` Kumar Kartikeya Dwivedi
2026-04-17 16:06     ` Emil Tsalapatis
2026-04-17 16:21       ` Kumar Kartikeya Dwivedi
2026-04-17 16:38         ` Emil Tsalapatis
2026-04-12 17:45 ` [PATCH bpf-next v7 5/9] selftests/bpf: Add basic libarena scaffolding Emil Tsalapatis
2026-04-12 18:28   ` bot+bpf-ci
2026-04-12 18:31     ` Emil Tsalapatis
2026-04-12 17:45 ` [PATCH bpf-next v7 6/9] selftests/bpf: Add arena ASAN runtime to libarena Emil Tsalapatis
2026-04-12 18:28   ` bot+bpf-ci
2026-04-12 18:34     ` Emil Tsalapatis
2026-04-12 17:45 ` [PATCH bpf-next v7 7/9] selftests/bpf: Add ASAN support for libarena selftests Emil Tsalapatis
2026-04-12 17:45 ` [PATCH bpf-next v7 8/9] selftests/bpf: Add buddy allocator for libarena Emil Tsalapatis
2026-04-12 17:45 ` [PATCH bpf-next v7 9/9] selftests/bpf: Add selftests for libarena buddy allocator Emil Tsalapatis
2026-04-12 19:22 ` [PATCH bpf-next v7 0/9] Introduce arena library and runtime Kumar Kartikeya Dwivedi
2026-04-17 14:43   ` Emil Tsalapatis
2026-04-17 16:15     ` Kumar Kartikeya Dwivedi
2026-04-17 16:33       ` Emil Tsalapatis
2026-04-17 17:06         ` Alexei Starovoitov
2026-04-17 18:03           ` Emil Tsalapatis
2026-04-17 18:21             ` Alexei Starovoitov
2026-04-12 20:00 ` patchwork-bot+netdevbpf
2026-04-16 20:23 ` Matt Bobrowski
2026-04-16 20:31   ` Matt Bobrowski
2026-04-16 20:43     ` Song Liu
2026-04-17  5:59       ` Matt Bobrowski [this message]
2026-04-17 14:36         ` Emil Tsalapatis

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=aeHML12PVPizitny@google.com \
    --to=mattbobrowski@google.com \
    --cc=andrii@kernel.org \
    --cc=ast@kernel.org \
    --cc=bpf@vger.kernel.org \
    --cc=daniel@iogearbox.net \
    --cc=eddyz87@gmail.com \
    --cc=emil@etsalapatis.com \
    --cc=memxor@gmail.com \
    --cc=song@kernel.org \
    /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