In the Linux kernel, the following vulnerability has been resolved:
ARM: versatile: Add missing ofnodeput in dcscb_init
The devicenode pointer is returned by offindcompatiblenode with refcount incremented. We should use ofnodeput() to avoid the refcount leak.