Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932141AbcKVH6L (ORCPT ); Tue, 22 Nov 2016 02:58:11 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:55624 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755187AbcKVH6K (ORCPT ); Tue, 22 Nov 2016 02:58:10 -0500 X-ME-Sender: X-Sasl-enc: SVR97oBJIDRXvjew6MckWhAWRdoDjXj9gp1kfKiWKgpX 1479801488 Date: Tue, 22 Nov 2016 08:58:18 +0100 From: Greg KH To: Stephen Rothwell Cc: Arnd Bergmann , Matias =?iso-8859-1?Q?Bj=F8rling?= , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Paul Gortmaker , Javier =?iso-8859-1?Q?Gonz=E1lez?= Subject: Re: linux-next: manual merge of the char-misc tree with the lightnvm tree Message-ID: <20161122075818.GA7768@kroah.com> References: <20161122182908.4c961d64@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161122182908.4c961d64@canb.auug.org.au> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1102 Lines: 32 On Tue, Nov 22, 2016 at 06:29:08PM +1100, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the char-misc tree got a conflict in: > > drivers/lightnvm/core.c > > between commit: > > 7b0d392f6957 ("lightnvm: remove sysfs configuration interface") > > from the lightnvm tree and commit: > > 389b2a1c0e90 ("lightnvm: make core.c explicitly non-modular") > > from the char-misc tree. > > I fixed it up (the former removed the code that was commented by the > latter, so I just removed it) 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. > > I do wonder why commit 389b2a1c0e90 is in the char-misc tree and not > the lightnvm or block trees? Because of a call to builtin_misc_device() which came into the char-misc tree. Thanks for resolving the merge issue. greg k-h