Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp2691440ybl; Mon, 19 Aug 2019 06:10:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqyp1/v9kSZtRa+Voan2YRW3lgFlP+wSBwvkzq1eIBLUwVXO5UtUw1cCvifsR9KJ41F3Z79d X-Received: by 2002:a63:6ec1:: with SMTP id j184mr19844457pgc.232.1566220238897; Mon, 19 Aug 2019 06:10:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566220238; cv=none; d=google.com; s=arc-20160816; b=mZV8VPxnsV4F4YF6cqRIfgZIZDoExl8b6JRFiDHR51LaUwEIf7x1vvQoe2WmGdKmdG PP6ZNe89YkLKnaxqZCkszXddO03OA7eCmxD7TanPQBHxMju5ZcAZLbWOXL8Rw2ghcbB/ jeyQpImQlQ25tAqdJ65QsdXhU5EJ0AVbAzEQYqvmzyj87NOE8y0Ts9ZBbZ2Cd1G8cALf pg/g8nl5d+FtH3T/gNzyS/QFi4/Fxpy6jEW8V3CfkKvhXGDZeVTRVNilL59Hoe1CyaEN ZQVAW1V4UbKMM7r66PH0gRgOfCMu/5X7eiJWfs6w81e77lo0eB7XA3szko4VEJEOvYfr PViQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=6msMqZeb6MBIWVBBiyZlgzxLdOYMUhA5w0NCbOTY6jI=; b=nfZvxvLJy/PCwknCBRhD+1p02gfsTuuFD4+tqR+zW4HtDljsj4GyrCcJXZJQdF/5ro R8lnOGFKbaQ8CRd9wbhkc1zHLZaZn0ZQjgUXJ8/nfDCNFEEHTOmRRiO9a8T9FM/gjek8 qRKhN2yYnh75SluL4q8TKYIYngbVNwa49wSpuLIEdU2El/atlvQsIiSfVxPnbH99Nch5 fingao+uWzxaL/j9XdehKVEIapjPc663IcuNr0rTLwbQfaUdHd5V2DpvivqyTQVIhlOR 8Zd4xX0JK2IB2ANwGp2SUahU8sVdHVVk3hMloW7hxJUcnKZV+9Ii8nOPb4C/gSFlIO62 iSsg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 15si9767500pga.575.2019.08.19.06.10.24; Mon, 19 Aug 2019 06:10:38 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727699AbfHSNJD (ORCPT + 99 others); Mon, 19 Aug 2019 09:09:03 -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