All of lore.kernel.org
 help / color / mirror / Atom feed
From: broonie@kernel.org
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-spi@vger.kernel.org, Mark Brown <broonie@kernel.org>
Subject: [GIT PULL] SPI fixes for v5.8-rc2
Date: Mon, 22 Jun 2020 12:41:19 +0100	[thread overview]
Message-ID: <20200622114214.C75A9206BE@mail.kernel.org> (raw)

The following changes since commit 263b81dc6c932c8bc550d5e7bfc178d2b3fc491e:

  spi: spi-fsl-dspi: fix native data copy (2020-05-29 23:43:15 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.8-rc2

for you to fetch changes up to 06096cc6c5a84ced929634b0d79376b94c65a4bd:

  spi: spidev: fix a potential use-after-free in spidev_release() (2020-06-18 17:47:00 +0100)

----------------------------------------------------------------
spi: Fixes for v5.8

Quite a lot of fixes here for no single reason.  There's a collection of
the usual sort of device specific fixes and also a bunch of people have
been working on spidev and the userspace test program spidev_test so
they've got an unusually large collection of small fixes.

----------------------------------------------------------------
Alexander Stein (1):
      spi: dt-bindings: amlogic, meson-gx-spicc: Fix schema for meson-g12a

Geert Uytterhoeven (3):
      spi: spidev_test: Use %u to format unsigned numbers
      spi: rspi: Use requested instead of maximum bit rate
      spi: uapi: spidev: Use TABs for alignment

Krzysztof Kozlowski (1):
      spi: spi-fsl-dspi: Free DMA memory with matching function

Lingling Xu (1):
      spi: sprd: switch the sequence of setting WDG_LOAD_LOW and _HIGH

Patrice Chotard (1):
      spi: stm32-qspi: Fix error path in case of -EPROBE_DEFER

Qing Zhang (2):
      spi: tools: Make default_tx/rx and input_tx static
      spi: tools: Add macro definitions to fix build errors

Zhenzhong Duan (2):
      spi: spidev: fix a race between spidev_release and spidev_remove
      spi: spidev: fix a potential use-after-free in spidev_release()

 .../bindings/spi/amlogic,meson-gx-spicc.yaml       | 26 +++++++-----
 drivers/spi/spi-fsl-dspi.c                         |  8 ++--
 drivers/spi/spi-rspi.c                             | 28 +++++++++----
 drivers/spi/spi-sprd-adi.c                         |  2 +-
 drivers/spi/spi-stm32-qspi.c                       | 46 ++++++++++++----------
 drivers/spi/spidev.c                               | 24 +++++------
 include/uapi/linux/spi/spidev.h                    |  4 ++
 tools/spi/spidev_test.c                            | 10 ++---
 8 files changed, 90 insertions(+), 58 deletions(-)

                 reply	other threads:[~2020-06-22 11:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200622114214.C75A9206BE@mail.kernel.org \
    --to=broonie@kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.