Re: [PATCH v3] nvmet-auth: update sc_c in target host hash calculation
From: Alistair Francis
Date: Sun Nov 16 2025 - 18:16:03 EST
On Fri, Nov 7, 2025 at 9:17 AM <alistair23@xxxxxxxxx> wrote:
>
> From: Alistair Francis <alistair.francis@xxxxxxx>
>
> Commit 7e091add9c43 "nvme-auth: update sc_c in host response" added
> the sc_c variable to the dhchap queue context structure which is
> appropriately set during negotiate and then used in the host response.
>
> This breaks secure concat connections with a Linux target as the target
> code wasn't updated at the same time. This patch fixes this by adding a
> new sc_c variable to the host hash calculations.
>
> Fixes: 7e091add9c43 ("nvme-auth: update sc_c in host response")
> Signed-off-by: Alistair Francis <alistair.francis@xxxxxxx>
Gentle reminder that this is needed in 6.18
Alistair