On Mon, Jan 08, 2018 at 11:51:56AM +0100, Hannes Reinecke wrote: > The abort handler might be racing with command completion, so the > task might already be NULL by the time the abort handler is called. But without taking dev_done_lock (or using cmpxchg) what prevents use from still hitting this, although in a more narrow window?