This patch improves BPF's cb access by allowing b/h/w/dw access variants on it. For details, please see individual patches.
Thanks! Daniel Borkmann (2): bpf: pass original insn directly to convert_ctx_access bpf: allow b/h/w/dw access for bpf's cb in ctx include/linux/bpf.h | 7 +- kernel/bpf/verifier.c | 11 +- kernel/trace/bpf_trace.c | 15 +- net/core/filter.c | 176 ++++++----- tools/testing/selftests/bpf/test_verifier.c | 442 +++++++++++++++++++++++++++- 5 files changed, 563 insertions(+), 88 deletions(-) -- 1.9.3