Re: [PATCH v2] nvme-apple: Reset q->sq_tail during queue init
From: Sven Peter
Date: Thu May 14 2026 - 09:21:04 EST
On 14.05.26 15:16, Nick Chan wrote:
Fixes a "duplicate tag error for tag 0" firmware crash during controller
reset while setting up the admin queue on Apple A11 / T8015.
... caused by stale entries in the submission queue due to an invalid sq_tail offset after reset.
And I guess this also happens on the i/o queue and is fixed by this as well, isn't it?
Fixes: 04d8ecf37b5e ("nvme: apple: Add Apple A11 support")
Cc: stable@xxxxxxxxxxxxxxx
Suggested-by: Yuriy Havrylyuk <yhavry@xxxxxxxxx>
Signed-off-by: Nick Chan <towinchenmi@xxxxxxxxx>
---
Reviewed-by: Sven Peter <sven@xxxxxxxxxx>
Best,
Sven