From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751909AbdBFVzE (ORCPT ); Mon, 6 Feb 2017 16:55:04 -0500 Received: from mail-wr0-f195.google.com ([209.85.128.195]:33020 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751533AbdBFVzC (ORCPT ); Mon, 6 Feb 2017 16:55:02 -0500 Date: Mon, 6 Feb 2017 22:54:58 +0100 From: Ingo Molnar To: Linus Torvalds Cc: Linux Kernel Mailing List , Andrew Morton , Mike Galbraith , Oleg Nesterov , Peter Zijlstra , Thomas Gleixner Subject: Re: [PATCH 57/89] sched/headers: Split out of Message-ID: <20170206215458.GD9788@gmail.com> References: <1486387772-18837-1-git-send-email-mingo@kernel.org> <1486387772-18837-58-git-send-email-mingo@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Linus Torvalds wrote: > So this was another of those "lots of noise, hiding the actual changes". > > And in the midst of all that noise was this fixup: > > On Mon, Feb 6, 2017 at 5:29 AM, Ingo Molnar wrote: > > > > diff --git a/arch/tile/mm/fault.c b/arch/tile/mm/fault.c > > index 1e0509a4c8bd..f58fa06a2214 100644 > > --- a/arch/tile/mm/fault.c > > +++ b/arch/tile/mm/fault.c > > @@ -17,11 +17,8 @@ > > #include > > #include > > #include > > -<<<<<<< HEAD > > -======= > > #include > > #include > > ->>>>>>> 9ecfbdbd2d46... fork.h fixes > > #include > > #include > > #include > > which obviously means that I didn't even notice this other conflict > marker earlier in the series. > > Anyway, I'm finding the end result pleasing, but the steps having > small issues like this really makes me want the final series to be > cleaned-up. Yeah, absolutely. :-/ Wondering why Git allowed me to be so stupid with those leftover merge markers. Git usually doesn't even allow me to commit them so I have these tuned out as a possibility. This was just a regular git rebase -i flow, to back-merge fixes and reorder/squash patches - nothing fancy that I remember - only the occasional --onto option. I'm using Git 2.7.4. Note that the title has a problem too: [PATCH 57/89] sched/headers: Split out of That should say . I'll do the further splitting up, will address all the other review feedback and will go over it with a fine comb before reposting. Thanks, Ingo