Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp9888569ybi; Wed, 24 Jul 2019 11:45:50 -0700 (PDT) X-Google-Smtp-Source: APXvYqxY+YIDbj4UmpbXcDRGZuFRV0CCtPFlc4O9VFxUVqGe3vsbjGYPHX2y08N7rZ2ww+g4p+Jm X-Received: by 2002:aa7:956d:: with SMTP id x13mr12840937pfq.132.1563993950815; Wed, 24 Jul 2019 11:45:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563993950; cv=none; d=google.com; s=arc-20160816; b=l4YxTsFo2LFMiitlbjP/8XhLkgNou6oBm0X7ee1EL8Br2RIvhLuiZETCVxty/ILoOu 5keHDj1uYPIksqTH7Bx+ydWmN/UYRNrvCNYD319utTfkHij7fZ512NkpnbZ1pgx5H3VJ djYTMyeHYgwaKKcQgL/6roynpTumhz5Gu+50iaYaJ0a96BE2OjvGcWzN1PfhnVbWRSc1 fInYzga5hLocjZKfrDYa0Um56OsPjg4rW2cZCLhqwQp+iFedWaU90NdltlXxwr9I/WSr E3BkcXpdeScs8LU0yhmNXItR0zLIbi0+14b8fEzBNGq4zE+Y2UD80gx0BDNCcl0GNQi+ iF/Q== 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=hvSKSXsqL3SJiksWZLWIjNGe6umQ/wjw3yttB0vVoGc=; b=n1awcfLhP9RHLXi+Hn8U6Pk+pbrLXPKXETizrEG+ymhcpebvmyaJt5vqKK9NnSkm9E mB4KtqtSgO6hHkP6NwM7hANxTFNkbOhDYVUlfFVKtQTGurtDIa7PS2bAKZjLO7+zNVah Fc8DxTqbqoSH3Z7+IsIl/5rAQ1MjrsUdLVSfZU9YiiIqCJJ3W2YfOrSItPibJMj6VPkI fgRJJL7GFKyuz4iDnvBIECMoi4cDIxwLR4AvyXpA0qTBoeydS4OsG0eKQZyI+Jx4X6Go Qmmp9ozdUfEg5o2qDcp/FSOFN+3ZfR8Xwv09Pu2dtTO1SS67fO6IOevql9lM3cnVJOHf TWwA== 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 i21si4769501pgj.37.2019.07.24.11.45.35; Wed, 24 Jul 2019 11:45:50 -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 S1728473AbfGXQBM (ORCPT + 99 others); Wed, 24 Jul 2019 12:01:12 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:44374 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726308AbfGXQBM (ORCPT ); Wed, 24 Jul 2019 12:01:12 -0400 Received: from pd9ef1cb8.dip0.t-ipconnect.de ([217.239.28.184] helo=nanos) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1hqJhR-0004US-3h; Wed, 24 Jul 2019 18:01:05 +0200 Date: Wed, 24 Jul 2019 18:01:03 +0200 (CEST) From: Thomas Gleixner To: Greg KH cc: "H.J. Lu" , Mike Lothian , 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> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 24 Jul 2019, Thomas Gleixner wrote: > On Wed, 24 Jul 2019, Greg KH wrote: > > On Tue, Jul 23, 2019 at 03:44:54PM +0200, Greg KH wrote: > > > Sorry, I saw that after writing that. You are right, if the others > > > don't object, that's fine with me. I'll go poke the various build > > > systems that are failing right now on 5.3-rc1 and try to get them fixed > > > for this reason. > > > > Ok, I dug around and the gold linker is not being used here, only clang > > to build the source and GNU ld to link, and I am still seeing this > > error. > > Odd combo. Ha. Not really. I did not switch ld with LD=... so it's using the default GNU ld. > > Hm, clang 8 does not cause this error, but clang 9 does. Let me go poke > > the people who are providing this version of clang to see if there's > > something they can figure out. > > Let me try that with my clang variant. Which version of GNU ld are you > using? Works with a very recent build of the clang-9 branch and ld version 2.31.1 Thanks, tglx