From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1032.google.com (mail-pj1-x1032.google.com [IPv6:2607:f8b0:4864:20::1032]) by sourceware.org (Postfix) with ESMTPS id A14173858400 for ; Sun, 9 Oct 2022 23:45:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A14173858400 Received: by mail-pj1-x1032.google.com with SMTP id fw14so8549443pjb.3 for ; Sun, 09 Oct 2022 16:45:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-transfer-encoding:content-disposition :mime-version:references:message-id:subject:cc:to:from:date :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=bZOhx2ZkOimVSSH4uRvi7Nd0cWRg2tEFFCO1OrOmVyE=; b=rvSEICGp/9NhdVnrzEQnYghzLl0i049mEVVx2ObfI1yFVb6mG0fqTch29NtV9b7y8M 0JM+qdWWd4sDgIfpbfgWZl6RlIWmVIJZhkZ8/H71jGqEdviHZuR274iYKgVqpIDmUSQS 8jGHe4pgcJbS4NvGJFZOOohiLxG61peViXD1qQ6oGgDeYhzI6bhfFoSLz1S67WprEYAD pYmLXJfB4JU6syQ1TxgiD6oS+X6XtKaAkXONcYf1ykdMsGC2+zzqRo/qTITFkhJWrNrz CYdXIo8LgaClL+6TPTnaYvPMxmxYn/R7DzW99vXJ4ctrx8TdYsIdBxBrmjNQfBNKKWSn V9PA== X-Gm-Message-State: ACrzQf0m1y6A6OnjjPCYWlrEihcLbtRbwZXQ0e9oxysJVKto7IyTI24P DBwXJDTFtYZSfDxRKvcKF6AN X-Google-Smtp-Source: AMsMyM4pAlpbalDsX0iTJa4nhkUVrFf3+DYYQZEZ+Zz8c4syTV/SW6DWD/ECfPbc0LQcVgVWkt2nkA== X-Received: by 2002:a17:902:ec83:b0:17c:afb3:d1ec with SMTP id x3-20020a170902ec8300b0017cafb3d1ecmr15999641plg.172.1665359111563; Sun, 09 Oct 2022 16:45:11 -0700 (PDT) Received: from takamaka.gnat.com ([184.69.131.86]) by smtp.gmail.com with ESMTPSA id s17-20020a170902c65100b0017cbd70d4cbsm5191675pls.230.2022.10.09.16.45.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 09 Oct 2022 16:45:10 -0700 (PDT) Received: by takamaka.gnat.com (Postfix, from userid 1000) id E097781490; Sun, 9 Oct 2022 16:45:09 -0700 (PDT) Date: Sun, 9 Oct 2022 16:45:09 -0700 From: Joel Brobecker To: =?iso-8859-1?Q?Torbj=F6rn?= SVENSSON Cc: gdb-patches@sourceware.org, brobecker@adacore.com, tom@tromey.com, pedro@palves.net, Yvan ROUX Subject: Re: [PATCH v5] gdb/arm: Handle lazy FPU state preservation Message-ID: References: <20221005084829.265088-1-torbjorn.svensson@foss.st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Spam-Status: No, score=-4.4 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 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: Sun, 09 Oct 2022 23:45:14 -0000 Hi Torbjörn, Luis Machado said: > Thanks for the updated patch. [...] > This LGTM. For the avoidance of doubt, Luis is maintainer for arm and AArch64, so when he says it's good for him, it means the patch is approved for pushing ;-). I don't see you in the list of contributors who have "Write After Approval" privileges. Do all the authors of the patch have an FSF copyright assignment on file? I checked the record, but didn't find anything... Thank you, -- Joel