In the Linux kernel, the following vulnerability has been resolved:
mips: cavium-octeon: Fix missing ofnodeput() in octeon2usbclocks_start
We should call ofnodeput() for the reference 'uctlnode' returned by ofget_parent() which will increase the refcount. Otherwise, there will be a refcount leak bug.