[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <8ad6537e-718a-4c5d-4f51-958e585b3727@ispras.ru>
Date: Fri, 2 Sep 2016 11:05:09 +0300
From: Pavel Andrianov <andrianov@...ras.ru>
To: Jonathan Cameron <jic23@...nel.org>
Cc: Hartmut Knaack <knaack.h@....de>,
Lars-Peter Clausen <lars@...afoo.de>,
Peter Meerwald-Stadler <pmeerw@...erw.net>,
linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org,
Vaishali Thakkar <vaishali.thakkar@...cle.com>,
ldv-project@...uxtesting.org
Subject: A potential race in drivers/iio/adc/vf610_adc.ko
Hi!
There is a potential race in drivers/iio/adc/vf610_adc.ko.
Handlers vf610_set_conversion_mode and vf610_write_raw are called via
device_attibute interface, but they are related to different attributes,
so may be executed in parallel. vf610_set_conversion_mode acquires the
mutex indio_dev->mlock, and vf610_write_raw does not. Thus updating the
structure 'info' may be performed simultaneously.
Should vf610_write_raw also acquire the same mutex indio_dev->mlock?
--
Pavel Andrianov
Linux Verification Center, ISPRAS
web: http://linuxtesting.org
e-mail: andrianov@...ras.ru
Powered by blists - more mailing lists