diff options
| author | Akinobu Mita <[email protected]> | 2018-06-25 00:05:21 +0900 |
|---|---|---|
| committer | Jonathan Cameron <[email protected]> | 2018-07-07 17:06:39 +0100 |
| commit | 7d6cd21d82bacab2d1786fe5e989e4815b75d9a3 (patch) | |
| tree | 30353131c00095713ea411e1bbbb7b4b9c5f2b3e /tools/perf/scripts/python | |
| parent | 5df362a6cf49ca8d2e69a2f68e605310e3c576cb (diff) | |
iio: adc: ina2xx: avoid kthread_stop() with stale task_struct
When the buffer is enabled for ina2xx driver, a dedicated kthread is
invoked to capture mesurement data. When the buffer is disabled, the
kthread is stopped.
However if the kthread gets register access errors, it immediately exits
and when the malfunctional buffer is disabled, the stale task_struct
pointer is accessed as there is no kthread to be stopped.
A similar issue in the usbip driver is prevented by kthread_get_run and
kthread_stop_put helpers by increasing usage count of the task_struct.
This change applies the same solution.
Cc: Stefan BrĂ¼ns <[email protected]>
Cc: Jonathan Cameron <[email protected]>
Signed-off-by: Akinobu Mita <[email protected]>
Fixes: c43a102e67db ("iio: ina2xx: add support for TI INA2xx Power Monitors")
Signed-off-by: Jonathan Cameron <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions