From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] libxc: fix memory leak in migration v2 Date: Mon, 27 Jul 2015 09:04:24 +0100 Message-ID: <1437984264.28924.22.camel@citrix.com> References: <1437777627-15758-1-git-send-email-wei.liu2@citrix.com> <55B50F1F.7040803@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <55B50F1F.7040803@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andrew Cooper , Wei Liu , xen-devel@lists.xen.org Cc: Ian Jackson List-Id: xen-devel@lists.xenproject.org On Sun, 2015-07-26 at 17:47 +0100, Andrew Cooper wrote: > For 4.7 (which happens to coincide with the splitting up of libxc), I > recommend introducing xc_unmap() I thought I'd done that in my latest series, but looking for the precise name now I see that there is no such function and xenforeignmemory_map() still documents unmapping with munmap. I shall make a note to introduce xenforeignmemory_unmap()! Ian.