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)
{
}
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html