Re: [PATCH v2] nvme-apple: Prevent shared tags across queues on Apple A11
From: Sven Peter
Date: Sun Jun 07 2026 - 05:41:18 EST
On 07.06.26 08:10, Nick Chan wrote:
On Apple A11, tags of pending commands must be unique across the admin
and IO queues, else the firmware crashes with
"duplicate tag error for tag N", with N being the tag.
Apply the existing workaround for M1 of reserving two tags for the admin
queue to A11.
Cc: stable@xxxxxxxxxxxxxxx
Fixes: 04d8ecf37b5e ("nvme: apple: Add Apple A11 support")
Signed-off-by: Nick Chan <towinchenmi@xxxxxxxxx>
---
Reviewed-by: Sven Peter <sven@xxxxxxxxxx>
Best,
Sven