From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua1-x934.google.com (mail-ua1-x934.google.com [IPv6:2607:f8b0:4864:20::934]) by sourceware.org (Postfix) with ESMTPS id 182293858D37 for ; Wed, 17 Aug 2022 20:46:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 182293858D37 Received: by mail-ua1-x934.google.com with SMTP id t21so5616724uaq.3 for ; Wed, 17 Aug 2022 13:46:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:message-id:date:in-reply-to:subject:cc:to:from :user-agent:references:x-gm-message-state:from:to:cc; bh=wvJ4n7jqcC4S4kLyk7zwFMNDHKpj+mobJzqalVwlQ2I=; b=0fHUHCB/Z0c4Ct9RVtF38U+K2yy40Jk3FijY/mna8O4ezaerpdQQVzvDpWgJplYMPn ixtsRRw3JKjgDM1CswS2JN5hW+pranessEtW0WO5rkMWLE8jW+7VFCpNgFiLlJXyYLC7 +arW4DP/m/fuFC7yu0jV2gE8tNQKB//dDbgF21lzrTv8xRlU0RCqfzaj43iGh8s6XTiA pSpNfpaElm3vrZg9F73MZ06mjnK+tx1c8WS84kwZo7dN2tMB3vt1qRtd7MA8kp8n+G1E AMjEiSYEZZzKJFLVGz3Ehia/FNfb6d0wAcMy5aYhcxfe/75sawUC25EBO7A9SXxYDhoU WVow== X-Gm-Message-State: ACgBeo3j/iNgycw2fH7Qib3yzlvrDPhFj0fWUask8RcTgavBlOmDf5CY TP3uhW7AOGcNjga6RRnZ7wMwXDuj7LFPpg== X-Google-Smtp-Source: AA6agR56pgZz/MXs0wS4nqmidpFPRgvxG2biT3wbNTlrpL6DynMTSrd9AnerXPkPRxHPyIFHlD6OVw== X-Received: by 2002:ab0:166f:0:b0:38d:a40:f00c with SMTP id l44-20020ab0166f000000b0038d0a40f00cmr11230150uae.74.1660769177433; Wed, 17 Aug 2022 13:46:17 -0700 (PDT) Received: from localhost ([2804:14c:8780:89d8:3877:80ff:b1ed:409]) by smtp.gmail.com with ESMTPSA id n65-20020a1f5944000000b00378fe8518dcsm11079118vkb.51.2022.08.17.13.46.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Aug 2022 13:46:10 -0700 (PDT) References: <20220805004648.111358-1-thiago.bauermann@linaro.org> <20220805004648.111358-3-thiago.bauermann@linaro.org> <87o7wynyet.fsf@linaro.org> User-agent: mu4e 1.8.8; emacs 28.1 From: Thiago Jung Bauermann To: gdb-patches@sourceware.org Subject: Re: [PATCH v2 2/2] gdb/testsuite: Add test for AArch64 Scalable Vector Extension In-reply-to: <87o7wynyet.fsf@linaro.org> Date: Wed, 17 Aug 2022 20:46:08 +0000 Message-ID: <87mtc24mzz.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, 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: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2022 20:46:21 -0000 Hello, Thiago Jung Bauermann writes: > Luis Machado writes: > >> This looks good to me overall. I'd be more comfortable with someone >> else approving the generic bits (though they look quite obvious to >> me). > > Ok, hopefully others will agree. :-) Ping... Does any other maintainer have an opinion on the generic parts of this patch series? -- Thiago