In the Linux kernel, the following vulnerability has been resolved: ethernet: aeroflex: fix potential skb leak in grethinitrings() The grethinitrings() function won't free the newly allocated skb when dmamappingerror() returns error, so add devkfreeskb() to fix it. Compile tested only.