From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Thornber Subject: Re: [PATCH 1/2] dm thin: fix memory leak of singleton bio-prison cell Date: Mon, 23 Apr 2012 08:24:08 +0100 Message-ID: <20120423072407.GA8082@ubuntu> References: <1334270075-11699-1-git-send-email-snitzer@redhat.com> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1334270075-11699-1-git-send-email-snitzer@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Mike Snitzer Cc: dm-devel@redhat.com, ejt@redhat.com List-Id: dm-devel.ids On Thu, Apr 12, 2012 at 06:34:34PM -0400, Mike Snitzer wrote: > Add missing mempool_free() to __cell_release_singleton(). > > This is a pretty significant leak that will accumulate to over 2GB of > leaked memory just from running the full thinp-test-suite. When was this introduced? With agk's tweaks for 3.4?