Re: [PATCH v2 5/6] s390/bpf: Add kCFI support

Ilya Leoshkevich <[email protected]> Mon, 27 Jul 2026 17:37:25 +0200
Newsgroups dev.linux.lists.llvm,org.kernel.vger.bpf,org.kernel.vger.linux-kernel,org.kernel.vger.linux-s390
Message-ID <[email protected]>
On 2026-07-27 16:05, Heiko Carstens wrote:
> This is the s390 variant of commit 710618c760c0 ("arm64/cfi,bpf: 
> Support
> kCFI + BPF on arm64").
> 
> Signed-off-by: Heiko Carstens <[email protected]>
> ---
>  arch/s390/include/asm/cfi.h  |  7 +++++++
>  arch/s390/net/bpf_jit_comp.c | 28 ++++++++++++++++++++++++----
>  2 files changed, 31 insertions(+), 4 deletions(-)
>  create mode 100644 arch/s390/include/asm/cfi.h

Reviewed-by: Ilya Leoshkevich <[email protected]>