In the Linux kernel, the following vulnerability has been resolved:
net: dsa: microchip: ksz_common: Fix refcount leak bug
In kszswitchregister(), we should call ofnodeput() for the reference returned by ofgetchildbyname() which has increased the refcount.