In the Linux kernel, the following vulnerability has been resolved: can: mcan: pci: add missing mcanclassfreedev() in probe/remove methods In mcanpciremove() and error handling path of mcanpciprobe(), mcanclassfreedev() should be called to free resource allocated by mcanclassallocate_dev(), otherwise there will be memleak.