In the Linux kernel, the following vulnerability has been resolved: xtensa: Fix refcount leak bug in time.c In calibrateccount(), offindcompatiblenode() will return a node pointer with refcount incremented. We should use ofnodeput() when it is not used anymore.