In the Linux kernel, the following vulnerability has been resolved:
regulator: of: Fix refcount leak bug in ofgetregulation_constraints()
We should call the ofnodeput() for the reference returned by ofgetchildbyname() which has increased the refcount.