In the Linux kernel, the following vulnerability has been resolved:
net: phy: Fix missing ofnodeput() for leds
The call of ofgetchildbyname() will cause refcount incremented for leds, if it succeeds, it should call ofnodeput() to decrease it, fix it.