[PATCH net 0/8] net: bcmgenet: Collection of bug fixes

Florian Fainelli posted 8 patches 6 days, 23 hours ago
There is a newer version of this series
.../net/ethernet/broadcom/genet/bcmgenet.c    | 34 ++++++++++++-------
1 file changed, 21 insertions(+), 13 deletions(-)
[PATCH net 0/8] net: bcmgenet: Collection of bug fixes
Posted by Florian Fainelli 6 days, 23 hours ago
This patch series contains a collection of bug fixes found during a
LLM-assisted coding session.

Florian Fainelli (8):
  net: bcmgenet: fix 64-bit RTNL stats reading in ethtool on 32-bit
    systems
  net: bcmgenet: initialize u64 stats seq counter for all queues
  net: bcmgenet: do not skip WoL power up on GENET V1
  net: bcmgenet: clean up RX NAPI on bcmgenet_init_rx_queues failure
  net: bcmgenet: acquire ring lock with BH disabled in
    bcmgenet_dump_tx_queue
  net: bcmgenet: validate Ethernet address in bcmgenet_set_mac_addr
  net: bcmgenet: zero-initialize Transmit Status Block in
    bcmgenet_add_tsb
  net: bcmgenet: mask DMA_TIMEOUT_MASK when reading DMA_RING0_TIMEOUT

 .../net/ethernet/broadcom/genet/bcmgenet.c    | 34 ++++++++++++-------
 1 file changed, 21 insertions(+), 13 deletions(-)

-- 
2.34.1
Re: [PATCH net 0/8] net: bcmgenet: Collection of bug fixes
Posted by Florian Fainelli 6 days, 23 hours ago

On 9/17/2026 5:07 PM, Florian Fainelli wrote:
> This patch series contains a collection of bug fixes found during a
> LLM-assisted coding session.

My bad, I forgot to remove some tags while the patches were sent out, 
will wait for feedback and repost.

> 
> Florian Fainelli (8):
>    net: bcmgenet: fix 64-bit RTNL stats reading in ethtool on 32-bit
>      systems
>    net: bcmgenet: initialize u64 stats seq counter for all queues
>    net: bcmgenet: do not skip WoL power up on GENET V1
>    net: bcmgenet: clean up RX NAPI on bcmgenet_init_rx_queues failure
>    net: bcmgenet: acquire ring lock with BH disabled in
>      bcmgenet_dump_tx_queue
>    net: bcmgenet: validate Ethernet address in bcmgenet_set_mac_addr
>    net: bcmgenet: zero-initialize Transmit Status Block in
>      bcmgenet_add_tsb
>    net: bcmgenet: mask DMA_TIMEOUT_MASK when reading DMA_RING0_TIMEOUT
> 
>   .../net/ethernet/broadcom/genet/bcmgenet.c    | 34 ++++++++++++-------
>   1 file changed, 21 insertions(+), 13 deletions(-)
> 

-- 
Florian