On Thu, 29 Oct 2020 14:37:35 +0300 Serge Belyshev wrote: > > As reported by Serge flag IRQF_NO_THREAD causes an error if the > > interrupt is actually shared and the other driver(s) don't have this > > flag set. This situation can occur if a PCI(e) legacy interrupt is > > used in combination with forced threading. > > There's no good way to deal with this properly, therefore we have to > > remove flag IRQF_NO_THREAD. For fixing the original forced threading > > issue switch to napi_schedule(). > > > > Fixes: 424a646e072a ("r8169: fix operation under forced interrupt > > threading") > > Link: https://www.spinics.net/lists/netdev/msg694960.html > > Reported-by: Serge Belyshev <belys...@depni.sinp.msu.ru> > > Signed-off-by: Heiner Kallweit <hkallwe...@gmail.com> > > Tested-by: Serge Belyshev <belys...@depni.sinp.msu.ru>
Applied, thanks!