In the Linux kernel, the following vulnerability has been resolved:
drm/omap: dss: Fix refcount leak bugs
In dssinitports() and _dssuninitports(), we should call ofnodeput() for the reference returned by ofgraphgetportbyid() in fail path or when it is not used anymore.