From: "Radim Krčmář" <rkrcmar@redhat.com>
To: Christoffer Dall <cdall@kernel.org>
Cc: kvmarm@lists.cs.columbia.edu, Paolo Bonzini <pbonzini@redhat.com>,
linux-arm-kernel@lists.infradead.org, kvm@vger.kernel.org,
Marc Zyngier <marc.zyngier@arm.com>,
Christoffer Dall <christoffer.dall@linaro.org>
Subject: Re: [PULL 00/19] KVM/ARM Fixes for v4.15
Date: Tue, 5 Dec 2017 18:59:39 +0100 [thread overview]
Message-ID: <20171205175938.GB20099@flask> (raw)
In-Reply-To: <20171204135637.21620-1-cdall@kernel.org>
2017-12-04 14:56+0100, Christoffer Dall:
> From: Christoffer Dall <christoffer.dall@linaro.org>
>
> Hi Paolo and Radim,
>
> Here's the first round of fixes for KVM/ARM for v4.15. This is a fairly large
> set of fixes, partially because we spotted a handful of issues from running the
> SMATCH static analysis on the code (thanks to AKASHI Takahiro).
>
> In more details, this pull request fixes:
> - A number of issues in the vgic discovered using SMATCH
> - A bit one-off calculation in out stage base address mask (32-bit and
> 64-bit)
> - Fixes to single-step debugging instructions that trap for other
> reasons such as MMMIO aborts
> - Printing unavailable hyp mode as error
> - Potential spinlock deadlock in the vgic
> - Avoid calling vgic vcpu free more than once
> - Broken bit calculation for big endian systems
Pulled, thanks.
WARNING: multiple messages have this Message-ID (diff)
From: rkrcmar@redhat.com (Radim Krčmář)
To: linux-arm-kernel@lists.infradead.org
Subject: [PULL 00/19] KVM/ARM Fixes for v4.15
Date: Tue, 5 Dec 2017 18:59:39 +0100 [thread overview]
Message-ID: <20171205175938.GB20099@flask> (raw)
In-Reply-To: <20171204135637.21620-1-cdall@kernel.org>
2017-12-04 14:56+0100, Christoffer Dall:
> From: Christoffer Dall <christoffer.dall@linaro.org>
>
> Hi Paolo and Radim,
>
> Here's the first round of fixes for KVM/ARM for v4.15. This is a fairly large
> set of fixes, partially because we spotted a handful of issues from running the
> SMATCH static analysis on the code (thanks to AKASHI Takahiro).
>
> In more details, this pull request fixes:
> - A number of issues in the vgic discovered using SMATCH
> - A bit one-off calculation in out stage base address mask (32-bit and
> 64-bit)
> - Fixes to single-step debugging instructions that trap for other
> reasons such as MMMIO aborts
> - Printing unavailable hyp mode as error
> - Potential spinlock deadlock in the vgic
> - Avoid calling vgic vcpu free more than once
> - Broken bit calculation for big endian systems
Pulled, thanks.
next prev parent reply other threads:[~2017-12-05 17:59 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-04 13:56 [PULL 00/19] KVM/ARM Fixes for v4.15 Christoffer Dall
2017-12-04 13:56 ` Christoffer Dall
2017-12-04 13:56 ` [PULL 01/19] KVM: arm/arm64: Don't enable/disable physical timer access on VHE Christoffer Dall
2017-12-04 13:56 ` Christoffer Dall
2017-12-04 13:56 ` [PULL 02/19] KVM: arm/arm64: VGIC: extend !vgic_is_initialized guard Christoffer Dall
2017-12-04 13:56 ` Christoffer Dall
2017-12-04 14:03 ` [PULL 03/19] KVM: arm/arm64: vgic-irqfd: Fix MSI entry allocation Christoffer Dall
2017-12-04 14:03 ` Christoffer Dall
2017-12-04 14:03 ` [PULL 04/19] KVM: arm/arm64: vgic: Preserve the revious read from the pending table Christoffer Dall
2017-12-04 14:03 ` Christoffer Dall
2017-12-04 14:03 ` [PULL 05/19] KVM: arm/arm64: vgic-its: " Christoffer Dall
2017-12-04 14:03 ` Christoffer Dall
2017-12-04 14:03 ` [PULL 06/19] KVM: arm/arm64: vgic-its: Check result of allocation before use Christoffer Dall
2017-12-04 14:03 ` Christoffer Dall
2017-12-04 14:03 ` Christoffer Dall
2017-12-04 14:03 ` [PULL 07/19] KVM: arm/arm64: vgic-v4: Only perform an unmap for valid vLPIs Christoffer Dall
2017-12-04 14:03 ` Christoffer Dall
2017-12-04 14:03 ` [PULL 08/19] arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-one Christoffer Dall
2017-12-04 14:03 ` Christoffer Dall
2017-12-04 14:03 ` Christoffer Dall
2017-12-04 14:03 ` [PULL 09/19] arm: KVM: Fix " Christoffer Dall
2017-12-04 14:03 ` Christoffer Dall
2017-12-04 14:03 ` [PULL 10/19] KVM: arm/arm64: debug: Introduce helper for single-step Christoffer Dall
2017-12-04 14:03 ` Christoffer Dall
2017-12-04 14:03 ` [PULL 11/19] kvm: arm64: handle single-stepping trapped instructions Christoffer Dall
2017-12-04 14:03 ` Christoffer Dall
2017-12-04 14:03 ` [PULL 12/19] kvm: arm64: handle single-step of userspace mmio instructions Christoffer Dall
2017-12-04 14:03 ` Christoffer Dall
2017-12-04 14:03 ` [PULL 13/19] kvm: arm64: handle single-step during SError exceptions Christoffer Dall
2017-12-04 14:03 ` Christoffer Dall
2017-12-04 14:03 ` [PULL 14/19] kvm: arm64: handle single-step of hyp emulated mmio instructions Christoffer Dall
2017-12-04 14:03 ` Christoffer Dall
2017-12-04 14:03 ` [PULL 15/19] KVM: arm/arm64: Avoid attempting to load timer vgic state without a vgic Christoffer Dall
2017-12-04 14:03 ` Christoffer Dall
2017-12-04 14:03 ` [PULL 16/19] kvm: arm: don't treat unavailable HYP mode as an error Christoffer Dall
2017-12-04 14:03 ` Christoffer Dall
2017-12-04 14:03 ` [PULL 17/19] KVM: arm/arm64: Fix spinlock acquisition in vgic_set_owner Christoffer Dall
2017-12-04 14:03 ` Christoffer Dall
2017-12-04 14:03 ` [PULL 18/19] KVM: arm/arm64: kvm_arch_destroy_vm cleanups Christoffer Dall
2017-12-04 14:03 ` Christoffer Dall
2017-12-04 14:03 ` [PULL 19/19] KVM: arm/arm64: Fix broken GICH_ELRSR big endian conversion Christoffer Dall
2017-12-04 14:03 ` Christoffer Dall
2017-12-04 14:03 ` Christoffer Dall
2017-12-05 17:59 ` Radim Krčmář [this message]
2017-12-05 17:59 ` [PULL 00/19] KVM/ARM Fixes for v4.15 Radim Krčmář
-- strict thread matches above, loose matches on Subject: below --
2017-12-04 13:56 Christoffer Dall
2017-12-04 13:56 ` Christoffer Dall
2017-12-04 14:28 ` Christoffer Dall
2017-12-04 14:28 ` Christoffer Dall
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=20171205175938.GB20099@flask \
--to=rkrcmar@redhat.com \
--cc=cdall@kernel.org \
--cc=christoffer.dall@linaro.org \
--cc=kvm@vger.kernel.org \
--cc=kvmarm@lists.cs.columbia.edu \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=marc.zyngier@arm.com \
--cc=pbonzini@redhat.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.