From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Hildenbrand Subject: Re: linux-next: manual merge of the kvm tree with the s390 tree Date: Thu, 14 Jul 2016 08:58:13 +0200 Message-ID: <20160714085813.71e0931c@thinkpad-w530> References: <20160714140334.7009275f@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , Gleb Natapov , , Martin Schwidefsky , Heiko Carstens , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org To: Stephen Rothwell Return-path: Received: from mx0a-001b2d01.pphosted.com ([148.163.156.1]:8774 "EHLO mx0a-001b2d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751396AbcGNG6t (ORCPT ); Thu, 14 Jul 2016 02:58:49 -0400 Received: from pps.filterd (m0098394.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u6E6wmwx113176 for ; Thu, 14 Jul 2016 02:58:48 -0400 Received: from e06smtp05.uk.ibm.com (e06smtp05.uk.ibm.com [195.75.94.101]) by mx0a-001b2d01.pphosted.com with ESMTP id 2452auck5y-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Thu, 14 Jul 2016 02:58:47 -0400 Received: from localhost by e06smtp05.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 14 Jul 2016 07:58:41 +0100 In-Reply-To: <20160714140334.7009275f@canb.auug.org.au> Sender: kvm-owner@vger.kernel.org List-ID: > Hi all, > > Today's linux-next merge of the kvm tree got a conflict in: > > arch/s390/mm/gmap.c > > between commit: > > f04540298440 ("s390/mm: fix gmap tlb flush issues") > > from the s390 tree and commit: > > 6ea427bbbd40 ("s390/mm: add reference counter to gmap structure") > > from the kvm tree. > > I fixed it up (I just assumed that the update to gmap_free is no longer > needed) and can carry the fix as necessary. This is now fixed as far as > linux-next is concerned, but any non trivial conflicts should be mentioned > to your upstream maintainer when your tree is submitted for merging. > You may also want to consider cooperating with the maintainer of the > conflicting tree to minimise any particularly complex conflicts. > Yes, the tlb flush will be done in gmap_remove() instead of in gmap_free(), which is also fixed by commit f04540298440. Unfortunately, that stable fix was inevitable and collided with the already submitted patches for nested virtualization. Thanks for fixing that up, looks good to me. David