In the Linux kernel, the following vulnerability has been resolved:
powerpc/spufs: Fix refcount leak in spufsinitisolated_loader
offindnodebypath() returns remote device nodepointer with refcount incremented, we should use ofnodeput() on it when done. Add missing ofnodeput() to avoid refcount leak.