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: Fri, 21 Jun 2024 15:22:52 +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.10

Hello Linus,

Last one for the day, please pull to receiev few driver fixes for
dmaengine subsystem.

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 5422145d0b749ad554ada772133b9b20f9fb0ec8:

  dmaengine: ioatdma: Fix missing kmem_cache_destroy() (2024-06-11 23:39:26 +0530)

----------------------------------------------------------------
dmaengine fixes for v6.10

Driver fixes for:
 - kmemleak, error path handling and missing kmem_cache_destroy() fixes
   for ioatdma driver
 - after use fix for idxd driver
 - data synchronisation fix for xdma isr handling
 - fsl driver channel constraints and linking two fsl module fixes

----------------------------------------------------------------
Arnd Bergmann (1):
      dmaengine: fsl-edma: avoid linking both modules

Krzysztof Kozlowski (1):
      dt-bindings: dma: fsl-edma: fix dma-channels constraints

Li RongQing (1):
      dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_list

Louis Chauvet (1):
      dmaengine: xilinx: xdma: Fix data synchronisation in xdma_channel_isr()

Nikita Shubin (4):
      dmaengine: ioatdma: Fix leaking on version mismatch
      dmaengine: ioatdma: Fix error path in ioat3_dma_probe()
      dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe()
      dmaengine: ioatdma: Fix missing kmem_cache_destroy()

Siddharth Vadapalli (1):
      dmaengine: ti: k3-udma-glue: Fix of_k3_udma_glue_parse_chn_by_id()

 .../devicetree/bindings/dma/fsl,edma.yaml          |  4 +-
 drivers/dma/Kconfig                                |  2 +-
 drivers/dma/idxd/irq.c                             |  4 +-
 drivers/dma/ioat/init.c                            | 55 ++++++++++++----------
 drivers/dma/ti/k3-udma-glue.c                      |  5 +-
 drivers/dma/xilinx/xdma.c                          |  4 +-
 6 files changed, 39 insertions(+), 35 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