]> git.ipfire.org Git - thirdparty/linux.git/commit
firmware: exynos-acpm: Count acpm_xfer buffers with __counted_by_ptr
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Thu, 19 Feb 2026 11:27:12 +0000 (12:27 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Tue, 24 Feb 2026 11:06:30 +0000 (12:06 +0100)
commit951b8eee0581bbf39e7b0464d679eee8cb9da3e0
tree5f96596977255c491cd2c3380b67a9a954d6a88b
parent00808ae2e679a97dccc5cf0ee4474ba1e2e8a21a
firmware: exynos-acpm: Count acpm_xfer buffers with __counted_by_ptr

Use __counted_by_ptr() attribute on the acpm_xfer buffers so UBSAN will
validate runtime that we do not pass over the buffer size, thus making
code safer.

Usage of __counted_by_ptr() (or actually __counted_by()) requires that
counter is initialized before counted array.

Tested-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Reviewed-by: Tudor Ambarus <tudor.ambarus@linaro.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20260219-firmare-acpm-counted-v2-3-e1f7389237d3@oss.qualcomm.com
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
drivers/firmware/samsung/exynos-acpm-dvfs.c
drivers/firmware/samsung/exynos-acpm.h