In the Linux kernel, the following vulnerability has been resolved:
drm/nouveau/debugfs: fix file release memory leak
When using singleopen() for opening, singlerelease() should be called, otherwise the 'op' allocated in single_open() will be leaked.