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]
Message-ID: <Z21eQafIgv+NfAVU@vaman>
Date: Thu, 26 Dec 2024 19:16:41 +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 v6.13

Hello Linus,

Here is the last request for this year for dmaengine fixes.
Bunch of minor driver fixes for drivers in this cycle.


The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to ebc008699fd95701c9af5ebaeb0793eef81a71d5:

  dmaengine: tegra: Return correct DMA status when paused (2024-12-24 15:49:30 +0530)

----------------------------------------------------------------
dmaengine fixes for v6.13

Driver fixes for:
 - Kernel doc warning documentation fixes
 - apple driver fix for register access
 - amd driver dropping private dma_ops
 - freescale cleanup path fix
 - refcount fix for mv_xor driver
 - null pointer deref fix for at_xdmac driver
 - GENMASK to GENMASK_ULL fix for loongson2 apb driver
 - Tegra driver fix for correcting dma status

----------------------------------------------------------------
Akhil R (1):
      dmaengine: tegra: Return correct DMA status when paused

Andy Shevchenko (1):
      dmaengine: dw: Select only supported masters for ACPI devices

Binbin Zhou (1):
      dmaengine: loongson2-apb: Change GENMASK to GENMASK_ULL

Chen Ridong (1):
      dmaengine: at_xdmac: avoid null_prt_deref in at_xdmac_prep_dma_memset

Javier Carrasco (1):
      dmaengine: mv_xor: fix child node refcount handling in early exit

Joe Hattori (1):
      dmaengine: fsl-edma: implement the cleanup path of fsl_edma3_attach_pd()

Lizhi Hou (1):
      dmaengine: amd: qdma: Remove using the private get and set dma_ops APIs

Randy Dunlap (1):
      linux/dmaengine.h: fix a few kernel-doc warnings

Sasha Finkelstein (1):
      dmaengine: apple-admac: Avoid accessing registers in probe

 drivers/dma/amd/qdma/qdma.c            | 28 ++++++++++-------------
 drivers/dma/apple-admac.c              |  7 ++----
 drivers/dma/at_xdmac.c                 |  2 ++
 drivers/dma/dw/acpi.c                  |  6 +++--
 drivers/dma/dw/internal.h              |  8 +++++++
 drivers/dma/dw/pci.c                   |  4 ++--
 drivers/dma/fsl-edma-common.h          |  1 +
 drivers/dma/fsl-edma-main.c            | 41 +++++++++++++++++++++++++++++-----
 drivers/dma/loongson2-apb-dma.c        |  2 +-
 drivers/dma/mv_xor.c                   |  2 ++
 drivers/dma/tegra186-gpc-dma.c         | 10 +++++++++
 include/linux/dmaengine.h              | 13 ++++++++---
 include/linux/platform_data/amd_qdma.h |  2 ++
 13 files changed, 92 insertions(+), 34 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