From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH char-misc-next 10/19] lib: convert iova.c into a library Date: Tue, 28 Jul 2015 12:03:40 +0200 Message-ID: <20150728100340.GR10969@8bytes.org> References: <8131ebc8ecb5ef13ef0aa4c49dabe9694f0e410f.1438040669.git.ashutosh.dixit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <8131ebc8ecb5ef13ef0aa4c49dabe9694f0e410f.1438040669.git.ashutosh.dixit-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Ashutosh Dixit Cc: Greg Kroah-Hartman , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Anil S Keshavamurthy , Sudeep Dutt , Harish Chegondi , iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, Nikhil Rao , Andrew Morton , "David S. Miller" List-Id: iommu@lists.linux-foundation.org On Mon, Jul 27, 2015 at 04:57:32PM -0700, Ashutosh Dixit wrote: > From: Harish Chegondi > > This patch converts iova.c into a library, moving it from > drivers/iommu/ to lib/, and exports its virtual address allocation and > management functions so that other modules can reuse them. > > Cc: Joerg Roedel > Reviewed-by: Anil S Keshavamurthy > Reviewed-by: Sudeep Dutt > Signed-off-by: Harish Chegondi Where is this going to be used outside of the IOMMU world? Joerg