In the Linux kernel, the following vulnerability has been resolved: scsi: megaraidsas: Fix resource leak in case of probe failure The driver doesn't clean up all the allocated resources properly when scsiaddhost(), megasasstart_aen() function fails during the PCI device probe. Clean up all those resources.