From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sedat Dilek Subject: Re: [PATCH] x86, relocs: Add __end_rodata_aligned to S_REL Date: Thu, 9 Aug 2018 14:18:55 +0200 Message-ID: References: <20180809092420.094e8722@canb.auug.org.au> <20180809094449.ddmnrkz7qkvo3j2x@suse.de> Reply-To: sedat.dilek@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <20180809094449.ddmnrkz7qkvo3j2x@suse.de> Sender: linux-kernel-owner@vger.kernel.org To: Joerg Roedel Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Peter Zijlstra , Linux-Next Mailing List , Linux Kernel Mailing List , Stephen Rothwell List-Id: linux-next.vger.kernel.org On Thu, Aug 9, 2018 at 11:44 AM, Joerg Roedel wrote: > This new symbol needs to be in the workaround-list for buggy > binutils, otherwise the build with gcc-4.6 fails. > > Fixes: 39d668e04eda ('x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bit') > Signed-off-by: Joerg Roedel > --- > arch/x86/tools/relocs.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/x86/tools/relocs.c b/arch/x86/tools/relocs.c > index 220e97841e49..3a6c8ebc8032 100644 > --- a/arch/x86/tools/relocs.c > +++ b/arch/x86/tools/relocs.c > @@ -67,6 +67,7 @@ static const char * const sym_regex_kernel[S_NSYMTYPES] = { > "__tracedata_(start|end)|" > "__(start|stop)_notes|" > "__end_rodata|" > + "__end_rodata_aligned|" > "__initramfs_start|" > "(jiffies|jiffies_64)|" > #if ELF_BITS == 64 > -- > 2.16.4 > Tested-by: Sedat Dilek