Hi Brian,
FYI, coccinelle warns about
drivers/scsi/ipr.c:8448:2-19: alloc with no test, possible model on line 8457
vi +8448 drivers/scsi/ipr.c
8443 if (ioa_cfg->sis64) {
8444 ioa_cfg->target_ids = kzalloc(sizeof(unsigned long) *
8445 BITS_TO_LONGS(ioa_cfg->max_devs_supported), GFP_KERNEL);
8446 ioa_cfg->array_ids = kzalloc(sizeof(unsigned long) *
8447 BITS_TO_LONGS(ioa_cfg->max_devs_supported), GFP_KERNEL);
> 8448 ioa_cfg->vset_ids = kzalloc(sizeof(unsigned long) *
8449 BITS_TO_LONGS(ioa_cfg->max_devs_supported), GFP_KERNEL);
8450 }
8451
Thanks,
Fengguang
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
[SCSI Target Devel]
[Linux SCSI Target Infrastructure]
[Kernel Newbies]
[Share Photos]
[IDE]
[Security]
[Git]
[Netfilter]
[Bugtraq]
[Photos]
[Yosemite]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Linux ATA RAID]
[Linux IIO]
[Samba]
[Video 4 Linux]
[Device Mapper]
[Linux Resources]