From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x62f.google.com (mail-pl1-x62f.google.com [IPv6:2607:f8b0:4864:20::62f]) by sourceware.org (Postfix) with ESMTPS id A16B1385B804 for ; Wed, 6 Oct 2021 07:57:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A16B1385B804 Received: by mail-pl1-x62f.google.com with SMTP id n2so1093489plk.12 for ; Wed, 06 Oct 2021 00:57:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=PDmaGPDRxNwQrMaPoBRfJ35cmDDhk9HaOz1NmdAP898=; b=rvUHjzhxLWWiJgAoyG2QwOlsg7VxHf8tpwwTjWJWoQ6Q5dMOscT8T74vNVSahPRLTa Qz9laxO0FoizZJ/FUxQtaU0/w/AUYAiuRkbKQAnNnRrIHzEZ4zrrLWerP4yrrpwMGH5F CFW5Y+qPuTXnmVmC0mm3F3rrWl++W4BTj1+s9QRCtUq1MTlGAKPtoIR10iG4ANO3WaEB QTYNX4gHjvg8SZnjEaC2HQpIju074Q1+VPiG1UZOdm/rue6I4b3YUFdmT27fMuuuLDUO QWz3I24ppTS9O0CNlmhILA0GiNT99pf7wCoZQQ0c88iytTCk3Ba1I0/PyUa2KuARAVYm UQYQ== X-Gm-Message-State: AOAM530Gnrm2tJVHVIl7VeENk5kcvCywllKW1riBF0P11CVhfXNrgPRg BPkieWTBCHTgCEWegTfWEfH9IA== X-Google-Smtp-Source: ABdhPJwUakgC3psIzQdsQoYxzaGB7MfRv3XkR4qD0azsTToEi3c76fm8DD06rFMfOrdQ0YJ3W7dQ6A== X-Received: by 2002:a17:90a:bd18:: with SMTP id y24mr9511699pjr.83.1633507045616; Wed, 06 Oct 2021 00:57:25 -0700 (PDT) Received: from google.com ([2620:15c:2ce:200:d1ad:a647:62c:1e98]) by smtp.gmail.com with ESMTPSA id o14sm20183430pfh.84.2021.10.06.00.57.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Oct 2021 00:57:25 -0700 (PDT) Date: Wed, 6 Oct 2021 00:57:21 -0700 From: Fangrui Song To: Lukasz Majewski Cc: Adhemerval Zanella , Florian Weimer , Joseph Myers , Carlos O'Donell , libc-alpha Subject: Re: [PATCH] dl: Use "adr" assembler command to get proper load address Message-ID: <20211006075721.qnv6qabroytcsido@google.com> References: <20210907131616.23472-1-lukma@denx.de> <20210907164906.yt6nonvfyhvbrx6p@google.com> <20210907193227.6047f9cc@ktm> <20210907174417.sctsswphsyae4mpc@google.com> <20211005094554.2f28d6bd@ktm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20211005094554.2f28d6bd@ktm> X-Spam-Status: No, score=-17.7 required=5.0 tests=BAYES_00, DKIMWL_WL_MED, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, ENV_AND_HDR_SPF_MATCH, FSL_HELO_FAKE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, USER_IN_DEF_DKIM_WL, USER_IN_DEF_SPF_WL autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2021 07:57:31 -0000 On 2021-10-05, Lukasz Majewski wrote: >Hi Fangrui, > >> > >> >I'm also wondering if similar issue is visible with "normal" - i.e. >> >not QEMU ARM run init. >> > >> >Maybe the "rough" environment in which /sbin/init is run is the >> >culprit? >> > >> >> I had tested running ld.so and elf/ldconfig which covered the usage. >> >> I don't know. It needs some debugging from you:) > >Could you share on which hardware (ARM) you run this change? > > >Best regards, > >Lukasz Majewski I ran ld.so and elf/ldconfig with qemu-arm-static (built from qemu/linux-user) (via binfmt_misc) on x86-64 Linux (Debian testing). I don't have real ARM hardware.