Re: [PATCH v2] scsi: ufs: core: Fix RPMB region size detection for UFS 2.2

From: Bean Huo

Date: Mon Feb 09 2026 - 10:08:55 EST


On Thu, 2026-02-05 at 12:30 +0400, Alexey Charkov wrote:
> Older UFS spec devices (2.2 and earlier) do not expose per-region RPMB
> sizes, as only one RPMB region is supported. In such cases, the size of
> the single RPMB region can be deduced from the Logical Block Count and
> Logical Block Size fields in the RPMB Unit Descriptor.
>
> Add a fallback mechanism to calculate the RPMB region size from these
> fields if the device implements an older spec, so that the RPMB driver
> can work with such devices - otherwise it silently skips the whole RPMB.
>
>         Section 14.1.4.6 (RPMB Unit Descriptor)
>
> Link: https://www.jedec.org/system/files/docs/JESD220C-2_2.pdf
> Cc: stable@xxxxxxxxxxxxxxx
> Fixes: b06b8c421485 ("scsi: ufs: core: Add OP-TEE based RPMB driver for UFS
> devices")
> Signed-off-by: Alexey Charkov <alchark@xxxxxxxxxxx>

Hi Alexey,

please address Bart's suggestion in the next version, and add my reviewed tag.

Reviewed-by: Bean Huo <beanhuo@xxxxxxxxxx>


Kind regards,
Bean