Re: [PATCH net 2/2] net: dwc-xlgmac: handle hw initialization failure in xlgmac_start()

From: Fedor Pchelkin

Date: Mon May 25 2026 - 03:54:50 EST


On Sat, 23. May 13:45, Fedor Pchelkin wrote:
> hw_ops->init() can fail, thus leaving uninitialized TX and RX descriptor
> objects. Later when they are updated in xlgmac_dev_xmit(), there is a
> NULL pointer dereference.

I see a number of AI-revealed issues either directly related to this patch
or concerning the surrounding code. Will respin the series.