Re: [PATCH] nvme: Annotate struct nvme_dhchap_key with __counted_by
From: Christoph Hellwig
Date: Tue Mar 10 2026 - 11:40:06 EST
On Tue, Mar 03, 2026 at 10:31:01PM +0100, Thorsten Blum wrote:
> Add the __counted_by() compiler attribute to the flexible array member
> 'key' to improve access bounds-checking via CONFIG_UBSAN_BOUNDS and
> CONFIG_FORTIFY_SOURCE.
Looks good:
Reviewed-by: Christoph Hellwig <hch@xxxxxx>