In the Linux kernel, the following vulnerability has been resolved:
net: ethernet: ti: am65-cpsw-nuss: Fix some refcount leaks
ofgetchildbyname() returns a node pointer with refcount incremented, we should use ofnodeput() on it when not need anymore. am65cpswinitcpts() and am65cpswnussprobe() don't release the refcount in error case. Add missing ofnodeput() to avoid refcount leak.