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>] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 4 Sep 2020 15:54:33 +0530
From:   Vinod Koul <vkoul@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL]: dmaengine fixes for v5.9-rc4

Hello Linus,

Please pull to receive couple of core fixes and odd driver fixes for
dmaengine subsystem.

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine-fix-5.9-rc4

for you to fetch changes up to 46815bf4d5a2e6ed64e4fa636c7d13f025bf40d8:

  dmaengine: ti: k3-udma: Update rchan_oes_offset for am654 SYSFW ABI 3.0 (2020-09-03 12:53:53 +0530)

----------------------------------------------------------------
dmaengine fixes for v5.9-rc4

Core:
 - drop ACPI CSRT table reference after using it
 - fix of_dma_router_xlate() error handling

Drivers: Off fixes in:
 - idxd
 - at_hdmac
 - pl330
 - dw-edma
 - jz478

----------------------------------------------------------------
Dave Jiang (1):
      dmaengine: idxd: reset states after device disable or reset

Gustavo Pimentel (1):
      dmaengine: dw-edma: Fix scatter-gather address calculation

Hanjun Guo (1):
      dmaengine: acpi: Put the CSRT table after using it

Madhuparna Bhowmik (1):
      drivers/dma/dma-jz4780: Fix race condition between probe and irq handler

Marek Szyprowski (1):
      dmaengine: pl330: Fix burst length if burst size is smaller than bus width

Peter Ujfalusi (3):
      dmaengine: of-dma: Fix of_dma_router_xlate's of_dma_xlate handling
      dmaengine: ti: k3-udma: Fix the TR initialization for prep_slave_sg
      dmaengine: ti: k3-udma: Update rchan_oes_offset for am654 SYSFW ABI 3.0

Yu Kuai (3):
      dmaengine: at_hdmac: check return value of of_find_device_by_node() in at_dma_xlate()
      dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate()
      dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate()

 drivers/dma/acpi-dma.c             |  4 +++-
 drivers/dma/at_hdmac.c             | 11 +++++++++--
 drivers/dma/dma-jz4780.c           | 38 +++++++++++++++++++-------------------
 drivers/dma/dw-edma/dw-edma-core.c | 11 ++++++-----
 drivers/dma/idxd/device.c          | 26 ++++++++++++++++++++++++++
 drivers/dma/idxd/irq.c             | 12 ------------
 drivers/dma/of-dma.c               |  8 ++++----
 drivers/dma/pl330.c                |  2 +-
 drivers/dma/ti/k3-udma.c           | 10 +++++-----
 9 files changed, 73 insertions(+), 49 deletions(-)

Thanks
-- 
~Vinod

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ