From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua1-x92d.google.com (mail-ua1-x92d.google.com [IPv6:2607:f8b0:4864:20::92d]) by sourceware.org (Postfix) with ESMTPS id 334FD3858016 for ; Fri, 17 Dec 2021 16:33:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 334FD3858016 Received: by mail-ua1-x92d.google.com with SMTP id y22so5441172uap.2 for ; Fri, 17 Dec 2021 08:33:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=f+x6b94Rh7lj5yMnC4ROvAyF/OrUW0H1LBk559+6YFk=; b=Bv0nXzx2XegCJDfC+DuDuvIEVNi2eq/wvc3A/fW/7w3E9zOnZ6dL48cz54td7WXM3N 8X03+ZXyoVywtzxlM76M0fMgT6KvMZoyR/GPiHheWdRJRgoL1wEXaI0hBBW/OSuDCZ4O s2VH2A7phm1dnnxNMlIOmhiezBJHK+hClkcTv/Jg0NPFTLH/vRLY1pJ6qRUZfEx38PeX QeNWJw6uImzIHRAgsqGRi45AHThTK2odnuA67gN23UGV7ztPa29YyDFSp97uzzHk+g1d x6D2b4b6xTfcHiDGDOJzmip0lIzIUD8ujmFrKASkKagY2uVnj5mDRh4NLSWQnCIMb4yd IXxA== X-Gm-Message-State: AOAM533MGthAUvXZvhckACC9vab1KjN39+SKh3sxzUVH8ineeHn7u+Bk TOrbKg89jyP/WiNclXdj+h/ix2cgxZdmmfiq X-Google-Smtp-Source: ABdhPJw8mmUjA+il5UBD72h5ehOsraZgLYv83PBYSP2HFpjLe4ya4IjZz87hT5eTKq90NnWiW7qFag== X-Received: by 2002:a9f:31c4:: with SMTP id w4mr1376894uad.24.1639758837642; Fri, 17 Dec 2021 08:33:57 -0800 (PST) Received: from ?IPV6:2804:431:c7ca:103f:7084:332e:7513:f115? ([2804:431:c7ca:103f:7084:332e:7513:f115]) by smtp.gmail.com with ESMTPSA id 204sm998767vkb.43.2021.12.17.08.33.56 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 17 Dec 2021 08:33:57 -0800 (PST) Message-ID: Date: Fri, 17 Dec 2021 13:33:55 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.4.0 Subject: Re: [PATCH v6 04/20] elf: Add _dl_audit_objsearch Content-Language: en-US To: Florian Weimer Cc: libc-alpha@sourceware.org, John Mellor-Crummey , Ben Woodard References: <20211115183734.531155-1-adhemerval.zanella@linaro.org> <20211115183734.531155-5-adhemerval.zanella@linaro.org> <87pmpvmngm.fsf@oldenburg.str.redhat.com> <77953f5e-e8f7-43c8-52ee-88fd8031bb64@linaro.org> <878rwjjjmc.fsf@oldenburg.str.redhat.com> From: Adhemerval Zanella In-Reply-To: <878rwjjjmc.fsf@oldenburg.str.redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham 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: Fri, 17 Dec 2021 16:33:59 -0000 On 17/12/2021 13:12, Florian Weimer wrote: > * Adhemerval Zanella: > >> To replace the second command and keep the 'origname' update we will >> need to pass it as an out argument (or return as a tuple from >> _dl_audit_objsearch). > > Why is that? Isn't it going to be to the name variable in the caller? > > Thanks, > Florian > Checking again it seems we can update it before, I will updated the patch.