From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751848AbdBOKwQ (ORCPT ); Wed, 15 Feb 2017 05:52:16 -0500 Received: from ozlabs.org ([103.22.144.67]:37803 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751474AbdBOKwP (ORCPT ); Wed, 15 Feb 2017 05:52:15 -0500 From: Michael Ellerman To: Stephen Rothwell , Marcelo Tosatti , Gleb Natapov , KVM , Benjamin Herrenschmidt , PowerPC Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Paul Mackerras , Li Zhong Subject: Re: linux-next: manual merge of the kvm tree with the powerpc tree In-Reply-To: <20170215133820.439190c9@canb.auug.org.au> References: <20170215133820.439190c9@canb.auug.org.au> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Wed, 15 Feb 2017 21:52:08 +1100 Message-ID: <878tp7lo9z.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Stephen Rothwell writes: > Hi all, > > Today's linux-next merge of the kvm tree got a conflict in: > > arch/powerpc/kvm/book3s_hv_rm_xics.c > > between commit: > > ab9bad0ead9a ("powerpc/powernv: Remove separate entry for OPAL real mode calls") > > from the powerpc tree and commit: > > 21acd0e4df04 ("KVM: PPC: Book 3S: XICS: Don't lock twice when checking for resend") > > from the kvm tree. Thanks. That will go away if/when Paolo merges the rest of Paul's next. cheers > diff --cc arch/powerpc/kvm/book3s_hv_rm_xics.c > index 29f43ed6d5eb,0b2e388f4cdf..000000000000 > --- a/arch/powerpc/kvm/book3s_hv_rm_xics.c > +++ b/arch/powerpc/kvm/book3s_hv_rm_xics.c > @@@ -35,8 -35,8 +35,8 @@@ int kvm_irq_bypass = 1 > EXPORT_SYMBOL(kvm_irq_bypass); > > static void icp_rm_deliver_irq(struct kvmppc_xics *xics, struct kvmppc_icp *icp, > - u32 new_irq); > + u32 new_irq, bool check_resend); > -static int xics_opal_rm_set_server(unsigned int hw_irq, int server_cpu); > +static int xics_opal_set_server(unsigned int hw_irq, int server_cpu); > > /* -- ICS routines -- */ > static void ics_rm_check_resend(struct kvmppc_xics *xics,