All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Borntraeger <borntraeger@de.ibm.com>
To: Paolo Bonzini <pbonzini@redhat.com>,
	Marcelo Tosatti <mtosatti@redhat.com>,
	Gleb Natapov <gleb@kernel.org>
Cc: KVM <kvm@vger.kernel.org>,
	linux-s390 <linux-s390@vger.kernel.org>,
	Cornelia Huck <cornelia.huck@de.ibm.com>,
	Heiko Carstens <heiko.carstens@de.ibm.com>,
	Martin Schwidefsky <schwidefsky@de.ibm.com>
Subject: Re: [PULL 0/8] KVM: s390: memory management and migration
Date: Wed, 09 Apr 2014 21:52:02 +0200	[thread overview]
Message-ID: <5345A4E2.5090006@de.ibm.com> (raw)
In-Reply-To: <1397040298-59306-1-git-send-email-borntraeger@de.ibm.com>

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)
 {
 }

      parent reply	other threads:[~2014-04-09 19:52 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-09 10:44 [PULL 0/8] KVM: s390: memory management and migration Christian Borntraeger
2014-04-09 10:44 ` [PULL 1/8] KVM: s390: also set guest pages back to stable on kexec/kdump Christian Borntraeger
2014-04-09 10:44 ` [PULL 2/8] KVM: s390: Adding skey bit to mmu context Christian Borntraeger
2014-04-09 10:44 ` [PULL 3/8] KVM: s390: Clear storage keys Christian Borntraeger
2014-04-09 10:44 ` [PULL 4/8] KVM: s390: Allow skeys to be enabled for the current process Christian Borntraeger
2014-04-09 10:44 ` [PULL 5/8] KVM: s390: Don't enable skeys by default Christian Borntraeger
2014-04-09 10:44 ` [PULL 6/8] KVM: s390/mm: use software dirty bit detection for user dirty tracking Christian Borntraeger
2014-04-09 10:44 ` [PULL 7/8] KVM: s390/mm: new gmap_test_and_clear_dirty function Christian Borntraeger
2014-04-09 10:44 ` [PULL 8/8] KVM: s390: Add proper dirty bitmap support to S390 kvm Christian Borntraeger
2014-04-09 19:52 ` Christian Borntraeger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5345A4E2.5090006@de.ibm.com \
    --to=borntraeger@de.ibm.com \
    --cc=cornelia.huck@de.ibm.com \
    --cc=gleb@kernel.org \
    --cc=heiko.carstens@de.ibm.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=schwidefsky@de.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.