diff options
author | 2021-06-13 16:10:39 +0100 | |
---|---|---|
committer | 2021-10-19 08:29:22 +0100 | |
commit | d7a83bc38d8dd11b3df7e0db3739be6ced1667af (patch) | |
tree | 1d1470b38811c8c337e2afa17019f53db5bda674 /tools/perf/scripts/python/stackcollapse.py | |
parent | iio: gyro: mpu3050: Fix alignment and size issues with buffers. (diff) | |
download | linux-dev-d7a83bc38d8dd11b3df7e0db3739be6ced1667af.tar.xz linux-dev-d7a83bc38d8dd11b3df7e0db3739be6ced1667af.zip |
iio: imu: adis16400: Fix buffer alignment requirements.
iio_push_to_buffers_with_timestamp() requires that the buffer
is 8 byte alignment to ensure an inserted timestamp is naturally aligned.
This requirement was not met here when burst mode is in use beause
of a leading u16. Use the new iio_push_to_buffers_with_ts_unaligned()
function that has more relaxed requirements.
It is somewhat complex to access that actual data length, but a
safe bound can be found by using scan_bytes - sizeof(timestamp) so that
is used in this path.
More efficient approaches exist, but this ensure correctness at the
cost of using a bounce buffer.
Fixes: 5075e0720d93 ("iio: imu: adis: generalize burst mode support")
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Reviewed-by: Nuno Sá <nuno.sa@analog.com>
Link: https://lore.kernel.org/r/20210613151039.569883-5-jic23@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions