From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 11325385800C; Wed, 4 Aug 2021 17:32:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 11325385800C Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adhemerval Zanella To: glibc-cvs@sourceware.org Subject: [glibc] Deleted branch 'azanella/ld-audit-fixes' X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/azanella/ld-audit-fixes X-Git-Oldrev: 608a5c8bf0ad532b891d931521c42477d178c4c7 X-Git-Newrev: 0000000000000000000000000000000000000000 Message-Id: <20210804173205.11325385800C@sourceware.org> Date: Wed, 4 Aug 2021 17:32:05 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2021 17:32:05 -0000 The branch 'azanella/ld-audit-fixes' was deleted. It previously pointed to: 608a5c8bf0... elf: Fix runtime linker auditing on aarch64 (BZ #26643) Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- 608a5c8... elf: Fix runtime linker auditing on aarch64 (BZ #26643) ac1b335... elf: Move LAV_CURRENT to link_lavcurrent.h 1ce8ed4... elf: Add LA_SYMB_BINDNOW c3efe8e... elf: Issue la_symbind() for bind-now (BZ #23734) 459789d... elf: Add la_activity during application exit b3332e4... elf: Add main application on main_map l_name 40265c2... elf: Issue audit la_objopen() for vDSO fa161fb... elf: Add _dl_audit_pltexit b9d2000... elf: Add _dl_audit_pltenter 8c3a799... elf: Add _dl_audit_preinit dd10a1f... elf: Add _dl_audit_symbind_alt and _dl_audit_symbind 93f55ad... elf: Add _dl_audit_objclose 0230390... elf: Add _dl_audit_objsearch 4490426... elf: Add _dl_audit_activity_map and _dl_audit_activity_nsid 1d8988e... elf: Add _dl_audit_objopen 36c7609... elf: Fix initial-exec TLS access on audit modules (BZ #2809 c8d6994... elf: Suppress audit calls when a (new) namespace is empty ( 650806f... elf: Do not fail for failed dlopem on audit modules (BZ #28 86c23a8... elf: Add audit tests for modules with TLSDESC 2e687eb... elf: Avoid unnecessary slowdown from profiling with audit (