On Tue, Jul 5, 2016 at 9:30 AM, Josh Boyer <jwboyer@xxxxxxxxxxxxxxxxx> wrote: > On Wed, Jun 22, 2016 at 11:57 AM, Quinn Tran <quinn.tran@xxxxxxxxxx> wrote: >> >> - if (rsp->msix->cpuid != smp_processor_id()) { >> + if (rsp->msix && (rsp->msix->cpuid != smp_processor_id())) { > > Did this wind up going into an official commit somewhere? It's not in my tree, at least. And I don't think I've seen a "yes, that fixes it". Although Johannes was right that in addition to that, the ordering of the irq setup should probably _also_ be fixed, but that's a separate patch. Linus -- 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