From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751666AbdIDF3G (ORCPT ); Mon, 4 Sep 2017 01:29:06 -0400 Received: from ozlabs.org ([103.22.144.67]:37795 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750703AbdIDF3E (ORCPT ); Mon, 4 Sep 2017 01:29:04 -0400 Date: Mon, 4 Sep 2017 15:29:03 +1000 From: Stephen Rothwell To: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra , Catalin Marinas Cc: Linux-Next Mailing List , Linux Kernel Mailing List , Mark Rutland , Ard Biesheuvel Subject: Re: linux-next: manual merge of the tip tree with the arm64 tree Message-ID: <20170904152903.09fc4876@canb.auug.org.au> In-Reply-To: <20170822133802.4c291ed8@canb.auug.org.au> References: <20170822133802.4c291ed8@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 all, On Tue, 22 Aug 2017 13:38:02 +1000 Stephen Rothwell wrote: > > Today's linux-next merge of the tip tree got a conflict in: > > drivers/firmware/efi/libstub/arm64-stub.c > > between commit: > > 170976bcab07 ("efi/arm64: add EFI_KIMG_ALIGN") > > from the arm64 tree and commit: > > 0426a4e68f18 ("efi/libstub/arm64: Force 'hidden' visibility for section markers") > > from the tip 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 drivers/firmware/efi/libstub/arm64-stub.c > index af6ae95a5e34,f7a6970e9abc..000000000000 > --- a/drivers/firmware/efi/libstub/arm64-stub.c > +++ b/drivers/firmware/efi/libstub/arm64-stub.c > @@@ -9,10 -9,17 +9,18 @@@ > * published by the Free Software Foundation. > * > */ > + > + /* > + * To prevent the compiler from emitting GOT-indirected (and thus absolute) > + * references to the section markers, override their visibility as 'hidden' > + */ > + #pragma GCC visibility push(hidden) > + #include > + #pragma GCC visibility pop > + > #include > #include > +#include > - #include > #include > > #include "efistub.h" Just a reminder that this conflict still exists. -- Cheers, Stephen Rothwell