From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42c.google.com (mail-pf1-x42c.google.com [IPv6:2607:f8b0:4864:20::42c]) by sourceware.org (Postfix) with ESMTPS id 8528B3858D37 for ; Mon, 10 Oct 2022 16:48:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 8528B3858D37 Received: by mail-pf1-x42c.google.com with SMTP id g28so11227881pfk.8 for ; Mon, 10 Oct 2022 09:48:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to: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=+9pZJQdkX+Wqk0VOQQQqDkINoMLJUY1g2Y/nbPeWves=; b=FfFDZrImxxwqUDhEny++e3XhpdDeNAoKAHw2+decyVbKe1LryenIb0iHkp+nvfw/sm cJr8I1eh3N+ii1bSOQPHDD4voEojw41i7COqBCOD/fRjz2hPOwIqyg/fY5hNpgTiQyEa qashiHOvRUbFCkIDvZq367jb2VkA1vPaN0gdxPUdehvdCVQ2TqUxGflhdgYtuUMWw8NO GfGmnPMBSUKh7PWXJedEAFTDOzzgmplT8k45QXhx5u81dN6t4Oxy7uzK0Glwpc96Qdnp mUvWdGQ1wCZ4QRbf3IWeNUkKRC60ftd+QDvD6lpJwutiT5Udn8yMonjTVjSUYCanhn4c Zmvw== X-Gm-Message-State: ACrzQf0dm3kCZ2RT61Y0o1DRZr2xarDO5GZesQ9ZBO1kYNkXCDChNjdq p1t7JM0EWq5CrgFxHQ7tqGAz X-Google-Smtp-Source: AMsMyM7aOxrwR1NUNmrJUxX1gcq/o2XfsoU+xKoqbQmrHbjgeZDwbrQS3ovkBLhS2HfF7UNZ7IJRCA== X-Received: by 2002:a05:6a00:13a3:b0:563:6d36:ba58 with SMTP id t35-20020a056a0013a300b005636d36ba58mr5039629pfg.43.1665420495677; Mon, 10 Oct 2022 09:48:15 -0700 (PDT) Received: from takamaka.gnat.com ([184.69.131.86]) by smtp.gmail.com with ESMTPSA id bn22-20020a056a02031600b00460ea630c1bsm3531296pgb.46.2022.10.10.09.48.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 10 Oct 2022 09:48:15 -0700 (PDT) Received: by takamaka.gnat.com (Postfix, from userid 1000) id 4044581490; Mon, 10 Oct 2022 09:48:14 -0700 (PDT) Date: Mon, 10 Oct 2022 09:48:14 -0700 From: Joel Brobecker To: Luis Machado Cc: Joel Brobecker , Yvan Roux , pedro@palves.net, tom@tromey.com, gdb-patches@sourceware.org Subject: Re: [PATCH v5] gdb/arm: Handle lazy FPU state preservation Message-ID: References: <20221005084829.265088-1-torbjorn.svensson@foss.st.com> <20221010072042.GA9779@gnbcxd0114.gnb.st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-4.3 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: Mon, 10 Oct 2022 16:48:19 -0000 > Speaking of which, I find the copyright verification to be a bit of a > nuisance. Every once in a while I need to verify a contributor's > copyright assignment, but I can't do it in an easy way. I usually ask > Mark W. to help me with it, which is something I could've done on my > own. Because having a copyright assignment on file is a condition for getting Write After Approval privileges, I only do the check when I notice that someone doesn't have an account (usually when the contributor says he cannot push the patch when I approve it). It's sufficiently rare that I haven't seen this as a big issue. I don't know if we can give access to the file to more people or not... -- Joel