Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1295364

[GIT PULL] spi fixes for v4.4

From Mark Brown <broonie@kernel.org>
Newsgroups linux.kernel
Subject [GIT PULL] spi fixes for v4.4
Date 2015-12-19 12:50 +0100
Message-ID <qHobn-2EE-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

The following changes since commit 9f9499ae8e6415cefc4fe0a96ad0e27864353c89:

  Linux 4.4-rc5 (2015-12-13 17:42:58 -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-rc5

for you to fetch changes up to c1f4a149406ce41962c6ba7d92047563f9e26e0b:

  Merge remote-tracking branches 'spi/fix/dspi' and 'spi/fix/spidev' into spi-linus (2015-12-16 13:28:32 +0000)

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

A couple of reference counting bugs here, one in spidev and one with
holding an extra reference in the core that we never freed if we removed
a device, plus a driver specific fix.  Both of the refcounting bugs are
very old but they've only been found by observation so hopefully their
impact has been low.

----------------------------------------------------------------
Bhuvanchandra DV (1):
      spi-fsl-dspi: Fix CTAR Register access

Johan Hovold (1):
      spi: fix parent-device reference leak

Mark Brown (3):
      spi: spidev: Hold spi_lock over all defererences of spi in release()
      Merge remote-tracking branch 'spi/fix/core' into spi-linus
      Merge remote-tracking branches 'spi/fix/dspi' and 'spi/fix/spidev' into spi-linus

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

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[GIT PULL] spi fixes for v4.4 Mark Brown <broonie@kernel.org> - 2015-12-19 12:50 +0100

csiph-web