Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp541680ybi; Wed, 17 Jul 2019 00:58:10 -0700 (PDT) X-Google-Smtp-Source: APXvYqxD4M6X7af+SvFrbWUTs8C7AZ1A0EIqWEtkRbU80xiRzRrbG31VHfjFfQVD1Y8Xsdg0jvna X-Received: by 2002:a65:4844:: with SMTP id i4mr40129320pgs.113.1563350290346; Wed, 17 Jul 2019 00:58:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563350290; cv=none; d=google.com; s=arc-20160816; b=vtP0QikzKLe0//ecrWCCqKqGSxIvyn+zYBBq9UXcHWXxuYCBGu6wKy0vFWf3wgnDZy jBzIT+6VduX8z7pTkU0zG6kecv6aJzH2+DvtFygXHqVzd13n6HTbpKUxQX2p1MxTTm1L xDMt1ZI0qBuhe3VV0EDA9Ku6WJ8ADI2sZJxo2rSo+ijk0sGtUZPn5ixQMown7cwpcYE4 WD6DTxe46KF4Nig+kG26Fwjvr6Wc/a0jkUzyVPQwcjsJUeagtqBaLyI/q9J6rigolXkk EgMmhYAbSoiRPeXhRaPi1asUtreKyKwKJoRjFOL8F6uS8Bl8hFgk+FMRQiFYwzD3GC94 8NaA== 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=syb1qR3jedDo8duYuxtHDC8OduuATa97DLm61+0emF4=; b=OgocRJXvup1qaqoO6Wve8765cKMQkiCdDE44r6jAsI2YyANWzsQOrnaS0fEvlDN//m dmYJwxQgP5WKuKDOJ9Ui93PhbwESfdyvxwB84nvPa+JFLdHLqZ9mUZEbQiqFI5lby8Ph bJv1AMZTfa+DicxiVjSgwOwmuXflujWJElfaSeFkf9gEhN7oC3+gnvywPiH2ork9QmL8 pepcUJ8gjg67jKcvbqyOeC3ldS7kQYp1E8VAiN63y5ZTOnom9GC1uGLK5w9m3vcvzayD JGmoTuzBBZXrj8PYvTJc8C1FF9SIa8XPhYNxOoAfM04j8NYgUKHbPp+l287HkSCCV4qw 5BZg== 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 4si23978829pgo.198.2019.07.17.00.57.54; Wed, 17 Jul 2019 00:58:10 -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 S1726154AbfGQH5K (ORCPT + 99 others); Wed, 17 Jul 2019 03:57:10 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:52312 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725873AbfGQH5J (ORCPT ); Wed, 17 Jul 2019 03:57:09 -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 1hneoB-0007hY-7j; Wed, 17 Jul 2019 09:57:03 +0200 Date: Wed, 17 Jul 2019 09:57:01 +0200 (CEST) From: Thomas Gleixner To: Masahiro Yamada cc: Nathan Chancellor , LKML , Linus Torvalds , X86 ML , "H.J. Lu" , Linux Kbuild mailing list , "Theodore Y. Ts'o" , Mike Lothian , linux-arch@vger.kernel.org Subject: Re: [PATCH v2] kbuild: Fail if gold linker is detected In-Reply-To: Message-ID: References: <20190716170606.GA38406@archlinux-threadripper> 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, 17 Jul 2019, Masahiro Yamada wrote: > On Wed, Jul 17, 2019 at 4:47 AM Thomas Gleixner wrote: > > So instead of dealing with attempts to duct tape gold support without > > understanding the root cause and without support from the gold folks, fail > > the build when gold is detected. > > > > The code looks OK in the build system point of view. > > Please let me confirm this, just in case: > For now, we give up all architectures, not only x86, right? Well, that's the logical consequence of a statement which says: don't use gold for the kernel. > I have not not heard much from other arch maintainers. Cc'ed linux-arch for that matter. Thanks, tglx