Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/ethernet/broadcom/genet/bcmgenet.c:2375:14: warning: array index 16 is past the end of the array (that has type 'struct bcmgenet_tx_ring[5]') [-Warray-bounds] 2375 | tx_ring = &priv->tx_rings[DESC_INDEX]; | ^ ~~~~~~~~~~ ../drivers/net/ethernet/broadcom/genet/bcmgenet.h:614:2: note: array 'tx_rings' declared here 614 | struct bcmgenet_tx_ring tx_rings[GENET_MAX_MQ_CNT + 1]; | ^ ../drivers/net/ethernet/broadcom/genet/bcmgenet.c:3954:35: warning: array index 16 is past the end of the array (that has type 'struct bcmgenet_tx_ring[5]') [-Warray-bounds] 3954 | struct bcmgenet_tx_ring *ring = &priv->tx_rings[DESC_INDEX]; | ^ ~~~~~~~~~~ ../drivers/net/ethernet/broadcom/genet/bcmgenet.h:614:2: note: array 'tx_rings' declared here 614 | struct bcmgenet_tx_ring tx_rings[GENET_MAX_MQ_CNT + 1]; | ^ 2 warnings generated. Documentation/.renames.txt: warning: ignored by one of the .gitignore files ../drivers/net/ethernet/broadcom/genet/bcmgenet.c:2383:14: warning: array index 16 is past the end of the array (that has type 'struct bcmgenet_tx_ring[5]') [-Warray-bounds] 2383 | tx_ring = &priv->tx_rings[DESC_INDEX]; | ^ ~~~~~~~~~~ ../drivers/net/ethernet/broadcom/genet/bcmgenet.h:620:2: note: array 'tx_rings' declared here 620 | struct bcmgenet_tx_ring tx_rings[GENET_MAX_MQ_CNT + 1]; | ^ ../drivers/net/ethernet/broadcom/genet/bcmgenet.c:3969:35: warning: array index 16 is past the end of the array (that has type 'struct bcmgenet_tx_ring[5]') [-Warray-bounds] 3969 | struct bcmgenet_tx_ring *ring = &priv->tx_rings[DESC_INDEX]; | ^ ~~~~~~~~~~ ../drivers/net/ethernet/broadcom/genet/bcmgenet.h:620:2: note: array 'tx_rings' declared here 620 | struct bcmgenet_tx_ring tx_rings[GENET_MAX_MQ_CNT + 1]; | ^ 2 warnings generated.