]> granicus.if.org Git - strace/commit
bpf: exclude bit fields from the check
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 12 Mar 2019 11:17:20 +0000 (11:17 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 12 Mar 2019 11:17:20 +0000 (11:17 +0000)
commit579f27020c59c426a8fef8b970da9907f59809f8
tree6d9f6b5b064b7058fe877027d050778171d32d7e
parente0f0071b36215de8a592bf41ec007a794b550d45
bpf: exclude bit fields from the check

Currently we have no instruments to check the size and offsets
of bit fields.

* gen_bpf_attr_check.sh: Do not print bit fields.
* m4/gen_bpf_attr_m4.awk: Likewise.
gen_bpf_attr_check.sh
m4/gen_bpf_attr_m4.awk