From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f179.google.com ([209.85.192.179]:36091 "EHLO mail-pd0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751803AbbD3LHl (ORCPT ); Thu, 30 Apr 2015 07:07:41 -0400 Received: by pdea3 with SMTP id a3so57461967pde.3 for ; Thu, 30 Apr 2015 04:07:40 -0700 (PDT) Message-ID: <55420CF7.4060509@linaro.org> Date: Thu, 30 Apr 2015 19:07:35 +0800 From: Shannon Zhao MIME-Version: 1.0 To: Jiri Slaby , stable@vger.kernel.org CC: christoffer.dall@linaro.org Subject: Re: [PATCH for 3.12.y stable 00/63] Backport fixes of KVM/ARM to 3.12.y stable kernel References: <1429853281-6136-1-git-send-email-shannon.zhao@linaro.org> <5541F4DE.8010506@suse.cz> In-Reply-To: <5541F4DE.8010506@suse.cz> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org List-ID: On 2015/4/30 17:24, Jiri Slaby wrote: > On 04/24/2015, 07:26 AM, shannon.zhao@linaro.org wrote: >> From: Shannon Zhao >> >> For KVM/ARM there are many fixes which have been applied upstream while >> not committed to stable kernels. Here we backport the important fixes >> to 3.12.y stable kernel. >> >> We have compile-tested each patch on arm/arm64/x86 to make sure the >> series are bisectable and have booted the resulting kernel on Fastmodel >> and started 2 VMs for arm/arm64, and have boot-tested on TC2 and >> started a guest. >> >> These patches are applied on the top of 3.12.40. They can be fetched >> from following address: >> https://git.linaro.org/people/shannon.zhao/linux-stable.git linux-3.12.y > > Hi, > > thanks a lot for the patches. > > Given the patches are purely arm && kvm, I have applied them all and > will release them as 3.12.42 with nothing else in that release. > Hi Jiri, Thanks a lot. :) Shannon > ... >> Documentation/virtual/kvm/api.txt | 3 +- >> arch/arm/include/asm/kvm_arm.h | 11 +- >> arch/arm/include/asm/kvm_asm.h | 4 +- >> arch/arm/include/asm/kvm_emulate.h | 10 ++ >> arch/arm/include/asm/kvm_host.h | 11 +- >> arch/arm/include/asm/kvm_mmu.h | 55 ++++-- >> arch/arm/kernel/asm-offsets.c | 1 + >> arch/arm/kernel/hyp-stub.S | 2 +- >> arch/arm/kvm/Kconfig | 3 +- >> arch/arm/kvm/arm.c | 142 +++++++++------ >> arch/arm/kvm/coproc.c | 85 +++++++-- >> arch/arm/kvm/coproc.h | 14 +- >> arch/arm/kvm/coproc_a15.c | 19 +- >> arch/arm/kvm/handle_exit.c | 24 ++- >> arch/arm/kvm/init.S | 4 + >> arch/arm/kvm/interrupts.S | 11 +- >> arch/arm/kvm/interrupts_head.S | 21 ++- >> arch/arm/kvm/mmu.c | 331 ++++++++++++++++++++++++++++++----- >> arch/arm/kvm/psci.c | 27 ++- >> arch/arm64/include/asm/kvm_arm.h | 41 +++-- >> arch/arm64/include/asm/kvm_asm.h | 3 +- >> arch/arm64/include/asm/kvm_emulate.h | 12 ++ >> arch/arm64/include/asm/kvm_host.h | 4 +- >> arch/arm64/include/asm/kvm_mmu.h | 58 +++--- >> arch/arm64/kvm/Kconfig | 1 + >> arch/arm64/kvm/guest.c | 1 - >> arch/arm64/kvm/handle_exit.c | 23 ++- >> arch/arm64/kvm/hyp-init.S | 4 + >> arch/arm64/kvm/hyp.S | 42 ++++- >> arch/arm64/kvm/reset.c | 1 - >> arch/arm64/kvm/sys_regs.c | 103 +++++++++-- >> arch/arm64/kvm/sys_regs.h | 2 + >> include/kvm/arm_arch_timer.h | 10 +- >> include/kvm/arm_vgic.h | 5 + >> virt/kvm/arm/arch_timer.c | 30 +++- >> virt/kvm/arm/vgic.c | 76 ++++++-- >> 36 files changed, 917 insertions(+), 277 deletions(-) >> > > thanks, >