In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ecbhf: Fix dmafreecoherent() dma handle dmafreecoherent() in error path takes priv->rxbuf.alloclen as the dma handle. This would lead to improper unmapping of the buffer. Change the dma handle to priv->rxbuf.alloc_phys.