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]
Date:	Thu, 3 Dec 2015 00:09:30 +0000
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.4

The following changes since commit 31ade3b83e1821da5fbb2f11b5b3d4ab2ec39db8:

  Linux 4.4-rc3 (2015-11-29 18:58:26 -0800)

are available in the git repository at:

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

for you to fetch changes up to a057d737d6ad64c47eb60d7c058cdab6585e96a6:

  Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/doc', 'spi/fix/mediatek' and 'spi/fix/pl022' into spi-linus (2015-11-30 12:26:47 +0000)

----------------------------------------------------------------
spi: Fixes for v4.4

There's one fix for the core here, we weren't reinitialising the actual
transferred length in messages when they get reused which meant that
we'd just keep adding to the length if a message is reused.  This has
limited impact since it's only used in error handling cases but will
really mess anything that tries to use it up when it triggers.

As ever there's a small collection of driver specific fixes too.

----------------------------------------------------------------
Arnd Bergmann (1):
      spi: bcm63xx: use correct format string for printing a resource

Mark Brown (2):
      Merge remote-tracking branch 'spi/fix/core' into spi-linus
      Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/doc', 'spi/fix/mediatek' and 'spi/fix/pl022' into spi-linus

Martin Sperl (1):
      spi: bugfix: spi_message.transfer_length does not get reset

Nicolas Boichat (1):
      spi: mediatek: single device does not require cs_gpios

Rabin Vincent (1):
      spi: pl022: handle EPROBE_DEFER for dma

Thierry Reding (1):
      spi: Add missing kerneldoc description for parameter

 drivers/spi/spi-bcm63xx.c |  4 ++--
 drivers/spi/spi-mt65xx.c  | 26 ++++++++++++++++++--------
 drivers/spi/spi-pl022.c   | 28 ++++++++++++++++++++++------
 drivers/spi/spi.c         |  2 ++
 4 files changed, 44 insertions(+), 16 deletions(-)

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ