Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp889375pxb; Sat, 6 Mar 2021 22:31:33 -0800 (PST) X-Google-Smtp-Source: ABdhPJxVLDjpuCq64oZwW2KxyymI31/VmdmRbipKIcNZSYmIHokOrs9DWj6j+W0ZyKSc0XFdk7on X-Received: by 2002:a17:906:3409:: with SMTP id c9mr9499167ejb.314.1615098692893; Sat, 06 Mar 2021 22:31:32 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1615098692; cv=none; d=google.com; s=arc-20160816; b=l5pXnFY3JJIDpbPVss5H8jO80mfOmmtv3ur+BMYiTW4BCUFpMVOOcIdmVaLm0c9oir cyjUbStVq/MqtBq7OOYmCx/iVLvpURDljdRDSHGL1FPiRFjj7RGN4vTlBErtH0BJtPNz Y+XIShjwYRCCXKN00Dtt+ZrW8tt4Ty9TONQodHAFBmlfDiFn6ALi72THyzmHPgwUoY4t +XnhvDRld8e2HCyjPgYWjfONx/Zblrjy0K+AocfByly9e3mX7TPVLYLCkSv96edWWJuP iDXPDO3y+xQBe+GWZE5442Cv/N1eLkhubUxf1shrnQm9FaL3Dq6QvHoXfqJe7KurHEZB hhbA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=6puYFu3BXzb69o26IWOc+tp+s5xbwHwkhSOGK4W1n0M=; b=hzVn+3R013aHmC8TmM/oaOgoQTDgb+MujYprZigefmBMUXnSVF7kH2khYaST9ufbSx iaXbXQEemLdgh/pGqqzrborAGeKetNheocuQmchvNmrc+aPA60tr3sEu2MqnwElSwJPm 3TB9SNBXN6wm9mpmvAaye90fdSrsJZAk0ALkaDWpYELDBSIEzXcq51DCnN1IbTSMM/m9 J+8Thr8oRQpmzK1sJsvBxtNdPDkeYZSGk7NfJYDUXbxM7lO1hUsDanyZcu2nP8W74Tvl K8wR3dYKLz4cvlvUe5GjFKQoOd+R9LOyxdT6QTli2MFrR+3FhSyEsH1LkmoDxgy9eIrT bUrA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id a42si5370938edf.287.2021.03.06.22.31.11; Sat, 06 Mar 2021 22:31:32 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230112AbhCGGaJ (ORCPT + 99 others); Sun, 7 Mar 2021 01:30:09 -0500 Received: from gate.crashing.org ([63.228.1.57]:38712 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229619AbhCGGaB (ORCPT ); Sun, 7 Mar 2021 01:30:01 -0500 Received: from gate.crashing.org (localhost.localdomain [127.0.0.1]) by gate.crashing.org (8.14.1/8.14.1) with ESMTP id 1276NdCi026488; Sun, 7 Mar 2021 00:23:39 -0600 Received: (from segher@localhost) by gate.crashing.org (8.14.1/8.14.1/Submit) id 1276NbRn026484; Sun, 7 Mar 2021 00:23:37 -0600 X-Authentication-Warning: gate.crashing.org: segher set sender to segher@kernel.crashing.org using -f Date: Sun, 7 Mar 2021 00:23:36 -0600 From: Segher Boessenkool To: Fangrui Song Cc: Michael Ellerman , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, clang-built-linux , Alexey Kardashevskiy Subject: Re: [PATCH] Replace __toc_start + 0x8000 with .TOC. Message-ID: <20210307062336.GD29191@gate.crashing.org> References: <20210307051433.2756645-1-maskray@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210307051433.2756645-1-maskray@google.com> User-Agent: Mutt/1.4.2.3i Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi! On Sat, Mar 06, 2021 at 09:14:33PM -0800, Fangrui Song wrote: > TOC relocations are like GOT relocations on other architectures. > However, unlike other architectures, GNU ld's ppc64 port defines .TOC. > relative to the .got output section instead of the linker synthesized > .got input section. LLD defines .TOC. as the .got input section plus > 0x8000. When CONFIG_PPC_OF_BOOT_TRAMPOLINE=y, > arch/powerpc/kernel/prom_init.o is built, and LLD computed .TOC. can be > different from __toc_start defined by the linker script. > > Simplify kernel_toc_addr with asm label .TOC. so that we can get rid of > __toc_start. > > With this change, powernv_defconfig with CONFIG_PPC_OF_BOOT_TRAMPOLINE=y > is bootable with LLD. There is still an untriaged issue with Alexey's > configuration. Do you have any explanation why this *does* work, while the original doesn't? Some explanation that says *what* is wrong. To me it doesn't look like the kernel script is. Segher