Re: [PATCH net-next] bpf: cleanup bpf_prog_run_{save,clear}_cb helpers

2016-01-06 Thread Alexei Starovoitov
On Wed, Jan 06, 2016 at 10:32:16PM +0100, Daniel Borkmann wrote: > Move the details behind the cb[] access into a small helper to decouple > and make them generic for bpf_prog_run_save_cb()/bpf_prog_run_clear_cb() > that was introduced via commit ff936a04e5f2 ("bpf: fix cb access in socket > filter

[PATCH net-next] bpf: cleanup bpf_prog_run_{save,clear}_cb helpers

2016-01-06 Thread Daniel Borkmann
Move the details behind the cb[] access into a small helper to decouple and make them generic for bpf_prog_run_save_cb()/bpf_prog_run_clear_cb() that was introduced via commit ff936a04e5f2 ("bpf: fix cb access in socket filter programs"). Also add a comment to better clarify what is done in bpf_skb