From: patchwork-bot+netdevbpf@kernel.org
To: Ilya Leoshkevich <iii@linux.ibm.com>
Cc: ast@kernel.org, daniel@iogearbox.net, andrii@kernel.org,
bpf@vger.kernel.org, hca@linux.ibm.com, gor@linux.ibm.com,
agordeev@linux.ibm.com
Subject: Re: [PATCH bpf-next v2 00/10] Implement cpuv4 support for s390x
Date: Thu, 21 Sep 2023 21:30:26 +0000 [thread overview]
Message-ID: <169533182652.8962.13089527935405318096.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230919101336.2223655-1-iii@linux.ibm.com>
Hello:
This series was applied to bpf/bpf-next.git (master)
by Alexei Starovoitov <ast@kernel.org>:
On Tue, 19 Sep 2023 12:09:02 +0200 you wrote:
> v1: https://lore.kernel.org/bpf/20230830011128.1415752-1-iii@linux.ibm.com/
> v1 -> v2:
> - Redo Disable zero-extension for BPF_MEMSX as Puranjay and Alexei
> suggested.
> - Drop the bpf_ct_insert_entry() patch, it went in via the bpf tree.
> - Rebase, don't apply A-bs because there were fixed conflicts.
>
> [...]
Here is the summary with links:
- [bpf-next,v2,01/10] bpf: Disable zero-extension for BPF_MEMSX
https://git.kernel.org/bpf/bpf-next/c/577c06af8188
- [bpf-next,v2,02/10] selftests/bpf: Unmount the cgroup2 work directory
https://git.kernel.org/bpf/bpf-next/c/6cb66eca36f3
- [bpf-next,v2,03/10] selftests/bpf: Add big-endian support to the ldsx test
https://git.kernel.org/bpf/bpf-next/c/9873ce2e9c68
- [bpf-next,v2,04/10] s390/bpf: Implement BPF_MOV | BPF_X with sign-extension
https://git.kernel.org/bpf/bpf-next/c/3de55893f648
- [bpf-next,v2,05/10] s390/bpf: Implement BPF_MEMSX
https://git.kernel.org/bpf/bpf-next/c/738476a079bd
- [bpf-next,v2,06/10] s390/bpf: Implement unconditional byte swap
https://git.kernel.org/bpf/bpf-next/c/90f426d35e01
- [bpf-next,v2,07/10] s390/bpf: Implement unconditional jump with 32-bit offset
https://git.kernel.org/bpf/bpf-next/c/c690191e23d8
- [bpf-next,v2,08/10] s390/bpf: Implement signed division
https://git.kernel.org/bpf/bpf-next/c/91d2ad78e90c
- [bpf-next,v2,09/10] selftests/bpf: Enable the cpuv4 tests for s390x
https://git.kernel.org/bpf/bpf-next/c/48c432382dd4
- [bpf-next,v2,10/10] selftests/bpf: Trim DENYLIST.s390x
https://git.kernel.org/bpf/bpf-next/c/c29913bbf4ec
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2023-09-21 21:30 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-19 10:09 [PATCH bpf-next v2 00/10] Implement cpuv4 support for s390x Ilya Leoshkevich
2023-09-19 10:09 ` [PATCH bpf-next v2 01/10] bpf: Disable zero-extension for BPF_MEMSX Ilya Leoshkevich
2023-09-21 12:35 ` Puranjay Mohan
2023-09-19 10:09 ` [PATCH bpf-next v2 02/10] selftests/bpf: Unmount the cgroup2 work directory Ilya Leoshkevich
2023-09-19 10:09 ` [PATCH bpf-next v2 03/10] selftests/bpf: Add big-endian support to the ldsx test Ilya Leoshkevich
2023-09-19 10:09 ` [PATCH bpf-next v2 04/10] s390/bpf: Implement BPF_MOV | BPF_X with sign-extension Ilya Leoshkevich
2023-09-19 10:09 ` [PATCH bpf-next v2 05/10] s390/bpf: Implement BPF_MEMSX Ilya Leoshkevich
2023-09-19 10:09 ` [PATCH bpf-next v2 06/10] s390/bpf: Implement unconditional byte swap Ilya Leoshkevich
2023-09-19 10:09 ` [PATCH bpf-next v2 07/10] s390/bpf: Implement unconditional jump with 32-bit offset Ilya Leoshkevich
2023-09-19 10:09 ` [PATCH bpf-next v2 08/10] s390/bpf: Implement signed division Ilya Leoshkevich
2023-09-19 10:09 ` [PATCH bpf-next v2 09/10] selftests/bpf: Enable the cpuv4 tests for s390x Ilya Leoshkevich
2023-09-19 10:09 ` [PATCH bpf-next v2 10/10] selftests/bpf: Trim DENYLIST.s390x Ilya Leoshkevich
2023-09-21 21: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=169533182652.8962.13089527935405318096.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=agordeev@linux.ibm.com \
--cc=andrii@kernel.org \
--cc=ast@kernel.org \
--cc=bpf@vger.kernel.org \
--cc=daniel@iogearbox.net \
--cc=gor@linux.ibm.com \
--cc=hca@linux.ibm.com \
--cc=iii@linux.ibm.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