In the Linux kernel, the following vulnerability has been resolved:
ASoC: mt6359: Fix refcount leak bug
In mt6359parsedt() and mt6359accdetparsedt(), we should call ofnodeput() for the reference returned by ofgetchildby_name() which has increased the refcount.