In the Linux kernel, the following vulnerability has been resolved:
net: marvell: prestera: Add missing ofnodeput() in presteraswitchsetbasemac_addr
This node pointer is returned by offindcompatiblenode() with refcount incremented. Calling ofnode_put() to aovid the refcount leak.