commit | 3d0220f6861d713213b015b582e9f21e5b28d2e0 | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <daniel@iogearbox.net> | Fri May 21 10:17:36 2021 +0000 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Tue May 25 22:08:53 2021 +0200 |
tree | 874ca164bc99f7450e82c6c871d9a2f2027d8f7f | |
parent | 5c9d706f61336d9f7f285df64c734af778c70f39 [diff] |
bpf: Wrap aux data inside bpf_sanitize_info container Add a container structure struct bpf_sanitize_info which holds the current aux info, and update call-sites to sanitize_ptr_alu() to pass it in. This is needed for passing in additional state later on. Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Reviewed-by: Piotr Krysiuk <piotras@gmail.com> Acked-by: Alexei Starovoitov <ast@kernel.org>