From: Michael Ellerman <mpe@ellerman.id.au>
To: Paolo Bonzini <pbonzini@redhat.com>, torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, rkrcmar@redhat.com,
kvm@vger.kernel.org,
Christian Borntraeger <borntraeger@de.ibm.com>,
Christoffer Dall <christoffer.dall@linaro.org>,
Dan Williams <dan.j.williams@intel.com>,
Marc Zyngier <marc.zyngier@arm.com>,
Paul Mackerras <paulus@ozlabs.org>
Subject: Re: [GIT PULL] KVM changes for 4.8 merge window
Date: Wed, 03 Aug 2016 13:21:49 +1000 [thread overview]
Message-ID: <87vazilepe.fsf@concordia.ellerman.id.au> (raw)
In-Reply-To: <1470141468-120437-1-git-send-email-pbonzini@redhat.com>
Paolo Bonzini <pbonzini@redhat.com> writes:
...
> - arch/powerpc: what a mess. For the idle_book3s.S conflict, the KVM
> tree is the right one; everything else is trivial. In this case I am
> not quite sure what went wrong. The commit that is causing the mess
> (fd7bacbca47a, "KVM: PPC: Book3S HV: Fix TB corruption in guest exit
> path on HMI interrupt", 2016-05-15) touches both arch/powerpc/kernel/
> and arch/powerpc/kvm/. It's large, but at 396 insertions/5 deletions
> I guessed that it wasn't really possible to split it and that the 5
> deletions wouldn't conflict. That wasn't the case.
In fact I think the problem is that this patch shouldn't have gone via the KVM
tree at all.
If you look at the diffstat, it doesn't touch anything in generic KVM, but lots
of arch code:
arch/powerpc/include/asm/hmi.h | 45 ++++++++++++++++++++
arch/powerpc/include/asm/paca.h | 6 +++
arch/powerpc/kernel/Makefile | 2 +-
arch/powerpc/kernel/exceptions-64s.S | 4 +-
arch/powerpc/kernel/hmi.c | 56 +++++++++++++++++++++++++
arch/powerpc/kernel/idle_power7.S | 5 ++-
arch/powerpc/kernel/traps.c | 5 +++
arch/powerpc/kvm/book3s_hv.c | 37 +++++++++++++++++
arch/powerpc/kvm/book3s_hv_ras.c | 176 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/powerpc/kvm/book3s_hv_rmhandlers.S | 65 ++++++++++++++++++++++++++++-
Presumably Paul wanted it in his kvm-ppc tree so it would be tested with the
rest of the KVM stuff, but we should have done that with a topic branch in the
powerpc tree, that we both merged.
cheers
next prev parent reply other threads:[~2016-08-03 3:21 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-02 12:37 [GIT PULL] KVM changes for 4.8 merge window Paolo Bonzini
2016-08-02 18:02 ` Christian Borntraeger
2016-08-02 18:42 ` Linus Torvalds
2016-08-02 20:17 ` Linus Torvalds
2016-08-02 20:49 ` Christian Borntraeger
2016-08-02 21:36 ` Martin Schwidefsky
2016-08-02 21:46 ` Linus Torvalds
2016-08-02 18:55 ` Paolo Bonzini
2016-08-03 3:21 ` Michael Ellerman [this message]
2016-08-03 6:26 ` Paolo Bonzini
2016-08-03 6:46 ` Michael Ellerman
2016-08-03 11:00 ` 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=87vazilepe.fsf@concordia.ellerman.id.au \
--to=mpe@ellerman.id.au \
--cc=borntraeger@de.ibm.com \
--cc=christoffer.dall@linaro.org \
--cc=dan.j.williams@intel.com \
--cc=kvm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marc.zyngier@arm.com \
--cc=paulus@ozlabs.org \
--cc=pbonzini@redhat.com \
--cc=rkrcmar@redhat.com \
--cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox