Re: [PATCH] cxl/region: fix format string for resource_size_t

From: Ira Weiny

Date: Mon Jan 05 2026 - 17:14:54 EST


Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@xxxxxxxx>
>
> The size of this type is architecture specific, and the recommended
> way to print it portably is through the custom %pap format string.
>
> Fixes: d6602e25819d ("cxl/region: Add support to indicate region has extended linear cache")
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Reviewed-by: Ira Weiny <ira.weiny@xxxxxxxxx>

[snip]