diff options
author | Jakub Kicinski <kuba@kernel.org> | 2022-05-20 12:56:04 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-05-22 22:21:11 +0100 |
commit | 385bc51b41ea74a91545600cb3d731754372f75e (patch) | |
tree | 7bee413bb92a191671f66347e1bb87e86459629b /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 06da3e8f390aba135ae8808e9424e8a68e53d261 (diff) |
eth: ice: silence the GCC 12 array-bounds warning
GCC 12 gets upset because driver allocates partial
struct ice_aqc_sw_rules_elem buffers. The writes are
within bounds.
Silence these warnings for now, our build bot runs GCC 12
so we won't allow any new instances.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions