Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp8845320ybi; Tue, 23 Jul 2019 16:34:56 -0700 (PDT) X-Google-Smtp-Source: APXvYqw0qb88joXxv6VO29bIuv1OpEFlRAuN0mjVKtrSXBj9LPJ2uA0bP/IRNR5bn+VIMonSfEju X-Received: by 2002:a63:5811:: with SMTP id m17mr8097684pgb.237.1563924896173; Tue, 23 Jul 2019 16:34:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563924896; cv=none; d=google.com; s=arc-20160816; b=rHQpaPO9AXHYAzqycQ7D8oSPOJo8HYtAVYvrPtPZNa/EujUfyjUsHtHLiSgTiEUbYn Kztx1fmeNKH8wRCnkmj6zJ5a1fv48zVPnwK9Ftp3JKHgYNVVJ/pRcIDu0rCjbOfAIBBM sIpNUSHsj8HsN3HPW7H1uHujTf2IyHtozov2LIkuvZHFM4Ai7AdSuHBaqtrTZ71Ja0AL UwoCR4/V/i9Or9T+5krLFQpaJvjUknu8OeVcVXVszUblgADUdQUorVuZO8AbWbLzF+dG 4FioHHRWSEx7mg+6s9vniOK55oNtnkpmdKoUnhzncFqM6VBKhBE3zJDyCMLuFu+E9/IS c2Xg== 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=Js/YUFsoRclIO2fnvyHyzFweupDZ8Yl/xsTxs27WnTo=; b=qk21SFLhs3I0jB71ZOoQ+tqpJ7PVWaFWjDrcWCMNQUswB0gTxjd6u1Qf/SC1vhlhAB Kui9UIMp5dkADBnM2glfKPEsNQo6NWux8aBKtn+7W+Sw2NEO2/azZwB4T9s7E1fSKOEA ZEH1DnQW80/bcNWCYI/yRBAAuvOofgToMosLgJ5EjFx9UCHL9OCC2fHfoXeNKEFrtyyO YusdC9rAuwheKazdBrcsbh9uWnN8Ni/SWhqu7m9RDg0KaD17K1WB/ERhmcx2FQHxERg9 wRae0bwO05dFZmwxhXMT+YEhGtFHfHGCRY0sjZgG5Bzwr43DkxIDlQ4Byp3J1IwiIXi0 7TAA== 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 h8si13544846pgc.402.2019.07.23.16.34.40; Tue, 23 Jul 2019 16:34:56 -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 S1731736AbfGWNbl (ORCPT + 99 others); Tue, 23 Jul 2019 09:31:41 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:40880 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728374AbfGWNbl (ORCPT ); Tue, 23 Jul 2019 09:31:41 -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 1hputB-0006E3-Cd; Tue, 23 Jul 2019 15:31:33 +0200 Date: Tue, 23 Jul 2019 15:31:32 +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: <20190723130513.GA25290@kroah.com> Message-ID: References: <7db7da45b435f8477f25e66f292631ff766a844c.1560969363.git.thomas.lendacky@amd.com> <20190713145909.30749-1-mike@fireburn.co.uk> <20190723130513.GA25290@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 Tue, 23 Jul 2019, Greg KH wrote: > On Mon, Jul 15, 2019 at 01:16:48PM -0700, H.J. Lu wrote: > > > > > > > Since building a workable kernel for different kernel configurations isn't a > > requirement for gold, I don't recommend gold for kernel. > > Um, it worked before this commit, and now it doesn't. "Some" companies > are using gold for linking the kernel today... gold is known to fail the kernel build. x32 vdso linking is not working since years and just because it 'works' for some configurations and breaks for no valid reasons even with those configurations is just not good enough. As there is obviously no priority for fixing gold to work proper with the kernel, I'm not at all interested in these 'regression' reports and in odd 'fixes' which just end up reverting or modifying perfectly valid changes without understanding the root cause, i.e. the most horrible engineering principle: duct-taping. TBH, I'm tired of it. We fail the build for clang if it does not support asm gotos and the clang people are actively working on fixing it and we're helping them as much as we can. The companies who used clang nevertheless have been on their own for years and if someone wants to use gold then nobody is preventing them from doing so. They can keep their duct-tape in their own trees. See this thread for further discussion: https://lkml.kernel.org/r/alpine.DEB.2.21.1907161434260.1767@nanos.tec.linutronix.de Thanks, tglx