From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Borntraeger Subject: Re: [PULL 0/8] KVM: s390: memory management and migration Date: Wed, 09 Apr 2014 21:52:02 +0200 Message-ID: <5345A4E2.5090006@de.ibm.com> References: <1397040298-59306-1-git-send-email-borntraeger@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1397040298-59306-1-git-send-email-borntraeger@de.ibm.com> Sender: kvm-owner@vger.kernel.org List-Archive: List-Post: To: Paolo Bonzini , Marcelo Tosatti , Gleb Natapov Cc: KVM , linux-s390 , Cornelia Huck , Heiko Carstens , Martin Schwidefsky List-ID: On 09/04/14 12:44, Christian Borntraeger wrote: > Marcelo, Gleb, (Paolo,) > > The following changes since commit 7cbb39d4d4d530dff12f2ff06ed6c85c504ba91a: > > Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm (2014-04-02 14:50:10 -0700) > > are available in the git repository at: > > > git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-20140409 > > for you to fetch changes up to 384ee3e2a18893f9de84ce2f00cf786ad81fe08e: > > KVM: s390: Add proper dirty bitmap support to S390 kvm. (2014-04-09 11:12:15 +0200) > The buildbot rightly complains about a link error for allnoconfig. PULLv2 will follow shortly, with the following diff --- a/arch/s390/mm/pgtable.c +++ b/arch/s390/mm/pgtable.c @@ -1022,6 +1022,11 @@ static inline unsigned long *page_table_alloc_pgste(struct mm_struct *mm, return NULL; } +void page_table_reset_pgste(struct mm_struct *mm, unsigned long start, + unsigned long end, bool init_skey) +{ +} + static inline void page_table_free_pgste(unsigned long *table) { }