]> www.infradead.org Git - users/willy/xarray.git/commit
iio: adc: ad7768-1: Fix insufficient alignment of timestamp.
authorJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 13 Apr 2025 10:34:25 +0000 (11:34 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Fri, 18 Apr 2025 15:07:38 +0000 (16:07 +0100)
commitffbc26bc91c1f1eb3dcf5d8776e74cbae21ee13a
tree20586cc2228f534d2e377062c2f27cbb12c990c5
parent5097eaae98e53f9ab9d35801c70da819b92ca907
iio: adc: ad7768-1: Fix insufficient alignment of timestamp.

On architectures where an s64 is not 64-bit aligned, this may result
insufficient alignment of the timestamp and the structure being too small.
Use aligned_s64 to force the alignment.

Fixes: a1caeebab07e ("iio: adc: ad7768-1: Fix too small buffer passed to iio_push_to_buffers_with_timestamp()") # aligned_s64 newer
Reported-by: David Lechner <dlechner@baylibre.com>
Reviewed-by: Nuno Sá <nuno.sa@analog.com>
Reviewed-by: David Lechner <dlechner@baylibre.com>
Link: https://patch.msgid.link/20250413103443.2420727-3-jic23@kernel.org
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/ad7768-1.c