Merge branch 'net-gcc12-warnings'
authorDavid S. Miller <davem@davemloft.net>
Sun, 22 May 2022 21:21:11 +0000 (22:21 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 May 2022 21:21:11 +0000 (22:21 +0100)
commitcf0005d2b07b6eccc8d4f3f3c4faee59e7409a95
treedc62dabe25feba498f78a3bc85f57d0cfaa7e0fe
parent4149af28318a1335f844a778d67d1fd27d05a505
parent9dec850fd7c210a04b4707df8e6c95bfafdd6a4b
Merge branch 'net-gcc12-warnings'

Jakub Kicinski says:

====================
eth: silence the GCC 12 array-bounds warnings

Silence the array-bounds warnings in Ethernet drivers.
v2 uses -Wno-array-bounds directly.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>