On Wed, May 20, 2015 at 02:51:04PM +0200, Bart Van Assche wrote: > This patch fixes the following kernel warning because it avoids that > IRQs are disabled while ft_release_cmd() is invoked (fc_seq_set_resp() > invokes spin_unlock_bh()): I don't really understand how this mitigates the issue that ccf5ae8 ("target: close target_put_sess_cmd() vs. core_tmr_abort_task() race") fixed by taking the lock earlier. But to me it seems like that issue should be fixed by switching core_tmr_abort_task to use kref_get_unless_zero instead. -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html