From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932563AbbDODGh (ORCPT ); Tue, 14 Apr 2015 23:06:37 -0400 Received: from cdptpa-outbound-snat.email.rr.com ([107.14.166.232]:47034 "EHLO cdptpa-oedge-vip.email.rr.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932442AbbDODG0 (ORCPT ); Tue, 14 Apr 2015 23:06:26 -0400 Date: Tue, 14 Apr 2015 23:06:29 -0400 From: Steven Rostedt To: Stephen Rothwell Cc: David Miller , , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Emmanuel Grumbach Subject: Re: linux-next: manual merge of the ftrace tree with the net-next tree Message-ID: <20150414230629.78b83480@grimm.local.home> In-Reply-To: <20150415112323.057080ad@canb.auug.org.au> References: <20150413175224.73a9baff@canb.auug.org.au> <20150415112323.057080ad@canb.auug.org.au> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.130:25 X-Cloudmark-Score: 0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 15 Apr 2015 11:23:23 +1000 Stephen Rothwell wrote: > Hi all, > > On Mon, 13 Apr 2015 17:52:24 +1000 Stephen Rothwell wrote: > > > > Today's linux-next merge of the ftrace tree got a conflict in > > drivers/net/wireless/iwlwifi/iwl-devtrace.h between commit 7e1223b50089 > > ("iwlwifi: mvm: new Alive / error table API") from the net-next tree > > and commit c5ef935d01a2 ("iwlwifi: Move each system tracepoints to > > their own header") from the ftrace tree. > > > > I fixed it up (see patch below, since this code was moved to a new file) > > and can carry the fix as necessary (no action is required). > > > > From: Stephen Rothwell > > Date: Mon, 13 Apr 2015 17:21:30 +1000 > > Subject: [PATCH] iwlwifi: mvm: fix up for tracing split > > > > Signed-off-by: Stephen Rothwell > This patch is now needed when the net-next tree is merged with Linus' > tree ... I also noted this coming conflict in my pull request. So Linus should be very well aware of it. https://lkml.org/lkml/2015/4/13/652 "Also there's a conflict with commit 7e1223b50089 ("iwlwifi: mvm: new Alive / error table API") that Stephen found and he resolved it with cd98c1ef4ec1a4d08e920060b70e47a5a4e69377." That is, if that commit sha1 still exists. -- Steve