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 416B81A0163 for ; Tue, 8 Sep 2015 13:51:37 +1000 (AEST) Message-ID: <1441684296.14597.2.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: Tue, 08 Sep 2015 13:51:36 +1000 In-Reply-To: References: <1434092231-4155-1-git-send-email-kda@linux-powerpc.org> <1434676130.3678.124.camel@kernel.crashing.org> <1441621698.8979.6.camel@ellerman.id.au> 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 13:39 +0300, Denis Kirjanov wrote: > On 9/7/15, Michael Ellerman wrote: > > 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? > > Hi, > > yes, sure. Actually I've spotted this through the kmemleak. With the > patch applied scanner is happy :) OK thanks. I'll merge it then, and if Ben ever reviews it and dislikes your changes he can send patches to fix it :) cheers