From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x334.google.com (mail-wm1-x334.google.com [IPv6:2a00:1450:4864:20::334]) by sourceware.org (Postfix) with ESMTPS id 5E29F3858C74 for ; Mon, 7 Mar 2022 11:45:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5E29F3858C74 Received: by mail-wm1-x334.google.com with SMTP id r187-20020a1c2bc4000000b003810e6b192aso9126357wmr.1 for ; Mon, 07 Mar 2022 03:45:09 -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=nEs7fOyYVelGs79Rc5aJ09xWc/MFYhF97qdwJ4SgyNY=; b=0MYojcARHDdbCX0N/Ha6ippdNRyn4jL5nHsmabOgxjY3rNSJ7Jb+MaBcD4kjgpyiNh I+bDZqPWc7I9anYXJWzXfgpZZegiJ8GqJILSA1oco1P67QEUmrI/nZDt+rlHKHWyvmXd Lr5W3htkjcOx/rknQq79Sl/a67O7rXr/LLmDijm/kOzZ2X7U+oXjVC64nBeG4tW1yekZ v8KqjKXwwEAMWLu2rFWokkcxA40KKPSwnouHsUaPRPr1QirZj/tGv+3bNp+DGQFyaBVe 2Lqv3ic5yEi47BsaesIttgXEFEm+qP1dGPnFOY7dTsokNOvVqePJx9GzPAH5bNlt4H8m 245g== X-Gm-Message-State: AOAM531OAh5nKu7r2aET0OAZA4vEkrwy1rahDB2D9eDBz8gzEVBZLgDe Ln5d0jC+Eu/qWHLV90TKRdQbP1zVpPfA X-Google-Smtp-Source: ABdhPJy0OTYHZzrrx/7Sw7B5xNymh3Fte/pQmDyRtzoMwPEqsyK+gPVIhaDsNCEDbqhZ4lsoh2cL2A== X-Received: by 2002:a05:600c:21d1:b0:381:4fed:159a with SMTP id x17-20020a05600c21d100b003814fed159amr8452197wmj.143.1646653508407; Mon, 07 Mar 2022 03:45:08 -0800 (PST) Received: from takamaka.home ([2a01:cb22:1d5:1100:ddc6:501f:2b2e:602f]) by smtp.gmail.com with ESMTPSA id y10-20020adfee0a000000b001f0639001ffsm17040702wrn.9.2022.03.07.03.45.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Mar 2022 03:45:07 -0800 (PST) Received: by takamaka.home (Postfix, from userid 1000) id 662C0A4A87; Mon, 7 Mar 2022 15:45:05 +0400 (+04) Date: Mon, 7 Mar 2022 15:45:05 +0400 From: Joel Brobecker To: Luis Machado Cc: Joel Brobecker , gdb-patches@sourceware.org Subject: Re: GDB 12 preparation -- 2022-03-06 update Message-ID: References: <17da0830-6d2d-c279-aa53-63014cae80ce@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17da0830-6d2d-c279-aa53-63014cae80ce@arm.com> X-Spam-Status: No, score=-3.9 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: Mon, 07 Mar 2022 11:45:10 -0000 > > We are making very good progress, it seems, on the two issues > > we have identified for GDB 12, so if things continue this way, > > we might be on track to create our first pre-release around > > the time we were targetting, which is March 20-25 (repeated > > at the end of every message, just for the record)! > > > > There has also been ... > > > > https://sourceware.org/bugzilla/show_bug.cgi?id=28616 > > > > ... where I wasn't sure why it was marked GDB 12, and have been > > trying to reach out to the person who created the PR. I've tried > > a different email which I think will work. Given that I'm not > > seeing progress on this PR either, I'm hoping this one isn't > > going to be deemed critical (it does seem to happen in unusual > > circumstances, but workarounds once hist are unclear at the moment). > > I think this would be nice to fix it for GDB 12 (it is potentially a small > fix), but not critical enough to stop a release. It's been there for a while > after all. > > Feel free to drop it from the blockers list. I opened this last year, > but I couldn't finish it due to outstanding circumstances, sorry. Understood, and no worries at all. I'm just gathering information is all ;-). I removed the target milestone for now, with the understanding that depending on the nature of the patch, there is always a chance of it either making it to master before the branch is cut, or else for it to be backported if appropriate. Thanks Luis! -- Joel