From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755942AbcCPUhJ (ORCPT ); Wed, 16 Mar 2016 16:37:09 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:34062 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755686AbcCPUhF (ORCPT ); Wed, 16 Mar 2016 16:37:05 -0400 Date: Wed, 16 Mar 2016 13:36:57 -0700 From: Christoph Hellwig To: Olu Ogunbowale Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Linus Torvalds , Michel Lespinasse , Andrew Morton , Rik van Riel , Hugh Dickins , Russell King , Ralf Baechle , Paul Mundt , "David S. Miller" , Chris Metcalf , Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" Subject: Re: [PATCH] mm: Export symbols unmapped_area() & unmapped_area_topdown() Message-ID: <20160316203657.GA29061@infradead.org> References: <1458148234-4456-1-git-send-email-Olu.Ogunbowale@imgtec.com> <1458148234-4456-2-git-send-email-Olu.Ogunbowale@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1458148234-4456-2-git-send-email-Olu.Ogunbowale@imgtec.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 16, 2016 at 05:10:34PM +0000, Olu Ogunbowale wrote: > From: Olujide Ogunbowale > > Export the memory management functions, unmapped_area() & > unmapped_area_topdown(), as GPL symbols; this allows the kernel to > better support process address space mirroring on both CPU and device > for out-of-tree drivers by allowing the use of vm_unmapped_area() in a > driver's file operation get_unmapped_area(). No new exports without in-tree drivers. How about you get started to get your drives into the tree first?