Re: [PATCH net v3 0/2] net: sxgbe: fix descriptor ring allocation failure handling
From: Jakub Kicinski <kuba@kernel.org> Date: 2026-07-23 13:42:47
On Thu, 23 Jul 2026 10:18:18 +0800 Chenguang Zhao wrote:
init_dma_desc_rings() leaks already-allocated TX rings
when RX allocation fails, and sxgbe_open() ignores its
return value and continues with invalid DMA rings. Fix
the cleanup path and check the error.