From: Heiner Kallweit <hkallwe...@gmail.com> Date: Sat, 27 Jul 2019 12:43:31 +0200
> It was reported that after resuming from suspend network fails with > error "do_IRQ: 3.38 No irq handler for vector", see [0]. Enabling WoL > can work around the issue, but the only actual fix is to disable MSI. > So let's mimic the behavior of the vendor driver and disable MSI on > all chip versions before RTL8168d. > > [0] https://bugzilla.kernel.org/show_bug.cgi?id=204079 > > Fixes: 6c6aa15fdea5 ("r8169: improve interrupt handling") > Reported-by: Dušan Dragić <dragic.du...@gmail.com> > Tested-by: Dušan Dragić <dragic.du...@gmail.com> > Signed-off-by: Heiner Kallweit <hkallwe...@gmail.com> > --- > This version of the fix applies from 5.3 only. I'll submit a separate > version for previous kernel versions. Applied and queued up for -stable, thanks for the backport.