On Tue, 23 Jun 2020 17:22:52 -0700 Jeff Kirsher wrote: > From: Aleksandr Loktionov <aleksandr.loktio...@intel.com> > > In some occasions task held spinlock,
Which spin lock? > while being rescheduled due to mutex_lock. Which mutex? > Moved function call outside of atomic context. What function? > Without this patch there is a race condition, which might result in > scheduling while atomic. What is the race condition?