BPF List
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Puranjay Mohan <puranjay@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@fomichev.me, haoluo@google.com,
	jolsa@kernel.org, xukuohai@huaweicloud.com,
	catalin.marinas@arm.com, will@kernel.org, memxor@gmail.com,
	bpf@vger.kernel.org
Subject: Re: [PATCH bpf-next v7 0/6] bpf: report arena faults to BPF streams
Date: Thu, 11 Sep 2025 20:10:14 +0000	[thread overview]
Message-ID: <175762141400.2303017.8378147069265354084.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250911145808.58042-1-puranjay@kernel.org>

Hello:

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

On Thu, 11 Sep 2025 14:57:59 +0000 you wrote:
> Changes in v6->v7:
> v6: https://lore.kernel.org/all/20250908163638.23150-1-puranjay@kernel.org/
> - Added comments about the usage of arena_reg in x86 and arm64 jits. (Alexei)
> - Used clear_lo32() for clearing the lower 32-bits of user_vm_start. (Alexei)
> - Moved update of the old tests to use __stderr to a separate commit (Eduard)
> - Used test__skip() in prog_tests/stream.c (Eduard)
> - Start a sub-test for read / write
> 
> [...]

Here is the summary with links:
  - [bpf-next,v7,1/6] bpf: arm64: simplify exception table handling
    https://git.kernel.org/bpf/bpf-next/c/0460484244e1
  - [bpf-next,v7,2/6] bpf: core: introduce main_prog_aux for stream access
    https://git.kernel.org/bpf/bpf-next/c/70f23546d246
  - [bpf-next,v7,3/6] bpf: Report arena faults to BPF stderr
    https://git.kernel.org/bpf/bpf-next/c/5c5240d02061
  - [bpf-next,v7,4/6] selftests: bpf: introduce __stderr and __stdout
    https://git.kernel.org/bpf/bpf-next/c/744eeb2b27c2
  - [bpf-next,v7,5/6] selftests: bpf: use __stderr in stream error tests
    https://git.kernel.org/bpf/bpf-next/c/edd03fcd7601
  - [bpf-next,v7,6/6] selftests/bpf: Add tests for arena fault reporting
    https://git.kernel.org/bpf/bpf-next/c/86f2225065be

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-09-11 20:10 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-11 14:57 [PATCH bpf-next v7 0/6] bpf: report arena faults to BPF streams Puranjay Mohan
2025-09-11 14:58 ` [PATCH bpf-next v7 1/6] bpf: arm64: simplify exception table handling Puranjay Mohan
2025-09-11 14:58 ` [PATCH bpf-next v7 2/6] bpf: core: introduce main_prog_aux for stream access Puranjay Mohan
2025-09-11 18:30   ` Eduard Zingerman
2025-09-11 14:58 ` [PATCH bpf-next v7 3/6] bpf: Report arena faults to BPF stderr Puranjay Mohan
2025-09-11 14:58 ` [PATCH bpf-next v7 4/6] selftests: bpf: introduce __stderr and __stdout Puranjay Mohan
2025-09-11 17:39   ` Eduard Zingerman
2025-09-11 14:58 ` [PATCH bpf-next v7 5/6] selftests: bpf: use __stderr in stream error tests Puranjay Mohan
2025-09-11 18:02   ` Eduard Zingerman
2025-09-11 14:58 ` [PATCH bpf-next v7 6/6] selftests/bpf: Add tests for arena fault reporting Puranjay Mohan
2025-09-11 18:19   ` Eduard Zingerman
2025-09-11 20:02     ` Alexei Starovoitov
2025-09-11 20:10 ` 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=175762141400.2303017.8378147069265354084.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=catalin.marinas@arm.com \
    --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=martin.lau@linux.dev \
    --cc=memxor@gmail.com \
    --cc=puranjay@kernel.org \
    --cc=sdf@fomichev.me \
    --cc=song@kernel.org \
    --cc=will@kernel.org \
    --cc=xukuohai@huaweicloud.com \
    --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