lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20191211135732.GC25011@linux.fritz.box> Date: Wed, 11 Dec 2019 14:57:32 +0100 From: Daniel Borkmann <daniel@...earbox.net> To: Stanislav Fomichev <sdf@...gle.com> Cc: netdev@...r.kernel.org, bpf@...r.kernel.org, davem@...emloft.net, ast@...nel.org, Andrii Nakryiko <andriin@...com> Subject: Re: [PATCH bpf-next] bpf: switch to offsetofend in BPF_PROG_TEST_RUN On Tue, Dec 10, 2019 at 11:19:33AM -0800, Stanislav Fomichev wrote: > 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@...com> > Signed-off-by: Stanislav Fomichev <sdf@...gle.com> Applied, thanks!
Powered by blists - more mailing lists