mbox series

[GIT,PULL] dmaengine fixes for 5.2

Message ID 20190706143142.GG2911@vkoul-mobl (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] dmaengine fixes for 5.2 | expand

Pull-request

git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-5.2

Message

Vinod Koul July 6, 2019, 2:31 p.m. UTC
Hi Linus,

Couple for fixes came for dmaengine drivers. One fixes a patch in
5.2-rc1 and others and cced stable.

Please pull to receive:

The following changes since commit d1fdb6d8f6a4109a4263176c84b899076a5f8008:

  Linux 5.2-rc4 (2019-06-08 20:24:46 -0700)

are available in the Git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-5.2

for you to fetch changes up to f6034225442c4a87906d36e975fd9e99a8f95487:

  dmaengine: qcom: bam_dma: Fix completed descriptors count (2019-07-05 13:18:27 +0530)

----------------------------------------------------------------
dmaengine fixes for v5.2

The fixes for 5.2 are:
 - bam_dma fix for completed descriptor count
 - fix for imx-sdma remove BD_INTR for channel0 and use-after-free on
   probe error path
 - endian bug fix in jz4780 IRQ handler

----------------------------------------------------------------
Dan Carpenter (1):
      dmaengine: jz4780: Fix an endian bug in IRQ handler

Robin Gong (1):
      dmaengine: imx-sdma: remove BD_INTR for channel0

Sricharan R (1):
      dmaengine: qcom: bam_dma: Fix completed descriptors count

Sven Van Asbroeck (1):
      dmaengine: imx-sdma: fix use-after-free on probe error path

 drivers/dma/dma-jz4780.c   |  5 +++--
 drivers/dma/imx-sdma.c     | 52 ++++++++++++++++++++++++++--------------------
 drivers/dma/qcom/bam_dma.c |  3 +++
 3 files changed, 35 insertions(+), 25 deletions(-)

Thanks

Comments

pr-tracker-bot@kernel.org July 6, 2019, 5:40 p.m. UTC | #1
The pull request you sent on Sat, 6 Jul 2019 20:01:42 +0530:

> git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-5.2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2692982b0800c6f6446e9edd4743239666e69f2e

Thank you!