Re: [patch 28/35] net: iwlwifi: Remove in_interrupt() from tracing macro.

2020-09-27 Thread Coelho, Luciano
On Sun, 2020-09-27 at 21:49 +0200, Thomas Gleixner wrote: > From: Sebastian Andrzej Siewior > > The usage of in_interrupt) in driver code is phased out. > > The iwlwifi_dbg tracepoint records in_interrupt() seperately, but that's > superfluous because the trace header already records all kind of

[patch 28/35] net: iwlwifi: Remove in_interrupt() from tracing macro.

2020-09-27 Thread Thomas Gleixner
From: Sebastian Andrzej Siewior The usage of in_interrupt) in driver code is phased out. The iwlwifi_dbg tracepoint records in_interrupt() seperately, but that's superfluous because the trace header already records all kind of state and context information like hardirq status, softirq status, pr