All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Kumar Kartikeya Dwivedi <memxor@gmail.com>
Cc: bpf@vger.kernel.org, ast@kernel.org, andrii@kernel.org,
	daniel@iogearbox.net, martin.lau@kernel.org, eddyz87@gmail.com,
	tj@kernel.org, dschatzberg@meta.com, kkd@meta.com,
	kernel-team@meta.com
Subject: Re: [PATCH bpf-next v5 0/7] Allow variable offsets for syscall PTR_TO_CTX
Date: Mon, 06 Apr 2026 22:30:14 +0000	[thread overview]
Message-ID: <177551461454.3284566.6663759272582357934.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260406194403.1649608-1-memxor@gmail.com>

Hello:

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

On Mon,  6 Apr 2026 21:43:54 +0200 you wrote:
> Enable pointer modification with variable offsets accumulated in the
> register for PTR_TO_CTX for syscall programs where it won't be
> rewritten, and the context is user-supplied and checked against the max
> offset. See patches for details. Fixed offset support landed in [0].
> 
> By combining this set with [0], examples like the one below should
> succeed verification now.
> 
> [...]

Here is the summary with links:
  - [bpf-next,v5,1/7] bpf: Support variable offsets for syscall PTR_TO_CTX
    https://git.kernel.org/bpf/bpf-next/c/ae5ef001aa98
  - [bpf-next,v5,2/7] bpf: Enable unaligned accesses for syscall ctx
    https://git.kernel.org/bpf/bpf-next/c/f25777056e24
  - [bpf-next,v5,3/7] selftests/bpf: Convert ctx tests from ASM to C
    https://git.kernel.org/bpf/bpf-next/c/02f500ce0109
  - [bpf-next,v5,4/7] selftests/bpf: Add syscall ctx variable offset tests
    https://git.kernel.org/bpf/bpf-next/c/5a34139b2732
  - [bpf-next,v5,5/7] selftests/bpf: Test modified syscall ctx for ARG_PTR_TO_CTX
    https://git.kernel.org/bpf/bpf-next/c/02c68b10d84f
  - [bpf-next,v5,6/7] selftests/bpf: Add tests for unaligned syscall ctx accesses
    https://git.kernel.org/bpf/bpf-next/c/0dca817f4dbd
  - [bpf-next,v5,7/7] selftests/bpf: Add tests for syscall ctx accesses beyond U16_MAX
    https://git.kernel.org/bpf/bpf-next/c/171580e43272

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



      parent reply	other threads:[~2026-04-06 22:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-06 19:43 [PATCH bpf-next v5 0/7] Allow variable offsets for syscall PTR_TO_CTX Kumar Kartikeya Dwivedi
2026-04-06 19:43 ` [PATCH bpf-next v5 1/7] bpf: Support " Kumar Kartikeya Dwivedi
2026-04-06 19:43 ` [PATCH bpf-next v5 2/7] bpf: Enable unaligned accesses for syscall ctx Kumar Kartikeya Dwivedi
2026-04-06 19:43 ` [PATCH bpf-next v5 3/7] selftests/bpf: Convert ctx tests from ASM to C Kumar Kartikeya Dwivedi
2026-04-06 19:43 ` [PATCH bpf-next v5 4/7] selftests/bpf: Add syscall ctx variable offset tests Kumar Kartikeya Dwivedi
2026-04-06 19:43 ` [PATCH bpf-next v5 5/7] selftests/bpf: Test modified syscall ctx for ARG_PTR_TO_CTX Kumar Kartikeya Dwivedi
2026-04-06 19:44 ` [PATCH bpf-next v5 6/7] selftests/bpf: Add tests for unaligned syscall ctx accesses Kumar Kartikeya Dwivedi
2026-04-06 19:44 ` [PATCH bpf-next v5 7/7] selftests/bpf: Add tests for syscall ctx accesses beyond U16_MAX Kumar Kartikeya Dwivedi
2026-04-06 22:02   ` Alexei Starovoitov
2026-04-06 22:30 ` 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=177551461454.3284566.6663759272582357934.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=dschatzberg@meta.com \
    --cc=eddyz87@gmail.com \
    --cc=kernel-team@meta.com \
    --cc=kkd@meta.com \
    --cc=martin.lau@kernel.org \
    --cc=memxor@gmail.com \
    --cc=tj@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 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.