From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752802AbdDLHIe (ORCPT ); Wed, 12 Apr 2017 03:08:34 -0400 Received: from ozlabs.org ([103.22.144.67]:34535 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751042AbdDLHIc (ORCPT ); Wed, 12 Apr 2017 03:08:32 -0400 Date: Wed, 12 Apr 2017 17:08:29 +1000 From: Stephen Rothwell To: Andrew Morton , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Laura Abbott Subject: linux-next: manual merge of the akpm tree with the tip tree Message-ID: <20170412170829.3b4e3294@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andrew, Today's linux-next merge of the akpm tree got conflicts in: arch/x86/mm/init.c arch/x86/mm/ioremap.c between commit: 66441bd3cfdc ("x86/boot/e820: Move asm/e820.h to asm/e820/api.h") from the tip tree and patch: "x86: use set_memory.h header" from the akpm tree. I fixed it up (see below) 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. -- Cheers, Stephen Rothwell diff --cc arch/x86/mm/init.c index 2193799ca800,adbfb095bade..000000000000 --- a/arch/x86/mm/init.c +++ b/arch/x86/mm/init.c @@@ -5,8 -5,8 +5,8 @@@ #include #include /* for max_low_pfn */ - #include + #include -#include +#include #include #include #include diff --cc arch/x86/mm/ioremap.c index e4f7b25df18e,1924c4ab8be5..000000000000 --- a/arch/x86/mm/ioremap.c +++ b/arch/x86/mm/ioremap.c @@@ -14,8 -13,8 +14,8 @@@ #include #include - #include + #include -#include +#include #include #include #include