From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.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 (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id A3D691F5AE for ; Wed, 12 May 2021 16:58:30 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id E2E0D399C028; Wed, 12 May 2021 16:58:29 +0000 (GMT) Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id 62365399C027 for ; Wed, 12 May 2021 16:58:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 62365399C027 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: uEJ9CALnTrr1bUHFBr7ha1a7LylJh9voQ+m0T+fREztktrHstRSzzgRn8YPAx2G7UJjJQtWJ1J rbRYI7I2jpDC7tSeLvnVnVPeAaIORuv6/27tCiGhPIN9qDreF2U48rRAwod2IfBtnwfA9sixSy WzoH9v0pdXAiCGlm00BRDrqhiwDvyP9pIYfvbqUd8GB5EyyJ47icn6ja8kIu2VE5uRXg/gKjkh DDWGOqtuS0F+qTPgx6j7rhuHwXOMRDOJWrPNHkyhfrvvixUOukbmvISLJ9FKgAw7UhLuGQByM3 RUo= X-IronPort-AV: E=Sophos;i="5.82,293,1613462400"; d="scan'208";a="61129051" Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa2.mentor.iphmx.com with ESMTP; 12 May 2021 08:58:26 -0800 IronPort-SDR: o+auhp3gp6sXjgI//8SVeTUeDvI4FcmB+sMfF/IMezWPwJFHBP37OlFRw3Wku+YF3nQGE89/kD lVlMPUiqERWFiK1CFAvYVHRHERaKoHDayorVtojyahrlMAeLpW+azKZh6VRQj2J142uUM1SuXl HKxnguixzEF9pm4wHNcn1jr1mj0mVuCifdb+e72zDuShJ8epVKrCfuVnWg4c25zWpUHcUXVkP8 BzuyeYhLpZP6ZiehsbLacfpE1YkGD7RM5oFzaJWdP+o/O0s9HHf6B3+Yk9Af2jek0CAWRbmddQ DPA= Date: Wed, 12 May 2021 16:58:21 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Naohiro Tamura Subject: Re: [PATCH v2 5/6] scripts: Added Vector Length Set test helper script In-Reply-To: <20210512092922.901289-1-naohirot@fujitsu.com> Message-ID: References: <20210512092308.900998-1-naohirot@fujitsu.com> <20210512092922.901289-1-naohirot@fujitsu.com> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-06.mgc.mentorg.com (139.181.222.6) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) 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: , Cc: Naohiro Tamura , libc-alpha@sourceware.org Errors-To: libc-alpha-bounces@sourceware.org Sender: "Libc-alpha" On Wed, 12 May 2021, Naohiro Tamura wrote: > From: Naohiro Tamura > > This patch is a test helper script to change Vector Length for child > process. This script can be used as test-wrapper for 'make check'. This is specific to AArch64, so I think it would better go under sysdeps/unix/sysv/linux/aarch64/ rather than under scripts/. There is also the question of how to make this discoverable to people developing glibc. Maybe this script should be mentioned in install.texi (with INSTALL regenerated accordingly), with the documentation there clearly explaining that it's specific to AArch64 GNU/Linux. -- Joseph S. Myers joseph@codesourcery.com