linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vinod <vkoul@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: dma <dmaengine@vger.kernel.org>, LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL]: dmaengine fixes for v4.19-rc4
Date: Fri, 14 Sep 2018 17:30:10 +0530	[thread overview]
Message-ID: <20180914120010.GB2780@vkoul-mobl> (raw)

[-- Attachment #1: Type: text/plain, Size: 1173 bytes --]

Hi Linus,

Please consider the pull to receive a small fix for mic_x100_dma driver
which fixes driver to use devm_kzalloc for driver memory so that it is
freed properly when it unregisters from dmaengine using managed API


The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

  git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-4.19-rc4

for you to fetch changes up to 111b009f7e8bcdfc8d565b1f0e3ee5072bb7490b:

  dmaengine: mic_x100_dma: use devm_kzalloc to fix an issue (2018-08-27 11:16:04 +0530)

----------------------------------------------------------------
dmaengine fix for dmaengine-fix-4.19-rc4

 - Fix mic_x100_dma to use devm_kzalloc to ensure memory is freed after
   use by device manage dmaengine release function added in merge window

----------------------------------------------------------------
Huang Shijie (1):
      dmaengine: mic_x100_dma: use devm_kzalloc to fix an issue

 drivers/dma/mic_x100_dma.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

Thanks
-- 
~Vinod

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

                 reply	other threads:[~2018-09-14 12:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180914120010.GB2780@vkoul-mobl \
    --to=vkoul@kernel.org \
    --cc=dmaengine@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).