From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x235.google.com (mail-oi1-x235.google.com [IPv6:2607:f8b0:4864:20::235]) by sourceware.org (Postfix) with ESMTPS id 76F063858D3C for ; Wed, 13 Sep 2023 03:28:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 76F063858D3C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=linaro.org Received: by mail-oi1-x235.google.com with SMTP id 5614622812f47-3ab7fb1172cso2252592b6e.3 for ; Tue, 12 Sep 2023 20:28:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; t=1694575695; x=1695180495; darn=sourceware.org; h=mime-version:message-id:date:in-reply-to:subject:cc:to:from :user-agent:references:from:to:cc:subject:date:message-id:reply-to; bh=/r+Y6CW3uXyvhSj87No/rWt/c76WnVDQoSiByLBn9uo=; b=lJeUy5/2OzQ9PQgek6UURhSQbOhkSfal8AUJ+P6ptspJQAgaioWoKIA/HBqdWBKV3N GbgocziIlczlqGpNELADvUNn5LksEL0RVtCFR04LKjYVaoBnkCC2DavFpWrKZA2GSqRH t7wp7APQ61v+PIPoz2d/LGjnQuxb7IG5qjt6Jy64vtA8oGS+DlrrIjSPz4yqoXmehZ9x LIig7dU23DKKGm+wSsAPl9kzkk3KCNfx/WkcWlaZAn/cy2jwWx4DCoh4Vjn7lJiz3DiE h2BXDj45kTXtUNz8XGa/jZESGKE1U7NR2Ube0VfF+TxdhqxT4EWnLJ1mHcZ+jrSN4kJL nxrQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1694575695; x=1695180495; h=mime-version:message-id:date:in-reply-to:subject:cc:to:from :user-agent:references:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=/r+Y6CW3uXyvhSj87No/rWt/c76WnVDQoSiByLBn9uo=; b=SnNUSwXwSblkoPfmgMuVGAaL+T/nfxmtalKoRerRT8ufKq1hkjgPVomVAMn7NzSCtA t+60qkcAmoY4wtQk6QltFJ8T2Megzuef4GaN/T2HjZxKyeldYmqHocMENHI4MxxZXCHA 7BCTh1r0kAxl0zfaeno067jamDpWZLxwSt6B5HDbXrK7Tv1Wa13J/+otXCvylL628Chg S/BH2Kl7SDUkmZSxsIeG1WT7kkn28g7+IknpPrbHTc9ZgHWbEgc5+HHjRWZWGJrbSQhd uFoWKikfVLwvAL7yZQKZPdOoLnddKnAxSxbySXZJoqPAoSVn9mD6xX6GSN3tAaRa+fLB ZvBA== X-Gm-Message-State: AOJu0YxOIRqE/2RLquAziCBWBTHFSw7QhyItJZhpvyFYWoT3vVm3tV63 ZjduoIKnhMj+MyFLp+P3VXoeYrD4ODEKyZEC4Sg= X-Google-Smtp-Source: AGHT+IFNT+DrLbPYzufZOezk1fBwOVAFKXqSlhrtJH7mih+ajF6qI/fN9p1ZN0zf10O2FVDcr9OIig== X-Received: by 2002:a05:6808:1917:b0:3a7:6acd:c7c with SMTP id bf23-20020a056808191700b003a76acd0c7cmr1684324oib.18.1694575694855; Tue, 12 Sep 2023 20:28:14 -0700 (PDT) Received: from localhost ([2804:14d:7e39:8470:6719:975f:f380:ebb5]) by smtp.gmail.com with ESMTPSA id w26-20020a9d639a000000b006b884bbb4f3sm4692474otk.26.2023.09.12.20.28.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 Sep 2023 20:28:14 -0700 (PDT) References: <20230907152049.1031425-1-luis.machado@arm.com> User-agent: mu4e 1.10.5; emacs 28.2 From: Thiago Jung Bauermann To: Luis Machado Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v3 0/6] SME2 support for AArch64 gdb/gdbserver on Linux In-reply-to: <20230907152049.1031425-1-luis.machado@arm.com> Date: Wed, 13 Sep 2023 00:28:11 -0300 Message-ID: <8734ziycok.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-4.2 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 autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hello Luis, Luis Machado writes: > The following series enables SME 2 (Scalable Matrix Extension 2) support for > AArch64 gdb and gdbserver. > > SME2 expands on SME by adding a predicate register of 512 bits named ZT0. > > At a high level, this series does the following: > > - Adds support for the ZT0 register and adds a new target description feature > for it. > - Core file support (depends on binutils patches). > - Signal frame context support. > - Native Linux handling of the new NT_ARM_ZT register set. > > This series depends on the SME series, and should be applied on top of that > one. > > Luis Machado (6): > [gdb/aarch64] sme2: Enable SME2 for AArch64 gdb on Linux > [gdbserver/aarch64] sme2: Enable SME2 support in gdbserver > [gdb/aarch64] sme2: signal frame support > [gdb/aarch64] sme2: Core file support for ZT register set > [gdb/testsuite] sme2: Extend SME tests to include SME2 > [gdb/docs] sme2: Document SME2 registers and features I have gone through the patch series and haven't found any issues. Thank you for addressing my comments. Reviewed-by: Thiago Jung Bauermann -- Thiago