All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/3] eth: silence the GCC 12 array-bounds warnings
@ 2022-05-20 19:56 Jakub Kicinski
  2022-05-20 19:56 ` [PATCH net-next v2 1/3] eth: mtk_eth_soc: silence the GCC 12 array-bounds warning Jakub Kicinski
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jakub Kicinski @ 2022-05-20 19:56 UTC (permalink / raw)
  To: davem; +Cc: netdev, edumazet, pabeni, Jakub Kicinski

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

Jakub Kicinski (3):
  eth: mtk_eth_soc: silence the GCC 12 array-bounds warning
  eth: ice: silence the GCC 12 array-bounds warning
  eth: tg3: silence the GCC 12 array-bounds warning

 drivers/net/ethernet/broadcom/Makefile  | 5 +++++
 drivers/net/ethernet/intel/ice/Makefile | 5 +++++
 drivers/net/ethernet/mediatek/Makefile  | 5 +++++
 3 files changed, 15 insertions(+)

-- 
2.34.3


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-22 21:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-20 19:56 [PATCH net-next v2 0/3] eth: silence the GCC 12 array-bounds warnings Jakub Kicinski
2022-05-20 19:56 ` [PATCH net-next v2 1/3] eth: mtk_eth_soc: silence the GCC 12 array-bounds warning Jakub Kicinski
2022-05-20 19:56 ` [PATCH net-next v2 2/3] eth: ice: " Jakub Kicinski
2022-05-20 19:56 ` [PATCH net-next v2 3/3] eth: tg3: " Jakub Kicinski
2022-05-22 21:30 ` [PATCH net-next v2 0/3] eth: silence the GCC 12 array-bounds warnings patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.