On Thu, 17 Nov 2022 11:51:00 +0800, Gaosheng Cui wrote: > Smatch report warning as follows: > > drivers/scsi/snic/snic_disc.c:307 snic_tgt_create() warn: > '&tgt->list' not removed from list > > If device_add() fails in snic_tgt_create(), tgt will be freed, but > tgt->list will not be removed from snic->disc.tgt_list, then list > traversal may cause UAF. > > [...] Applied to 6.2/scsi-queue, thanks! [1/1] scsi: snic: Fix possible UAF in snic_tgt_create https://git.kernel.org/mkp/scsi/c/e118df492320 -- Martin K. Petersen Oracle Linux Engineering