From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:40646) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gqfE3-0007Uh-MY for qemu-devel@nongnu.org; Mon, 04 Feb 2019 09:27:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gqfE2-0004IT-Ov for qemu-devel@nongnu.org; Mon, 04 Feb 2019 09:27:55 -0500 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5]:45206 helo=mx0a-001b2d01.pphosted.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gqfE2-0003jZ-Id for qemu-devel@nongnu.org; Mon, 04 Feb 2019 09:27:54 -0500 Received: from pps.filterd (m0098421.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x14EOknx138310 for ; Mon, 4 Feb 2019 09:27:22 -0500 Received: from e17.ny.us.ibm.com (e17.ny.us.ibm.com [129.33.205.207]) by mx0a-001b2d01.pphosted.com with ESMTP id 2qep5fkbur-1 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 04 Feb 2019 09:27:22 -0500 Received: from localhost by e17.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 4 Feb 2019 14:27:21 -0000 Date: Mon, 4 Feb 2019 12:27:12 -0200 From: Murilo Opsfelder Araujo References: <20190130233605.22163-1-muriloo@linux.ibm.com> <20190204000805.GB2593@umbus.fritz.box> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190204000805.GB2593@umbus.fritz.box> Message-Id: <20190204142712.GA11061@kermit.br.ibm.com> Subject: Re: [Qemu-devel] [PATCH 0/2] mmap-alloc: fix hugetlbfs misaligned length in ppc64 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: David Gibson Cc: Peter Crosthwaite , "Michael S . Tsirkin" , Fabiano Rosas , Greg Kurz , qemu-devel@nongnu.org, Cao jin , qemu-ppc@nongnu.org, mopsfelder@gmail.com, Paolo Bonzini , Richard Henderson , Balamuruhan S On Mon, Feb 04, 2019 at 11:08:05AM +1100, David Gibson wrote: > On Wed, Jan 30, 2019 at 09:36:03PM -0200, Murilo Opsfelder Araujo wrote: > > The first patch unfolds parts of qemu_ram_mmap() to make it clearer. > > No changes in the function behaviour. > > > > The second one fixes the alignment of the length given to munmap(). > > > > I am pretty sure there is room for improvement, so I would love to > > hear your feedback. > > > > Thank you! > > Applied to ppc-for-4.0. Thank you all for reviewing and testing it. I did appreciate! -- Murilo