[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1314617615-2394-1-git-send-email-per.forlin@linaro.org>
Date: Mon, 29 Aug 2011 13:33:31 +0200
From: Per Forlin <per.forlin@...aro.org>
To: linux-kernel@...r.kernel.org,
Linus Walleij <linus.walleij@...aro.org>,
Rabin Vincent <rabin.vincent@...ricsson.com>
Cc: Vinod Koul <vinod.koul@...el.com>, linaro-dev@...ts.linaro.org,
Per Forlin <per.forlin@...aro.org>
Subject: [PATCH 0/4] dmaeninge/ste_dma40: bug fixes for 3.1
Started off fixing a memory leak due to not freed dma descriptors
in mmci. The descriptor allocated at device_prep...(), not submitted,
isn't freed at dmaeninge_terminate_all() or dmaengine_release().
While sorting this one out some other issues were found as well.
* kernel doc missing
* duplication of d40_pool_lli_free()
* free of client descriptor triggers an oops.
Per Forlin (4):
dmaengine/ste_dma40: add missing kernel doc for pending_queue
dmaengine/ste_dma40: remove duplicate call to d40_pool_lli_free().
dmaengine/ste_dma40: fix Oops due to double free of client descriptor
dmaengine/ste_dma40: fix memory leak due to prepared descriptors
drivers/dma/ste_dma40.c | 42 +++++++++++++++++++++++++++++-------------
1 files changed, 29 insertions(+), 13 deletions(-)
--
1.7.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists