Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755868AbcJFLen (ORCPT ); Thu, 6 Oct 2016 07:34:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46100 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754734AbcJFLem (ORCPT ); Thu, 6 Oct 2016 07:34:42 -0400 Subject: Re: [GIT PULL] KVM updates for v4.9-rc1 To: =?UTF-8?B?UmFkaW0gS3LEjW3DocWZ?= , Linus Torvalds References: <20161006111646.GA19924@potion> Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Marc Zyngier From: Paolo Bonzini Message-ID: Date: Thu, 6 Oct 2016 13:34:37 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20161006111646.GA19924@potion> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.26]); Thu, 06 Oct 2016 11:34:41 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1056 Lines: 29 On 06/10/2016 13:16, Radim Krčmář wrote: > Linus, > > this merge needs one manual conflict resolution that is foretold in > 3d9cd95f90b2 ("ARM: gic-v3: Work around definition of gic_write_bpr1"). > The commit says that the conflict is "obvious to resolve", but > linux-next got it wrong, so I have pasted the correct resolution at the > bottom -- inline assembly and surrounding #if should be removed, because > the #if would always select the write_sysreg() branch. This is nowhere as bad as 4.8, but I'd like to point out the right way to do it: prepare a topic branch with the arch/arm/include/asm patches, and merge it into both the irqchip and KVM-ARM trees. You can find three examples in this merge window alone: Paolo Bonzini (12): Merge branch 'x86/amd-avic' of git://git.kernel.org/.../joro/iommu into HEAD Paul Mackerras (8): Merge branch 'kvm-ppc-infrastructure' into kvm-ppc-next Christian Borntraeger (1): Merge remote-tracking branch 'kvms390/s390forkvm' into kvms390next So we can do better in 4.10. :) Paolo