On Wed, 2 Apr 2014 11:24:43 +0200 Christian Borntraeger <borntraeger@xxxxxxxxxx> wrote: > shall we send out patch 1 via your tree or kvm? Should be still in for 3.15 > > Can you ACK patches 2-5? > > > Dominik Dingel (5): > KVM: s390: make cmma usage conditionally > KVM: s390: Adding skey bit to mmu context > KVM: s390: Clear storage keys > KVM: s390: Allow skeys to be enabled for the current process > KVM: s390: Don't enable skeys by default > > arch/s390/include/asm/kvm_host.h | 4 ++ > arch/s390/include/asm/mmu.h | 2 + > arch/s390/include/asm/mmu_context.h | 1 + > arch/s390/include/asm/pgalloc.h | 3 +- > arch/s390/include/asm/pgtable.h | 42 +++++++++++------ > arch/s390/kvm/diag.c | 6 --- > arch/s390/kvm/kvm-s390.c | 61 +++++++++++++++--------- > arch/s390/kvm/kvm-s390.h | 6 ++- > arch/s390/kvm/priv.c | 94 +++++++++++++++++++++---------------- > arch/s390/kvm/trace.h | 14 ++++++ > arch/s390/mm/pgtable.c | 61 +++++++++++++++++++----- > 11 files changed, 199 insertions(+), 95 deletions(-) This is all related to kvm and the majority of changes are for files in the kvm directory. The changes in the mm headers only affect the code for CONFIG_PGSTE=y. I think this should go over the kvm tree. And "Acked-by: Martin Schwidefsky <schwidefsky@xxxxxxxxxx>" for the patches 2-5. -- blue skies, Martin. "Reality continues to ruin my life." - Calvin. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html