On 5/31/21 05:13, Maurizio Lombardi wrote: > On realtime kernels, spin_lock_irq*(spinlock_t) do not > disable the interrupts, a call to irqs_disabled() > will return false thus firing a warning in __transport_wait_for_tasks() > > This patch removes the warning and also replaces assert_spin_locked > with lockdep_assert_held() > > Signed-off-by: Maurizio Lombardi <mlombard@xxxxxxxxxx> Looks good. Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@xxxxxxx>