commit | df91d2b5b265849eb59fea3721a0d68f4f77edfe | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Mon Jul 05 13:51:15 2021 -0700 |
committer | Maciej Żenczykowski <maze@google.com> | Mon Jul 05 16:56:22 2021 -0700 |
tree | 3d66d4077a986a69e771583d8656485b5931b1ce | |
parent | 0bf9219e072401d13b71db519dc7d29455215586 [diff] |
bpf - add a bunch of static asserts on size/alignment of struct field types It really turns out that till now we've just been lucky to not have ever used a 64-bit type. See also discussion on: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69560 (and other places on the internet) Bug: 190519702 Test: atest, TreeHugger Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: Ibe74a6f97bdbba490a7848060d07dc3efcee0e68