Re: [PATCH V5 04/17] nvdimm/label: Include region label in slot validation
From: Ira Weiny
Date: Tue Jan 20 2026 - 19:35:21 EST
Neeraj Kumar wrote:
> Prior to LSA 2.1 Support, label in slot means only namespace
> label. But with LSA 2.1 a label can be either namespace or
> region label.
>
> Slot validation routine validates label slot by calculating
> label checksum. It was only validating namespace label.
> This changeset also validates region label if present.
>
> In previous patch to_lsa_label() was introduced along with
> to_label(). to_label() returns only namespace label whereas
> to_lsa_label() returns union nd_lsa_label*
>
> In this patch We have converted all usage of to_label()
> to to_lsa_label()
>
Reviewed-by: Ira Weiny <ira.weiny@xxxxxxxxx>
[snip]