mbox series

[PULL,REQUEST] dmaengine fixes for v4.20-rc5

Message ID 20181202085852.GP3175@vkoul-mobl.Dlink (mailing list archive)
State Not Applicable
Headers show
Series [PULL,REQUEST] dmaengine fixes for v4.20-rc5 | expand

Pull-request

git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-4.20-rc5

Message

Vinod Koul Dec. 2, 2018, 8:58 a.m. UTC
Hi Linus,

Here is the pull request for v4.20-rc5. It contains two fixes (cced
stable) to fix serial dma memory leak on at_hdmac dma

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the Git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-4.20-rc5

for you to fetch changes up to 77e75fda94d2ebb86aa9d35fb1860f6395bf95de:

  dmaengine: at_hdmac: fix module unloading (2018-11-29 19:49:41 +0530)

----------------------------------------------------------------
dmaengine-4.20-rc5

dmaengine fixes for v4.20-rc5

This contains two fixes to at_hdmac which fixes long standing bus
reported recently on serial transfers causing memory leak. These
fixes were done by Richard Genoud.

----------------------------------------------------------------
Richard Genoud (2):
      dmaengine: at_hdmac: fix memory leak in at_dma_xlate()
      dmaengine: at_hdmac: fix module unloading

 drivers/dma/at_hdmac.c | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

Thanks