[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1543237108.git.daniel@iogearbox.net>
Date: Mon, 26 Nov 2018 14:05:37 +0100
From: Daniel Borkmann <daniel@...earbox.net>
To: ast@...nel.org
Cc: sandipan@...ux.ibm.com, netdev@...r.kernel.org,
Daniel Borkmann <daniel@...earbox.net>
Subject: [PATCH bpf 0/2] Fix for arm64 jit
This set contains a fix for arm64 BPF JIT. First patch generalizes
ppc64 way of retrieving subprog into bpf_jit_get_func_addr() as core
code and uses the same on arm64 in second patch. Tested on both arm64
and ppc64.
Thanks!
Daniel Borkmann (2):
bpf, ppc64: generalize fetching subprog into bpf_jit_get_func_addr
bpf, arm64: fix getting subprog addr from aux for calls
arch/arm64/net/bpf_jit_comp.c | 26 +++++++++++-------
arch/powerpc/net/bpf_jit_comp64.c | 57 ++++++++++++++++++++++++++-------------
include/linux/filter.h | 4 +++
kernel/bpf/core.c | 34 +++++++++++++++++++++++
4 files changed, 93 insertions(+), 28 deletions(-)
--
2.9.5
Powered by blists - more mailing lists