From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCH v2 1/3] mm: highmem: export kmap_to_page for modules Date: Tue, 23 Oct 2012 11:33:52 +0100 Message-ID: <20121023103352.GC20210@mudshark.cambridge.arm.com> References: <1350651813-8694-1-git-send-email-will.deacon@arm.com> <87objuhxiq.fsf@rustcorp.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <87objuhxiq.fsf@rustcorp.com.au> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: virtualization-bounces@lists.linux-foundation.org Errors-To: virtualization-bounces@lists.linux-foundation.org To: Rusty Russell Cc: Marc Zyngier , "linux-kernel@vger.kernel.org" , "virtualization@lists.linux-foundation.org" , "ericvh@gmail.com" , "levinsasha928@gmail.com" , "akpm@linux-foundation.org" List-Id: virtualization@lists.linuxfoundation.org On Tue, Oct 23, 2012 at 12:55:57AM +0100, Rusty Russell wrote: > Will Deacon writes: > > > Some virtio device drivers (9p) need to translate high virtual addresses > > to physical addresses, which are inserted into the virtqueue for > > processing by userspace. > > > > This patch exports the kmap_to_page symbol, so that the affected drivers > > can be compiled as modules. > > Thanks Will! > > I've applied these, and add cc:stable. I'll push them to Linus after a > little time in linux-next. Cheers Rusty. Andrew's right about this affecting highmem on x86 too (I guess that's what Sasha saw with the 9p memory issues), so stable makes sense. Will