From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x22e.google.com (mail-oi1-x22e.google.com [IPv6:2607:f8b0:4864:20::22e]) by sourceware.org (Postfix) with ESMTPS id 9DB5D3858D35 for ; Thu, 3 Feb 2022 19:57:51 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9DB5D3858D35 Received: by mail-oi1-x22e.google.com with SMTP id q186so5778069oih.8 for ; Thu, 03 Feb 2022 11:57:51 -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=nvfjBt8EX+RXG5AqRt1JTfm9iDme/KGBTRNkQzDqgtc=; b=b19mpf3ojCQ0p4Hova6ovc5CQWXzuwfGK4LpJ5HYCRD6iUuSskN7NHDl6D1hR9eAJH N2e4h2at7bbQcMb58IRFjOhYaykMszpcpMiC0EZV89yNf2LlVkFlgnjeT7NkxeCrDmbm 4v4jIUsjVwjEnUkebom5GDDp5ec/wvhl6qoJkP1AIpnJOxTzR41oOSfPx3s/WI4kDzms 8SlSG+17s4FHipST0g33M2cTLDbPw2Vdbx9Fe18k0XG1l4fLCXuTVNC7rF5CVKBbXEHy fdOZPw0+9Qu7kKF6U1jwQtpphxOYyIrZ6oN0HpvW2Acye2Zy9w7V7Eu1CG6cGJO5+UrG fTqg== X-Gm-Message-State: AOAM532ChOrPgB3r6iCr74nrvCfN8Ge6UKEGvYQzwAA9dIOT7U3ldvsr AQ4vO4BT/u4tiLurxCXnQBew1w== X-Google-Smtp-Source: ABdhPJxUR/kpNFjI8tkWuXThIiYc1WeD2B0tGMVQVx0aeV9mP6nmjpXvqK7i7Sy1cxXqgqLTj7vCVg== X-Received: by 2002:a05:6808:615:: with SMTP id y21mr8536992oih.149.1643918270957; Thu, 03 Feb 2022 11:57:50 -0800 (PST) Received: from ?IPV6:2804:431:c7ca:709a:22aa:9542:591f:6eb9? ([2804:431:c7ca:709a:22aa:9542:591f:6eb9]) by smtp.gmail.com with ESMTPSA id y22sm15512868oto.2.2022.02.03.11.57.49 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 03 Feb 2022 11:57:50 -0800 (PST) Message-ID: Date: Thu, 3 Feb 2022 16:57:47 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.1 Subject: Re: [PATCH v2 1/3] elf: Remove prelink support Content-Language: en-US To: Florian Weimer , Adhemerval Zanella via Libc-alpha Cc: Richard Purdie References: <20220203185732.1842679-1-adhemerval.zanella@linaro.org> <20220203185732.1842679-2-adhemerval.zanella@linaro.org> <87r18jrcm9.fsf@oldenburg.str.redhat.com> From: Adhemerval Zanella In-Reply-To: <87r18jrcm9.fsf@oldenburg.str.redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-12.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE 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: Thu, 03 Feb 2022 19:57:53 -0000 On 03/02/2022 16:09, Florian Weimer wrote: > * Adhemerval Zanella via Libc-alpha: > >> diff --git a/NEWS b/NEWS >> index 7b8febcb72..b9a3c90ac0 100644 >> --- a/NEWS >> +++ b/NEWS >> @@ -13,7 +13,9 @@ Major new features: >> >> Deprecated and removed features, and other changes affecting compatibility: >> >> - [Add deprecations, removals and changes affecting compatibility here] >> +* Support for prelink will be removed in the next release; this includes >> + removal of the LD_TRACE_PRELINKING, and LD_USE_LOAD_BIAS, environment >> + variables and their functionality in the dynamic loader. >> >> Changes to build and runtime requirements: >> >> @@ -187,9 +189,8 @@ Deprecated and removed features, and other changes affecting compatibility: >> been removed. There are widely-deployed out-of-process alternatives for >> catching coredumps and backtraces. >> >> -* Support for prelink will be removed in the next release; this includes >> - removal of the LD_TRACE_PRELINKING, and LD_USE_LOAD_BIAS, environment >> - variables and their functionality in the dynamic loader. >> +* The prelink support has been removed. Prelinked binaries and libraries >> + work as if prelinked is disabled. >> >> Changes to build and runtime requirements: > > Something went wrong with the rebase there, I think. The old entry > should not be changed. Yeah, I will remove this change.