From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754731AbdKAOZG (ORCPT ); Wed, 1 Nov 2017 10:25:06 -0400 Received: from mail-io0-f175.google.com ([209.85.223.175]:55677 "EHLO mail-io0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754694AbdKAOZD (ORCPT ); Wed, 1 Nov 2017 10:25:03 -0400 X-Google-Smtp-Source: ABhQp+TNM8mHuKgIBF5asaVUIXdD61XpHcjs++QYPzfgG3Xhoh2nlR7WVjPie81/yQJiyXP/O5E6Gg== Subject: Re: linux-next: manual merge of the tip tree with the block tree To: Stephen Rothwell , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Kees Cook References: <20171101171007.6a340098@canb.auug.org.au> From: Jens Axboe Message-ID: Date: Wed, 1 Nov 2017 08:25:00 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171101171007.6a340098@canb.auug.org.au> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/01/2017 12:10 AM, Stephen Rothwell wrote: > Hi all, > > Today's linux-next merge of the tip tree got a conflict in: > > drivers/block/amiflop.c > > between commit: > > f37ecbfc238b ("amifloppy: Convert timers to use timer_setup()") > > from the block tree and commit: > > 3c557df67257 ("timer: Remove meaningless .data/.function assignments") > > from the tip tree. > > I fixed it up (I just used the former version of the motor_on_callback > definition) 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. Kees, why are we in this situation? Making similar timer fixups in the same driver and submitting it through two different trees is a mess. -- Jens Axboe