From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x329.google.com (mail-ot1-x329.google.com [IPv6:2607:f8b0:4864:20::329]) by sourceware.org (Postfix) with ESMTPS id 4D0EB385803D for ; Tue, 12 Apr 2022 21:50:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4D0EB385803D Received: by mail-ot1-x329.google.com with SMTP id n19-20020a9d7113000000b005cd9cff76c3so14279279otj.1 for ; Tue, 12 Apr 2022 14:50:17 -0700 (PDT) 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:references:from:in-reply-to :content-transfer-encoding; bh=n7vPNOg7ZzLiOmPQPkiob18TIqrxYdfNQZMtufRVaGI=; b=iCswzIUMw8988hxidm87SQvQDAuq33FJRCD9hvZFv1MNwcLj6ggTjqBeU+7sItIYzR y+Un3EkSDQCqIRxYa8JjnbwMZNuD6Jwv1ANFp7mr24yKN3mQxPu8FzIBXz7k5iSIAuXL nlTWTTdM4lG39O6TlRAbTBrXUDGiT5vAiVBcS0yOymPXr2DztkVzaoHoZzHe8RKPbdgd Gxhaqv0JtwOGACVSG9i3nkWGKL27tzxwbOAShlC2HKi/lvMMDea0in3Jr7umTebzh9tS okzbJEBR+KkK72jNaVqWiPb06ou14PIF0wvi5TM+ip6hXC9RBsLuK0qhgD3kLDH/3t3T Y2kQ== X-Gm-Message-State: AOAM532RXy1h+jbzRweuG8o8DmeIFFp6QB9/g19mhv+oV7wqrYWSF4YQ 0ghvW+zcHeLiDlAiDCV8t2Rmfg== X-Google-Smtp-Source: ABdhPJzgDHESmCtrK7hwzDMCgZ9rj1LAyMv2YevR035Cy19oAikdi/XOwxrs5aXGGXjmYcEFq49/sA== X-Received: by 2002:a05:6830:915:b0:5cd:b39e:1eb with SMTP id v21-20020a056830091500b005cdb39e01ebmr13480763ott.358.1649800216504; Tue, 12 Apr 2022 14:50:16 -0700 (PDT) Received: from ?IPV6:2804:431:c7ca:431f:f806:30da:445f:8cbe? ([2804:431:c7ca:431f:f806:30da:445f:8cbe]) by smtp.gmail.com with ESMTPSA id a17-20020a4ae931000000b0032933be7230sm12483196ooe.4.2022.04.12.14.50.14 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 12 Apr 2022 14:50:15 -0700 (PDT) Message-ID: <79ee0b63-1e5f-9bd2-a70d-145c1816bcf5@linaro.org> Date: Tue, 12 Apr 2022 18:50:13 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Subject: Re: [COMMITTED] NEWS: Move PLT tracking slowdown to glibc 2.35. Content-Language: en-US To: Carlos O'Donell , libc-alpha@sourceware.org References: <20220412172913.3335901-1-carlos@redhat.com> From: Adhemerval Zanella In-Reply-To: <20220412172913.3335901-1-carlos@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-13.6 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: Tue, 12 Apr 2022 21:50:18 -0000 On 12/04/2022 14:29, Carlos O'Donell wrote: > In commit 063f9ba220f434c7f30dd65c4cff17c0c458a7cf the NEWS section > was accidentally added to the glibc 2.34 NEWS section. The NEWS entry > should have been added to glibc 2.35 which contained the committed > fix. This moves the NEWS entry to correct section. Oops, thanks. > --- > NEWS | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/NEWS b/NEWS > index 626eeabf5d..4b6d9de2b5 100644 > --- a/NEWS > +++ b/NEWS > @@ -165,6 +165,9 @@ Major new features: > fortification balanced against additional runtime cost (checking non-constant > bounds). > > +* The audit libraries will avoid unnecessary slowdown if it is not required > + PLT tracking (by not implementing the la_pltenter or la_pltexit callbacks). > + > Deprecated and removed features, and other changes affecting compatibility: > > * On x86-64, the LD_PREFER_MAP_32BIT_EXEC environment variable support > @@ -464,9 +467,6 @@ Major new features: > execute programs that do not have any dynamic dependency (that is, > they are statically linked). This feature is Linux-specific. > > -* The audit libraries will avoid unnecessary slowdown if it is not required > - PLT tracking (by not implementing the la_pltenter or la_pltexit callbacks). > - > Deprecated and removed features, and other changes affecting compatibility: > > * The function pthread_mutex_consistent_np has been deprecated; programs