commit | b590cb5f802dc20c72f507f7fbe6737222d0afba | [log] [tgz] |
---|---|---|
author | Stanislav Fomichev <sdf@google.com> | Tue Dec 10 11:19:33 2019 -0800 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Wed Dec 11 14:52:18 2019 +0100 |
tree | dfe609803b0fbe1536d8223c4e021c926ae30315 | |
parent | 09c4708d3cf42b2b2211b1aee82e7baf446a24e8 [diff] |
bpf: Switch to offsetofend in BPF_PROG_TEST_RUN Switch existing pattern of "offsetof(..., member) + FIELD_SIZEOF(..., member)' to "offsetofend(..., member)" which does exactly what we need without all the copy-paste. Suggested-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Stanislav Fomichev <sdf@google.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Andrii Nakryiko <andriin@fb.com> Link: https://lore.kernel.org/bpf/20191210191933.105321-1-sdf@google.com