On 05.07.2016 19:32, Linus Torvalds wrote: > On Tue, Jul 5, 2016 at 9:30 AM, Josh Boyer <[email protected]> wrote: >> On Wed, Jun 22, 2016 at 11:57 AM, Quinn Tran <[email protected]> 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".
Quinn Tran ACKed a nearly identical patch from Bruno Prémont in a different thread: http://thread.gmane.org/gmane.linux.kernel/2257008/focus=2257139 >From what I can see in the initial mail in that thread it seems Bruno successfully tested the patch he submitted. But I have no idea if the patch is in someones queue to mainline right now. That's why I had it on my "if nothing happens soon, poke someone" list... HTH, CU, Thorsten

