From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id BC8401A1DDA for ; Mon, 17 Aug 2015 18:03:30 +1000 (AEST) In-Reply-To: <1439535518-19192-1-git-send-email-vaibhav@linux.vnet.ibm.com> To: Vaibhav Jain , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: mikey@neuling.org, "Matthew R. Ochs" , Vaibhav Jain , imunsie@au1.ibm.com Subject: Re: [RESEND] cxl:Plug irq_bitmap getting leaked in cxl_context Message-Id: <20150817080330.AA2001402B1@ozlabs.org> Date: Mon, 17 Aug 2015 18:03:30 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2015-14-08 at 06:58:38 UTC, Vaibhav Jain wrote: > This patch plugs the leak of irq_bitmap, allocated as part of > initialization of cxl_context struct; during the call to > afu_allocate_irqs. The bitmap is now release during the call to function > afu_release_irqs. > > Reported-by: Matthew R. Ochs > Signed-off-by: Vaibhav Jain Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/8c7dd08a8ccac3f0f3df cheers