In the Linux kernel, the following vulnerability has been resolved:
scsi: lpfc: Fix resource leak in lpfcsli4sendseqto_ulp()
If no handler is found in lpfccompleteunsol_iocb() to match the rctl of a received frame, the frame is dropped and resources are leaked.
Fix by returning resources when discarding an unhandled frame type. Update lpfcfcframe_check() handling of NOP basic link service.