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>] [thread-next>] [day] [month] [year] [list]
Date: Sat, 3 Feb 2024 15:13:38 +0100
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 6.8

Hey Linus,

Please pull to receive the fixes for dmaengine subsystem which includes
one core fix for return of slave condition for d2d dma and few driver
fixes

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to bd6081be2251c3700eca8a7bbe071e1bb8cd2af4:

  dmaengine: at_hdmac: add missing kernel-doc style description (2024-02-02 17:16:55 +0100)

----------------------------------------------------------------
dmaengine fixes for v6.8

Core:
 - return of is_slave_direction() for D2D dma

Driver fixes for:
 - Documentaion fixes to resolve warnings for at_hdmac driver
 - bunch of fsl driver fixes for memory leaks, and useless kfree
 - TI edma and k3 fixes for packet error and null pointer checks

----------------------------------------------------------------
Christophe JAILLET (3):
      dmaengine: fsl-qdma: Fix a memory leak related to the status queue DMA
      dmaengine: fsl-qdma: Fix a memory leak related to the queue command DMA
      dmaengine: fsl-qdma: Remove a useless devm_kfree()

Frank Li (1):
      dmaengine: fix is_slave_direction() return false when DMA_DEV_TO_DEV

Guanhua Gao (1):
      dmaengine: fsl-dpaa2-qdma: Fix the size of dma pools

Jai Luthra (1):
      dmaengine: ti: k3-udma: Report short packet errors

Kunwu Chan (1):
      dmaengine: ti: edma: Add some null pointer checks to the edma_probe

Randy Dunlap (1):
      dmaengine: at_hdmac: fix some kernel-doc warnings

Vinod Koul (1):
      dmaengine: at_hdmac: add missing kernel-doc style description

 drivers/dma/at_hdmac.c                  | 32 +++++++++++++++++++++-----------
 drivers/dma/fsl-dpaa2-qdma/dpaa2-qdma.c | 10 ++++++----
 drivers/dma/fsl-qdma.c                  | 33 ++++++++++++---------------------
 drivers/dma/ti/edma.c                   | 10 ++++++++++
 drivers/dma/ti/k3-udma.c                | 10 ++++++++--
 include/linux/dmaengine.h               |  3 ++-
 6 files changed, 59 insertions(+), 39 deletions(-)

-- 
~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