Re: [patch 10/35] net: intel: Remove in_interrupt() warnings

2020-09-28 Thread Alexander Duyck
On Sun, Sep 27, 2020 at 1:00 PM Thomas Gleixner wrote: > > From: Sebastian Andrzej Siewior > > in_interrupt() is ill defined and does not provide what the name > suggests. The usage especially in driver code is deprecated and a tree wide > effort to clean up and consolidate the (ab)usage of in_in

[patch 10/35] net: intel: Remove in_interrupt() warnings

2020-09-27 Thread Thomas Gleixner
From: Sebastian Andrzej Siewior in_interrupt() is ill defined and does not provide what the name suggests. The usage especially in driver code is deprecated and a tree wide effort to clean up and consolidate the (ab)usage of in_interrupt() and related checks is happening. In this case the checks