From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 22 Apr 2013 16:33:27 +1000 From: Michael Ellerman To: Vasant Hegde Subject: Re: [PATCH RESEND] powerpc/rtas_flash: Free kmem upon module exit Message-ID: <20130422063327.GD24739@concordia> References: <20130419114737.20439.54937.stgit@hegdevasant> <20130421232757.GA22246@concordia> <5174CF10.70903@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <5174CF10.70903@linux.vnet.ibm.com> Cc: linuxppc-dev@lists.ozlabs.org, paulus@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Apr 22, 2013 at 11:18:00AM +0530, Vasant Hegde wrote: > Michael, > > On Mon 22 Apr 2013 04:57:57 AM IST, Michael Ellerman wrote: > >On Fri, Apr 19, 2013 at 05:18:09PM +0530, Vasant Hegde wrote: > >>Memory allocated to flash_block_list in rtas_flash_write > >>is not freed during module exit. We hit below call trace > >>if we unload rtas_flash module after loading new firmware > >>image and before rebooting the system. > > > >Why the resend? Did anything change? > > > > Nothing is changed. I resent because it was not reviewed for long time. It's in my test branch, which is in linux-next: https://github.com/mpe/powerpc-test cheers