Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp2718195ybl; Mon, 19 Aug 2019 06:33:14 -0700 (PDT) X-Google-Smtp-Source: APXvYqxj5jE3oqefoZGMtFItxNxEF+1C7tiyxsPBB1LiTzi9fWBJdouPfteUWBFc080fc+am1C1X X-Received: by 2002:a17:90a:c588:: with SMTP id l8mr21163255pjt.57.1566221594514; Mon, 19 Aug 2019 06:33:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566221594; cv=none; d=google.com; s=arc-20160816; b=KxtB2U25XIuY5yyv2evA604Uw6xgCdh0TSOOq8F7nTg7WSWri9fGRHAIosHfAkkUXo MqyMYi322HOsYtl5b9/VF/ClvIUgBMCLcDOq9EwmqdO5K8I4E9phPqQ7NfuP7mic74q0 2a+N41n81P2uU3/aSVfjYE3gbtEq6usEo1BhTB++Vhbo7n9CI0xWUs2l84U5ta0Lm90/ OCA2prdowsMQ5q5fdlfP8n8Vo4hKT7gmRKwj9JPll2Yv8bPEwVIkf/BGMFFviW3WcQ8g eiVlQg32jN3ztunExarbUmtFkxlVP4qPUhylcIdMx+9pCQrzjf1za+zj7pxDjlqiL1Wt VmnQ== 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=iLHQjHAfih8rj2ULV5bmxsK+5j+4deUSlX2Qbzfehi8=; b=mZVRXb+uxDtWWqfJZPWyc6VovVkv7Ty60uyZIioAOgBu60T/WOUAFCdgOQnnksO2xJ BsLBRRsLfLzn59rEJuncm701xGwZMLKFn6epK7VZr+E6uVTeJJUsBafPSDf7bi2tOtxh 2HCxO2xWgALyvTNoNGETQ07f55lAuKcwIRVAolHB8ZBfANov3+k1FYTRGE0vPOmSrDSz 3IVmjQnclLYndwU4vbmjUj7IiC3QuILbROmjJcHakdXV62kjrCbNKoDwJyamiL0YqTT0 UKU9+erzWf9wWmEHe31KtZQ83UWXeUHSdHJiYUh/R94nz/qVz0My9ZMaRHOsq62yI/fp DDEg== 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 y7si9972114pgj.486.2019.08.19.06.32.58; Mon, 19 Aug 2019 06:33:14 -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 S1727588AbfHSNcE (ORCPT + 99 others); Mon, 19 Aug 2019 09:32:04 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:47258 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727524AbfHSNcE (ORCPT ); Mon, 19 Aug 2019 09:32:04 -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 1hzhlN-0004b4-S3; Mon, 19 Aug 2019 15:31:57 +0200 Date: Mon, 19 Aug 2019 15:31:57 +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: > > I'm using GCC 9.2, binutils 2.32. I used to use the gold linker but > I've just switched back to using ld.bfd based on this discussion > > My .config can be found at: > https://raw.githubusercontent.com/FireBurn/KernelStuff/master/dot_config_tip Does this combo successfully build 5.2 or is this a general problem? Thanks, tglx