In the Linux kernel, the following vulnerability has been resolved:
powerpc/secvar: fix refcount leak in format_show()
Refcount leak will happen when formatshow returns failure in multiple cases. Unified management of ofnode_put can fix this problem.