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, 9 Jan 2021 14:31:24 +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.11

Hello Linus,

Please pull to receive fixes for dmaengine drivers. Odd fixes for few
drivers.

The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)

are available in the Git repository at:

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

for you to fetch changes up to e1263f9277bad198c2acc8092a41aea1edbea0e4:

  dmaengine: stm32-mdma: fix STM32_MDMA_VERY_HIGH_PRIORITY value (2021-01-04 21:27:45 +0530)

----------------------------------------------------------------
dmaengine fixes for v5.11

Bunch of dmaengine driver fixes for:
- coverity discovered issues for xilinx driver
- qcom, gpi driver fix for undefined bhaviour and one off cleanup
- Update Peter's email for TI DMA drivers
- one off for idxd driver
- resource leak fix for mediatek and milbeaut drivers

----------------------------------------------------------------
Amelie Delaunay (1):
      dmaengine: stm32-mdma: fix STM32_MDMA_VERY_HIGH_PRIORITY value

Arnd Bergmann (1):
      dmaengine: qcom: fix gpi undefined behavior

Christophe JAILLET (2):
      dmaengine: mediatek: mtk-hsdma: Fix a resource leak in the error handling path of the probe function
      dmaengine: milbeaut-xdmac: Fix a resource leak in the error handling path of the probe function

Dan Carpenter (2):
      dmaengine: idxd: off by one in cleanup code
      dmaengine: dw-edma: Fix use after free in dw_edma_alloc_chunk()

Peter Ujfalusi (3):
      dmaengine: ti: k3-udma: Fix pktdma rchan TPL level setup
      MAINTAINERS: Add entry for Texas Instruments DMA drivers
      dt-bindings: dma: ti: Update maintainer and author information

Shravya Kumbham (3):
      dmaengine: xilinx_dma: check dma_async_device_register return value
      dmaengine: xilinx_dma: fix incompatible param warning in _child_probe()
      dmaengine: xilinx_dma: fix mixed_enum_type coverity warning

Xiaoming Ni (1):
      dmaengine: qcom: gpi: Fixes a format mismatch

Zheng Yongjun (1):
      qcom: bam_dma: Delete useless kfree code

 Documentation/devicetree/bindings/dma/ti/k3-bcdma.yaml  |  4 +++-
 Documentation/devicetree/bindings/dma/ti/k3-pktdma.yaml |  4 +++-
 Documentation/devicetree/bindings/dma/ti/k3-udma.yaml   |  4 +++-
 MAINTAINERS                                             | 13 +++++++++++++
 drivers/dma/dw-edma/dw-edma-core.c                      |  4 ++--
 drivers/dma/idxd/sysfs.c                                |  4 ++--
 drivers/dma/mediatek/mtk-hsdma.c                        |  1 +
 drivers/dma/milbeaut-xdmac.c                            |  4 +++-
 drivers/dma/qcom/bam_dma.c                              |  6 +-----
 drivers/dma/qcom/gpi.c                                  | 10 +++++-----
 drivers/dma/stm32-mdma.c                                |  2 +-
 drivers/dma/ti/k3-udma.c                                |  6 +++---
 drivers/dma/xilinx/xilinx_dma.c                         | 11 ++++++++---
 13 files changed, 48 insertions(+), 25 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