In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix possible memory leak in stmmacdvrprobe() The bitmapfree() should be called to free priv->afxdpzcqps when createsinglethreadworkqueue() fails, otherwise there will be a memory leak, so we add the err path errorwqinit to fix it.