All of lore.kernel.org
 help / color / mirror / Atom feed
From: pbonzini@redhat.com (Paolo Bonzini)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] KVM/ARM Fixes for 3.15-rc4
Date: Wed, 30 Apr 2014 21:26:35 +0200	[thread overview]
Message-ID: <53614E6B.8090700@redhat.com> (raw)
In-Reply-To: <1398856556-13199-1-git-send-email-christoffer.dall@linaro.org>

Il 30/04/2014 13:15, Christoffer Dall ha scritto:
> The following changes since commit 0f689a33ad17845363acdc6d52783befd6ad116c:
>
>   Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux (2014-04-16 11:28:25 -0700)
>
> are available in the git repository at:
>
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvm-arm-for-3.15-rc4
>
> for you to fetch changes up to 30c2117085bc4e05d091cee6eba79f069b41a9cd:
>
>   KVM: ARM: vgic: Fix the overlap check action about setting the GICD & GICC base address. (2014-04-29 02:01:43 -0700)
>
> ----------------------------------------------------------------
> First round of KVM/ARM Fixes for 3.15
>
> Includes vgic fixes, a possible kernel corruption bug due to
> misalignment of pages and disabling of KVM in KConfig on big-endian
> systems, because the last one breaks the build.
>
> ----------------------------------------------------------------
> Andre Przywara (1):
>       KVM: arm/arm64: vgic: fix GICD_ICFGR register accesses
>
> Haibin Wang (2):
>       KVM: ARM: vgic: Fix sgi dispatch problem
>       KVM: ARM: vgic: Fix the overlap check action about setting the GICD & GICC base address.
>
> Mark Salter (1):
>       arm: KVM: fix possible misalignment of PGDs and bounce page
>
> Will Deacon (1):
>       ARM: KVM: disable KVM in Kconfig on big-endian systems
>
>  arch/arm/kvm/Kconfig |  2 +-
>  arch/arm/kvm/mmu.c   | 15 +++++++++------
>  virt/kvm/arm/vgic.c  | 15 ++++++++-------
>  3 files changed, 18 insertions(+), 14 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

Pulled, thanks.  I'll send the pull request out on Friday, because 
tomorrow is a public holiday here.

Paolo

WARNING: multiple messages have this Message-ID (diff)
From: Paolo Bonzini <pbonzini@redhat.com>
To: Christoffer Dall <christoffer.dall@linaro.org>,
	Gleb Natapov <gleb@kernel.org>
Cc: Marc Zyngier <marc.zyngier@arm.com>,
	kvm@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	kvmarm@lists.cs.columbia.edu
Subject: Re: [GIT PULL] KVM/ARM Fixes for 3.15-rc4
Date: Wed, 30 Apr 2014 21:26:35 +0200	[thread overview]
Message-ID: <53614E6B.8090700@redhat.com> (raw)
In-Reply-To: <1398856556-13199-1-git-send-email-christoffer.dall@linaro.org>

Il 30/04/2014 13:15, Christoffer Dall ha scritto:
> The following changes since commit 0f689a33ad17845363acdc6d52783befd6ad116c:
>
>   Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux (2014-04-16 11:28:25 -0700)
>
> are available in the git repository at:
>
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm.git tags/kvm-arm-for-3.15-rc4
>
> for you to fetch changes up to 30c2117085bc4e05d091cee6eba79f069b41a9cd:
>
>   KVM: ARM: vgic: Fix the overlap check action about setting the GICD & GICC base address. (2014-04-29 02:01:43 -0700)
>
> ----------------------------------------------------------------
> First round of KVM/ARM Fixes for 3.15
>
> Includes vgic fixes, a possible kernel corruption bug due to
> misalignment of pages and disabling of KVM in KConfig on big-endian
> systems, because the last one breaks the build.
>
> ----------------------------------------------------------------
> Andre Przywara (1):
>       KVM: arm/arm64: vgic: fix GICD_ICFGR register accesses
>
> Haibin Wang (2):
>       KVM: ARM: vgic: Fix sgi dispatch problem
>       KVM: ARM: vgic: Fix the overlap check action about setting the GICD & GICC base address.
>
> Mark Salter (1):
>       arm: KVM: fix possible misalignment of PGDs and bounce page
>
> Will Deacon (1):
>       ARM: KVM: disable KVM in Kconfig on big-endian systems
>
>  arch/arm/kvm/Kconfig |  2 +-
>  arch/arm/kvm/mmu.c   | 15 +++++++++------
>  virt/kvm/arm/vgic.c  | 15 ++++++++-------
>  3 files changed, 18 insertions(+), 14 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe kvm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

Pulled, thanks.  I'll send the pull request out on Friday, because 
tomorrow is a public holiday here.

Paolo

  parent reply	other threads:[~2014-04-30 19:26 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-30 11:15 [GIT PULL] KVM/ARM Fixes for 3.15-rc4 Christoffer Dall
2014-04-30 11:15 ` Christoffer Dall
2014-04-30 11:15 ` [PATCH 1/5] ARM: KVM: disable KVM in Kconfig on big-endian systems Christoffer Dall
2014-04-30 11:15   ` Christoffer Dall
2014-04-30 11:15 ` [PATCH 2/5] arm: KVM: fix possible misalignment of PGDs and bounce page Christoffer Dall
2014-04-30 11:15   ` Christoffer Dall
2014-04-30 11:15 ` [PATCH 3/5] KVM: ARM: vgic: Fix sgi dispatch problem Christoffer Dall
2014-04-30 11:15   ` Christoffer Dall
2014-04-30 11:15 ` [PATCH 4/5] KVM: arm/arm64: vgic: fix GICD_ICFGR register accesses Christoffer Dall
2014-04-30 11:15   ` Christoffer Dall
2014-04-30 11:15 ` [PATCH 5/5] KVM: ARM: vgic: Fix the overlap check action about setting the GICD & GICC base address Christoffer Dall
2014-04-30 11:15   ` Christoffer Dall
2014-04-30 19:26 ` Paolo Bonzini [this message]
2014-04-30 19:26   ` [GIT PULL] KVM/ARM Fixes for 3.15-rc4 Paolo Bonzini

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=53614E6B.8090700@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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.