From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 60DE8C3A5A0 for ; Mon, 19 Aug 2019 13:09:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2E48220843 for ; Mon, 19 Aug 2019 13:09:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727704AbfHSNJE (ORCPT ); Mon, 19 Aug 2019 09:09:04 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:47100 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727440AbfHSNJD (ORCPT ); Mon, 19 Aug 2019 09:09:03 -0400 Received: from [5.158.153.52] (helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1hzhP4-0003zb-Dt; Mon, 19 Aug 2019 15:08:54 +0200 Date: Mon, 19 Aug 2019 15:08:53 +0200 (CEST) From: Thomas Gleixner To: Mike Lothian cc: Greg KH , "H.J. Lu" , Tom Lendacky , bhe@redhat.com, Borislav Petkov , Dave Hansen , lijiang@redhat.com, Linux Kernel Mailing List , Andy Lutomirski , Ingo Molnar , Peter Zijlstra , the arch/x86 maintainers Subject: Re: [PATCH v3 1/2] x86/mm: Identify the end of the kernel area to be reserved In-Reply-To: Message-ID: References: <20190723130513.GA25290@kroah.com> <20190723134454.GA7260@kroah.com> <20190724153416.GA27117@kroah.com> <20190724155735.GC5571@kroah.com> <20190724161634.GB10454@kroah.com> <20190725062447.GB5647@kroah.com> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 19 Aug 2019, Mike Lothian wrote: > On Wed, 14 Aug 2019 at 12:09, Mike Lothian wrote: > > > > As it's related. I've raised > > https://bugzilla.kernel.org/show_bug.cgi?id=204495 about the > > relocatition I'm seeing since switching back to ld.bfd - is this safe > > to ignore? I'm guessing this is why gold isn't working as it can't do > > them > > Sorry am I asking in the wrong place about this? No, but I haven't come around to look at it. As your mail above is not giving any useful information and requires to fire up a browser it got on the back burner. That bugzilla entry does not tell anything about the compiler involved, the binutils version and the .config file. I'm really bad at guesswork and my crystal ball got lost years ago :) Care to give that information here by mail? Thanks, tglx