In the Linux kernel, the following vulnerability has been resolved:
ARM: OMAP2+: display: Fix refcount leak bug
In omapdssinitfbdev(), offindnodebyname() will return a node pointer with refcount incremented. We should use ofnodeput() when it is not used anymore.