Comment 12 for bug 1602724

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2016-09-12 22:46 EDT-------
(In reply to comment #20)
> Part of the fix was in the current update. Marking the verification done to
> proceed with the current cycle. This bug needs to be reset to fix-committed
> for tracking the remaining patch after it gets closed by automatic processes.

Hi smb,

The final patch, which was not included in the current release depends on a fixup I pushed upstream. I retested this, and it allowed it to successfully disable the device after 6 EEHs;

The fixup is not in Linus tree yet, but it should be included in the next -rc. it's queued in Jens Axboe's linux-block tree:

82469c59d222 ("nvme: Don't suspend admin queue that wasn't created")

<https://git.kernel.org/cgit/linux/kernel/git/axboe/linux-block.git/commit/?h=for-linus&id=82469c59d222f839ded5cd282172258e026f9112>

This needs to go on top of

c21377f8366c ("nvme: Suspend all queues before deletion")

Which is already in the Ubuntu's kernel -next branch.

Thanks,