From patchwork Fri Jul 8 11:46:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Weimer X-Patchwork-Id: 1654085 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=mLiEKmyJ; dkim-atps=neutral Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=sourceware.org (client-ip=8.43.85.97; helo=sourceware.org; envelope-from=libc-alpha-bounces+incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4LfWhd30yGz9sFx for ; Fri, 8 Jul 2022 21:46:41 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id C6190385041D for ; Fri, 8 Jul 2022 11:46:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C6190385041D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1657280796; bh=xxsvcerpk1xCaAJGZpvoPuvLj/5nNX9Wo7c+WNDxmF4=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=mLiEKmyJOCzmQB4YNtI2qlVx9Pd77zhWFK3TdCgEseNDUj/+6gFWPbfgPFwNAIZS7 OEX0gOluby3dZCiYtrSEVKm1FpBasaIIJVVpwKJ5FDkmvb0z51oMjzIFShIynFE9n8 OnAZXstJjkzEQl65/W+uR7MpQHswiK1t8P4vpox4= X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 90A0A385843E for ; Fri, 8 Jul 2022 11:46:22 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 90A0A385843E Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-588-lmthpET4PImVmUlNpXfpbg-1; Fri, 08 Jul 2022 07:46:20 -0400 X-MC-Unique: lmthpET4PImVmUlNpXfpbg-1 Received: from smtp.corp.redhat.com (int-mx10.intmail.prod.int.rdu2.redhat.com [10.11.54.10]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 87EE82999B46 for ; Fri, 8 Jul 2022 11:46:20 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.39.193.23]) by smtp.corp.redhat.com (Postfix) with ESMTPS id EB896492C3B for ; Fri, 8 Jul 2022 11:46:19 +0000 (UTC) To: libc-alpha@sourceware.org Subject: [PATCH] elf: Rename tst-audit26 to tst-audit28 Date: Fri, 08 Jul 2022 13:46:18 +0200 Message-ID: <87bktzq12t.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.85 on 10.11.54.10 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-11.3 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, KAM_NUMSUBJECT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) 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-Patchwork-Original-From: Florian Weimer via Libc-alpha From: Florian Weimer Reply-To: Florian Weimer Errors-To: libc-alpha-bounces+incoming=patchwork.ozlabs.org@sourceware.org Sender: "Libc-alpha" tst-audit26 and tst-audit27 are already used by aarch64. Tested on aarch64-linux-gnu, i686-linux-gnu, x86_64-linux-gnu. I think this change is sufficient because the next architecture-independent test will probably be called tst-audit29, so it is unlikely that the same name conflict will be introduced. Reviewed-by: Szabolcs Nagy --- elf/Makefile | 10 +++++----- elf/{tst-audit26.c => tst-audit28.c} | 0 elf/{tst-auditmod26.c => tst-auditmod28.c} | 0 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/elf/Makefile b/elf/Makefile index 2b646a91e0..fd77d0c7c8 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -394,7 +394,7 @@ tests += \ tst-audit24d \ tst-audit25a \ tst-audit25b \ - tst-audit26 \ + tst-audit28 \ tst-auditmany \ tst-auxobj \ tst-auxobj-dlopen \ @@ -816,7 +816,7 @@ modules-names += \ tst-auditmod24c \ tst-auditmod24d \ tst-auditmod25 \ - tst-auditmod26 \ + tst-auditmod28 \ tst-auxvalmod \ tst-big-note-lib \ tst-deep1mod1 \ @@ -2358,9 +2358,9 @@ $(objpfx)tst-audit25b: $(objpfx)tst-audit25mod1.so \ LDFLAGS-tst-audit25b = -Wl,-z,now tst-audit25b-ARGS = -- $(host-test-program-cmd) -$(objpfx)tst-audit26.out: $(objpfx)tst-auditmod26.so -$(objpfx)tst-auditmod26.so: $(libsupport) -tst-audit26-ENV = LD_AUDIT=$(objpfx)tst-auditmod26.so +$(objpfx)tst-audit28.out: $(objpfx)tst-auditmod28.so +$(objpfx)tst-auditmod28.so: $(libsupport) +tst-audit28-ENV = LD_AUDIT=$(objpfx)tst-auditmod28.so # tst-sonamemove links against an older implementation of the library. LDFLAGS-tst-sonamemove-linkmod1.so = \ diff --git a/elf/tst-audit26.c b/elf/tst-audit28.c similarity index 100% rename from elf/tst-audit26.c rename to elf/tst-audit28.c diff --git a/elf/tst-auditmod26.c b/elf/tst-auditmod28.c similarity index 100% rename from elf/tst-auditmod26.c rename to elf/tst-auditmod28.c