From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932686AbcCKQUN (ORCPT ); Fri, 11 Mar 2016 11:20:13 -0500 Received: from mga01.intel.com ([192.55.52.88]:15870 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932153AbcCKQUK (ORCPT ); Fri, 11 Mar 2016 11:20:10 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,321,1455004800"; d="asc'?scan'208";a="64361676" Date: Fri, 11 Mar 2016 21:54:17 +0530 From: Vinod Koul To: Linus Torvalds Cc: dma , LKML Subject: [GIT PULL] late dmaengine fixes for 4.5 Message-ID: <20160311162417.GB13211@localhost> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="sdtB3X0nJg68CQEu" Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --sdtB3X0nJg68CQEu Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Linus Two fixes showed up in last few days, and they should be included in 4.5. So please consider PULL to recieve two driver fixes, one marked stable. The following changes since commit f6cede5b49e822ebc41a099fe41ab4989f64e2cb: Linux 4.5-rc7 (2016-03-06 14:48:03 -0800) are available in the git repository at: git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-4.5 for you to fetch changes up to 25c5e9626ca4d40928dc9c44f009ce2ed0a739e7: dmaengine: at_xdmac: fix residue computation (2016-03-10 16:32:36 +0530) ---------------------------------------------------------------- dmaengine fixes for 4.5 Few more late fixes on drivers nothing major here. - A memory leak fix in fsdma unmap the dma descriptors on freeup. - A fix in xdmac driver for residue calculation of dma descriptor. ---------------------------------------------------------------- Ludovic Desroches (1): dmaengine: at_xdmac: fix residue computation Xuelin Shi (1): dmaengine: fsldma: fix memory leak drivers/dma/at_xdmac.c | 42 +++++++++++++++++++++++++++++++++++++++--- drivers/dma/fsldma.c | 2 ++ 2 files changed, 41 insertions(+), 3 deletions(-) --=20 ~Vinod --sdtB3X0nJg68CQEu Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIbBAEBAgAGBQJW4vExAAoJEHwUBw8lI4NHd3IP8QEFgtPdt+m2uYf9KZSFsl7g /3GY1sceqq8ZM7kCTcXk5ug3XL99DHXCXwJ645Ob3La40X3haxDbZFFsTh4viDaq KUtDmpdhwl2PjagomHzkonMt4hxFpMMhbJ5/ZVM06BFIZqJNHO8xlhGlXelVP7om a150F7eMR0ffZRowHZQtC0ouALy62pAD6tEBPlcvVulSM7MNdDr35VAIRxquexfr JkJV0BVOanPf20u29c06Wf5D24KiDonaLdvvEW6ub1u9Tw5BVcn/5mjVy/oQCrVq DMJS+uUUuxqOdoGzGTw39cta1z1ektT7Ljj8+AWxb4U9h00uzBp7WTw0Qk/XYqE+ ZRXZrWqQLC26UVwujVINRkjWRkp8xP6NoQop5z+QkJCNMQgQ74HocTpEzNwF+CPV YyrZhzbKdx9VshA0VhfqZbO/ZAaq8QyM9jaL6Tq/TF9I5XUbc2ttaWf6UA0EqU4H bBs6DIGCUZLwqie7rVRrq1SIXWtgBsletKtMoyS0n9Lso4x+lp4UF5W+Bs8rfhjK ZiS6Xz6Tfsn8FQh6Ms+pCeSjA3tLZi/MVCbx1VY/dotwISy0qrZfyJVYR01GQHdB pRe4pir7iRWQCTNiRYkgW2GoQejs/hTnLT69zDFuCyFuQtlucznfaLvvYwQWsJ7m Uy1QthHYRIr5SFI9dkY= =lsgn -----END PGP SIGNATURE----- --sdtB3X0nJg68CQEu--