Files
Alexei Starovoitov 9ee8edce2e bpf: wire in data and data_end for cls_act_bpf
allow cls_bpf and act_bpf programs access skb->data and skb->data_end pointers.
The bpf helpers that change skb->data need to update data_end pointer as well.
The verifier checks that programs always reload data, data_end pointers
after calls to such bpf helpers.
We cannot add 'data_end' pointer to struct qdisc_skb_cb directly,
since it's embedded as-is by infiniband ipoib, so wrapper struct is needed.

Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Chatur27 <jasonbright2709@gmail.com>
2022-03-04 20:16:37 +01:00
..
2020-02-14 16:29:54 -05:00
2021-03-30 14:45:01 +02:00
2020-05-10 10:25:57 +02:00
2021-03-30 14:45:01 +02:00
2018-09-15 09:40:41 +02:00
2021-03-30 14:45:01 +02:00
2021-03-30 14:45:01 +02:00
2020-05-10 10:25:58 +02:00