In the Linux kernel, the following vulnerability has been resolved: smc: Use __skdstget() and dstdevrcu() in smcclcprfxmatch(). smcclcprfxmatch() is called from smclistenwork() and not under RCU nor RTNL. Using skdstget(sk)->dev could trigger UAF. Let's use _skdstget() and dstdevrcu(). Note that the returned value of smcclcprfxmatch() is not used in the caller.