From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rock.gnat.com (rock.gnat.com [IPv6:2620:20:4000:0:a9e:1ff:fe9b:1d1]) by sourceware.org (Postfix) with ESMTP id 4FD653850426 for ; Fri, 7 Aug 2020 15:03:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4FD653850426 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=brobecker@adacore.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 2FA9A11708C; Fri, 7 Aug 2020 11:03:14 -0400 (EDT) X-Virus-Scanned: Debian amavisd-new at gnat.com Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id TWe-n8TRR+II; Fri, 7 Aug 2020 11:03:14 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 006F211708A; Fri, 7 Aug 2020 11:03:14 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 6253182C47; Fri, 7 Aug 2020 08:03:12 -0700 (PDT) Date: Fri, 7 Aug 2020 08:03:12 -0700 From: Joel Brobecker To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v2 00/12] Fix Ravenscar regressions Message-ID: <20200807150312.GA1740@adacore.com> References: <20200805190841.2506771-1-tromey@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200805190841.2506771-1-tromey@adacore.com> User-Agent: Mutt/1.9.4 (2018-02-28) X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Fri, 07 Aug 2020 15:03:15 -0000 Hi Tom, > Some changes in gdb caused regressions in AdaCore's internal Ravenscar > testing. This is understandable, because a Ravenscar environment is a > bit of a pain to set up, and so I don't think it's tested in ordinary > gdb testing. > > This series is v2 of some fixes to Ravenscar. A few more fixes have > been added since the last series, to cope with new regressions. I've > also dropped the "random thread switch" patch from the series. I hope > we can discuss that one again sometime, but meanwhile I'd rather get > these changes in. I can't approve the documentation bits, but the rest of the patch series looks good to me. Thank you! -- Joel