From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 50EC21A2750 for ; Mon, 7 Sep 2015 20:28:19 +1000 (AEST) Message-ID: <1441621698.8979.6.camel@ellerman.id.au> Subject: Re: [PATCH] agp/uninorth: fix a memleak in create_gatt_table From: Michael Ellerman To: Denis Kirjanov Cc: Benjamin Herrenschmidt , linuxppc-dev@lists.ozlabs.org, airlied@gmail.com Date: Mon, 07 Sep 2015 20:28:18 +1000 In-Reply-To: References: <1434092231-4155-1-git-send-email-kda@linux-powerpc.org> <1434676130.3678.124.camel@kernel.crashing.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2015-09-07 at 10:30 +0300, Denis Kirjanov wrote: > On 6/19/15, Benjamin Herrenschmidt wrote: > > On Thu, 2015-06-18 at 17:34 +0300, Denis Kirjanov wrote: > >> On 6/12/15, Denis Kirjanov wrote: > >> > Fix the memory leak in create_gatt_table: > >> > we've lost a kfree on the exit path for the pages array allocated > >> > in uninorth_create_gatt_table > >> > > >> > Signed-off-by: Denis Kirjanov > >> > >> Hi Ben, Michael > >> > >> Will you take the patch through your trees or do I need to send it to > >> Dave Airlie? > > > > I haven't had a chance to review yet... > > Ping... Hi Denis, Have you built and/or boot tested this? cheers