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>] [day] [month] [year] [list]
Message-ID: <20161031175513.g7pgdaidlmwhgshb@sirena.org.uk>
Date:   Mon, 31 Oct 2016 11:55:13 -0600
From:   Mark Brown <broonie@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-spi@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] spi fixes for v4.9

The following changes since commit 07d9a380680d1c0eb51ef87ff2eab5c994949e69:

  Linux 4.9-rc2 (2016-10-23 17:10:14 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v4.9-rc3

for you to fetch changes up to 2fbef66e1407d1b13d181f7f5614a5897b452188:

  Merge remote-tracking branches 'spi/fix/dt', 'spi/fix/fsl-dspi' and 'spi/fix/fsl-espi' into spi-linus (2016-10-29 12:51:55 -0600)

----------------------------------------------------------------
spi: Fixes for v4.9

A few small fixes for SPI, one core fix that only applies in cases where
we're handling DT overlays and a couple of driver specific fixes:

 - Fix handling of error cases when instantiating DT overlays so we
   don't end up just ignoring devices that encountered an error during
   instantiation.
 - Avoid reading uninitialized data when handing spurious interrupts
   in the espi driver.
 - A driver specific fix for the dspi driver to fix a bad interaction
   with u-boot.

----------------------------------------------------------------
Arnd Bergmann (1):
      spi: fsl-espi: avoid processing uninitalized data on error

Mark Brown (1):
      Merge remote-tracking branches 'spi/fix/dt', 'spi/fix/fsl-dspi' and 'spi/fix/fsl-espi' into spi-linus

Ralf Ramsauer (1):
      spi: mark device nodes only in case of successful instantiation

Yuan Yao (1):
      spi: dspi: clear SPI_SR before enable interrupt

 drivers/spi/spi-fsl-dspi.c | 7 +++++++
 drivers/spi/spi-fsl-espi.c | 2 +-
 drivers/spi/spi.c          | 5 ++++-
 3 files changed, 12 insertions(+), 2 deletions(-)

Download attachment "signature.asc" of type "application/pgp-signature" (456 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ