diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2022-09-15 23:48:44 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-09-29 20:16:07 +0300 |
commit | 7c8765308371be30f50c1b5b97618b731514b207 (patch) | |
tree | 30331dd20519eb2e98d89b0cb9b0db84fed76e69 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 693e9c269e8e8fb16f1d7fac38bd774402722e87 (diff) | |
download | linux-7c8765308371be30f50c1b5b97618b731514b207.tar.xz |
dmaengine: qcom-adm: fix wrong sizeof config in slave_config
Fix broken slave_config function that uncorrectly compare the
peripheral_size with the size of the config pointer instead of the size
of the config struct. This cause the crci value to be ignored and cause
a kernel panic on any slave that use adm driver.
To fix this, compare to the size of the struct and NOT the size of the
pointer.
Fixes: 03de6b273805 ("dmaengine: qcom-adm: stop abusing slave_id config")
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Cc: stable@vger.kernel.org # v5.17+
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20220915204844.3838-1-ansuelsmth@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions