From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42f.google.com (mail-wr1-x42f.google.com [IPv6:2a00:1450:4864:20::42f]) by sourceware.org (Postfix) with ESMTPS id C54E13858D1E for ; Sun, 6 Mar 2022 10:48:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C54E13858D1E Received: by mail-wr1-x42f.google.com with SMTP id k24so9584940wrd.7 for ; Sun, 06 Mar 2022 02:48:16 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=EPQQY7rMJEAmWrjm8ms/8BqDR97/wQ+PBuBymz00LtY=; b=KM3U6+gnGLZkULNEY5nP0IbJCiBxG0bHnx2xmlB5sd4VmHIeYCSO9T659q4D5D+bni ZDXDPjoegoNrR5E5jiG8Fbz8NWbRJ3bRjKitivFU89KAbDK4lOllSOzGYy9vw3EVAgJG sZdgSgN+y3mNqiUu7dbvi/nzbj4+uEMWPcuR3yuTtMrIBWTlByTG8p+Mv2NJisYZrTxN PO3Zvql6Q4j//umxDQKHXfJ8RP5ed9Z6ynNhuTpRemQBP9ZZLO4f+iIv7Am0vVhG6GeA qoQjsnr/E2w+poh3fOnVYuZ72rSVr7p5LaRgxh34wyOCcP4jTZ2tsory67OfcHhj3lfi VDlg== X-Gm-Message-State: AOAM533p4/yEYIzB+CgajODlGobDdZSL+fXZQ9+M67crRiYF5TcUoABy 2CbIYPbypGCZGu+eK2sPwaS+2aPWE/Dc X-Google-Smtp-Source: ABdhPJyFOxyL9Hdo7zpCMArQIC8A9EG3BXC2oG9O4rcOv/fF/wiO9iWDWXZFphiMqETITWkzi1R8qg== X-Received: by 2002:adf:8061:0:b0:1ea:9bf6:d54f with SMTP id 88-20020adf8061000000b001ea9bf6d54fmr4562432wrk.650.1646563695892; Sun, 06 Mar 2022 02:48:15 -0800 (PST) Received: from takamaka.home (lfbn-reu-1-503-119.w92-130.abo.wanadoo.fr. [92.130.90.119]) by smtp.gmail.com with ESMTPSA id g20-20020a05600c4ed400b003811fab7f3esm11287328wmq.30.2022.03.06.02.48.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 06 Mar 2022 02:48:15 -0800 (PST) Received: by takamaka.home (Postfix, from userid 1000) id 91B00A4A87; Sun, 6 Mar 2022 14:48:12 +0400 (+04) Date: Sun, 6 Mar 2022 14:48:12 +0400 From: Joel Brobecker To: Christophe Lyon Cc: Joel Brobecker , Maxim Kuvyrkov via Gdb-patches , torbjorn.svensson@st.com, Yvan Roux , Luis Machado Subject: Re: [PATCH v3 0/5] arm: Add support for multiple stacks on Cortex-M Message-ID: References: <20220204084151.14480-1-christophe.lyon@gmail.com> <45235B67-731E-4EE7-81E1-62A720E963A4@linaro.org> 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, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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, 06 Mar 2022 10:48:18 -0000 > > > Will you be able to review this patch series from Christophe? > > I see that the v3 series was posted on Feb 4th, while on Feb 6th > > I reviewed v2 :-(. This is really unfortunate that we don't have > > a better system for tracking whether a version of a series is > > trully the latest version. > > No problem, there's not much difference between v2 and v3, > so your comments still apply. I should have answered earlier. > > > > > Can you take a look at the comments and question I asked in v2, > > and publish a v4 which takes those into account? Please Cc: me > > on the submission of the patches, this will help me remember > > to prioritize those patches. > > > Sure! > > Luis and I changed jobs at the same time, so there's a bit > of lag :-) No problem! Just for the avoidance of doubt and you don't end up waiting on me, my understanding is that the next step is for you to produce a v4 with some of my comments addressed, and to post answers/questions for my comments. Is that right? -- Joel