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:   Mon, 4 Nov 2019 20:06:42 +0000
From:   Chris Packham <Chris.Packham@...iedtelesis.co.nz>
To:     "broonie@...nel.org" <broonie@...nel.org>
CC:     "linux-spi@...r.kernel.org" <linux-spi@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: spi-mem and gpio chipselects

On Mon, 2019-11-04 at 12:44 +0000, Mark Brown wrote:
> On Mon, Nov 04, 2019 at 12:35:24AM +0000, Chris Packham wrote:
> 
> > I'm working on a platform that has a slightly complicated scheme for
> > SPI chip-selects using gpios[1]. The spi controller driver in this case
> > supports the spi-mem operations which appear to bypass the generic
> > spi_set_cs().
> > Would there be any harm in adding calls to spi_set_cs() to spi-mem.c?
> > Naively spi_mem_access_start() and spi_mem_access_end() seem like
> > convenient places to start.
> 
> That's only going to work in cases where the controller translates
> things into a single SPI operation on the flash which I'm not sure is
> always going to be the case.  We'd need a way to guarantee that the
> controller is going to do that in order to avoid data corruption issues.

In my particular case (spi-bcm-qspi.c) bcm_qspi_bspi_exec_mem_op() does
seem to assert the native chip-select then do it's operation. As I
understand the wait_for_completion_timeout() will schedule so other
tasks may run but spi_mem_access_start() has taken an io_mutex so
anything that accesses that spi bus will block.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ