From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralf Baechle Subject: Re: [PATCH 1/30] mm: Export init_mm for MIPS KVM use of pgd_alloc() Date: Tue, 17 Jan 2017 17:27:34 +0100 Message-ID: <20170117162734.GG24215@linux-mips.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-mips@linux-mips.org, linux-mm@kvack.org, Paolo Bonzini , Radim =?utf-8?B?S3LEjW3DocWZ?= , kvm@vger.kernel.org To: James Hogan Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-subscribe: List-owner: List-post: List-archive: List-Id: kvm.vger.kernel.org On Fri, Jan 06, 2017 at 01:32:33AM +0000, James Hogan wrote: > Export the init_mm symbol to GPL modules so that MIPS KVM can use > pgd_alloc() to create GVA page directory tables for trap & emulate mode, > which runs guest code in user mode. On MIPS pgd_alloc() is implemented > inline and refers to init_mm in order to copy kernel address space > mappings into the new page directory. >clickety-acky< error, once again for patchwork to pick this up correctly: Acked-by: Ralf Baechle Ralf