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