From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id AB4883858405; Fri, 10 Sep 2021 18:25:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AB4883858405 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: 0abe99d1e53ae1a956cd0751028e65a834e1a3c1 X-Git-Newrev: 0000000000000000000000000000000000000000 Message-Id: <20210910182508.AB4883858405@sourceware.org> Date: Fri, 10 Sep 2021 18:25:08 +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: Fri, 10 Sep 2021 18:25:08 -0000 The branch 'azanella/ld-audit-fixes' was deleted. It previously pointed to: 0abe99d1e5... elf: Add SVE support for aarch64 rtld-audit Diff: !!! WARNING: THE FOLLOWING COMMITS ARE NO LONGER ACCESSIBLE (LOST): ------------------------------------------------------------------- 0abe99d... elf: Add SVE support for aarch64 rtld-audit 3b64ad6... elf: Fix runtime linker auditing on aarch64 (BZ #26643) 01dd9bf... elf: Move LAV_CURRENT to link_lavcurrent.h 37fb6a6... elf: Add LA_SYMB_BINDNOW 94b19ad... elf: Issue la_symbind() for bind-now (BZ #23734) 89fcf67... elf: Add la_activity during application exit 8293a98... elf: Add main application on main_map l_name ec5bd97... elf: Issue audit la_objopen() for vDSO 2758c65... elf: Add _dl_audit_pltexit 36d7fbf... elf: Add _dl_audit_pltenter c7c5849... elf: Add _dl_audit_preinit 57c6762... elf: Add _dl_audit_symbind_alt and _dl_audit_symbind 9703989... elf: Add _dl_audit_objclose 9443297... elf: Add _dl_audit_objsearch a7f3f4c... elf: Add _dl_audit_activity_map and _dl_audit_activity_nsid a3503e5... elf: Add _dl_audit_objopen f572c91... elf: Fix initial-exec TLS access on audit modules (BZ #2809 b3753ca... elf: Suppress audit calls when a (new) namespace is empty ( 632bc46... elf: Do not fail for failed dlopem on audit modules (BZ #28 93cb39a... elf: Add audit tests for modules with TLSDESC 6e058b2... elf: Avoid unnecessary slowdown from profiling with audit (