On Tue, Jul 5, 2016 at 9:30 AM, Josh Boyer <jwbo...@fedoraproject.org> wrote: > On Wed, Jun 22, 2016 at 11:57 AM, Quinn Tran <quinn.t...@qlogic.com> 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