lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Sun, 14 Jun 2015 17:45:19 +0200
From:	Lars-Peter Clausen <lars@...afoo.de>
To:	Gergely Imreh <imrehg@...il.com>,
	Jonathan Cameron <jic23@...nel.org>
CC:	michal.simek@...inx.com, linux-iio@...r.kernel.org,
	Linux ARM Kernel <linux-arm-kernel@...ts.infradead.org>,
	linux-kernel@...r.kernel.org, ola@...pteva.com
Subject: Re: [PATCH 1/1] iio:adc: XADC: Set offset explicitly to zero on voltage
 channels

On 06/14/2015 05:15 AM, Gergely Imreh wrote:
> On 14 June 2015 at 02:30, Jonathan Cameron <jic23@...nel.org> wrote:
>> On 11/06/15 09:22, Gergely Imreh wrote:
>>> The Xilinx XADC driver has both a temperature channel and 8 voltage
>>> channels. The voltage channels have no offset, but actually were still
>>> set the same offset as the temperature channel. This did not cause
>>> problems in /sys/bus/iio/ but can cause problems with other drivers
>>> using iio data. For example iio-hwmon did return wrong voltage values
>>> because of the offset.
>>>
>>> Change tested with the Parallella board.
>>>
>>> Signed-off-by: Gergely Imreh <imrehg@...il.com>
>> Well spotted on the bug, but I think we are better off fixing this at the
>> true source of the problem which is in drivers/iio/inkern.c
>> iio_convert_raw_to_processed_unlocked which does a call to
>> iio_channel_read(chan, &offset, NULL, IIO_CHAN_INFO_OFFSET) then uses
>> the error return to check if the offset parameter is available. It should
>> be checking that before making this call with a call to iio_channel_has_info.
>>
>> I don't suppose you could prepare a patch fixing that as you found the problem?
>
> I'll check it out, and send an updated patch! Thanks for the pointers
> to the core of the issue.

The issue was already fixed a while ago, see this patch:
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=65de7654d39c70c2b942f801cea01590cf7e3458

Starting with that commit iio_channel_read() returns an error when the 
attribute is not available, which causes 
iio_convert_raw_to_processed_unlocked() to skip the offset if it is not 
available.

- Lars
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ