Merge branch 'implement-cpuv4-support-for-s390x'
authorAlexei Starovoitov <ast@kernel.org>
Thu, 21 Sep 2023 21:22:01 +0000 (14:22 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Thu, 21 Sep 2023 21:22:01 +0000 (14:22 -0700)
commitcf67d28de348f109251a9045a472a39724e2b4fa
treef909da0df70395323938f254cfcc5f8a592ba508
parente9cbc89067cce78211c8629c78e931c0fe64e29d
parentc29913bbf4ec172da08157efc7b417f684c42dd6
Merge branch 'implement-cpuv4-support-for-s390x'

Ilya Leoshkevich says:

====================
Implement cpuv4 support for s390x

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.

Hi,

This series adds the cpuv4 support to the s390x eBPF JIT.
Patches 1-3 are preliminary bugfixes.
Patches 4-8 implement the new instructions.
Patches 9-10 enable the tests.

Best regards,
Ilya
====================

Link: https://lore.kernel.org/r/20230919101336.2223655-1-iii@linux.ibm.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>