From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx07-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) by sourceware.org (Postfix) with ESMTPS id A1DD53858C00 for ; Mon, 10 Oct 2022 07:40:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A1DD53858C00 Received: from pps.filterd (m0046661.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 29A6ACk1017907; Mon, 10 Oct 2022 09:40:33 +0200 Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3k31gpj10c-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 10 Oct 2022 09:40:33 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id ED98C100039; Mon, 10 Oct 2022 09:40:28 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node3.st.com [10.75.129.71]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id DE13D2138D9; Mon, 10 Oct 2022 09:40:28 +0200 (CEST) Received: from [10.252.21.234] (10.75.127.51) by SHFDAG1NODE3.st.com (10.75.129.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.2375.31; Mon, 10 Oct 2022 09:40:28 +0200 Message-ID: <225620a3-5eb4-eeef-e0b7-86f18817216e@foss.st.com> Date: Mon, 10 Oct 2022 09:40:27 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.3.2 Subject: Re: GDB 13 release -- 2022-10-01 update To: Joel Brobecker CC: References: Content-Language: en-US From: Torbjorn SVENSSON In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.75.127.51] X-ClientProxiedBy: SFHDAG2NODE3.st.com (10.75.127.6) To SHFDAG1NODE3.st.com (10.75.129.71) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.895,Hydra:6.0.528,FMLib:17.11.122.1 definitions=2022-10-07_04,2022-10-07_01,2022-06-22_01 X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, 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 07:40:48 -0000 Hi Joel, On 2022-10-10 01:55, Joel Brobecker wrote: > Hello Torbjorn, > >> I would like to land 2 patches for Cortex-M before the release. >> >> * https://sourceware.org/bugzilla/show_bug.cgi?id=28549 > > Can you provide more information about this one? > > - What's the motivation behind suggesting this PR? This will be > important for us to know should resolution of this PR be delayed. The motivation is simply that with the last improvements on the stack unwind on Cortex-M, the stack unwind can take a considerable amount of time (endless?) if the CPU is in lockup state. > - Have the latest version of the patches been submitted for review? > If yes, can you provide URLs? In reading the PR, I am not really > sure how many patches we are talking about, and where those patches > migth be residing. I think Luis has the most up to date status here. Thomaz has created a single patch (https://sourceware.org/bugzilla/attachment.cgi?id=13853) that would handle the problematic case, but as there is no copyright on file for Tomaz, he needed to send one to FSF. A few weeks back, Thomaz did just that, but there has been no response from FSF. The patch is in a sort-of-working state. There are some minor things to be addressed, but before the patch can be shared on the ML, the copyright pat must be handled. > > Thank you. >