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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:   Tue, 6 Sep 2016 12:54:50 +0100
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.8

The following changes since commit c6935931c1894ff857616ff8549b61236a19148f:

  Linux 4.8-rc5 (2016-09-04 14:31:46 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v4.8-rc5

for you to fetch changes up to ae4860b5333586b60ca1798f3f83b8b37520904c:

  Merge remote-tracking branches 'spi/fix/lock', 'spi/fix/maintainers', 'spi/fix/put', 'spi/fix/pxa2xx', 'spi/fix/sh-msiof' and 'spi/fix/timeout' into spi-linus (2016-09-06 12:32:09 +0100)

----------------------------------------------------------------
spi: Fixes for v4.8

As well as the usual driver fixes there's a couple of non-trivial core
fixes in here:

 - Fixes for issues reported by Julia Lawall in the changes that were
   sent last time to fix interaction between the bus lock and the
   locking done for the SPI thread.  I'd let this one cook for a while
   to make sure nothing else came up in testing.
 - A fix from Sien Wu arithmetic overflows when calculating the timeout
   for larger transfers (espcially common with slow buses with flashes
   on them).

----------------------------------------------------------------
Andi Shyti (1):
      MAINTAINERS: add myself as Samsung SPI maintainer

Andy Shevchenko (1):
      spi: pxa2xx-pci: fix ACPI-based enumeration of SPI devices

Geert Uytterhoeven (1):
      spi: sh-msiof: Avoid invalid clock generator parameters

Mark Brown (2):
      spi: Drop io_mutex in error paths
      Merge remote-tracking branches 'spi/fix/lock', 'spi/fix/maintainers', 'spi/fix/put', 'spi/fix/pxa2xx', 'spi/fix/sh-msiof' and 'spi/fix/timeout' into spi-linus

Sien Wu (1):
      spi: Prevent unexpected SPI time out due to arithmetic overflow

Wei Yongjun (3):
      spi: qup: Remove spi_master_put in spi_qup_remove()
      spi: mediatek: remove spi_master_put in mtk_spi_remove()
      spi: img-spfi: Remove spi_master_put in img_spfi_remove()

 MAINTAINERS                  | 12 +++++++++++-
 drivers/spi/spi-img-spfi.c   |  2 --
 drivers/spi/spi-mt65xx.c     |  1 -
 drivers/spi/spi-pxa2xx-pci.c |  1 +
 drivers/spi/spi-qup.c        |  1 -
 drivers/spi/spi-sh-msiof.c   |  3 +++
 drivers/spi/spi.c            | 10 ++++++++--
 7 files changed, 23 insertions(+), 7 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