From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126182 invoked by alias); 1 Mar 2018 19:34:21 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 126172 invoked by uid 89); 1 Mar 2018 19:34:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: 9pmail.ess.barracuda.com Received: from 9pmail.ess.barracuda.com (HELO 9pmail.ess.barracuda.com) (64.235.154.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Mar 2018 19:34:19 +0000 Received: from MIPSMAIL01.mipstec.com (mailrelay.mips.com [12.201.5.28]) by mx1411.ess.rzc.cudaops.com (version=TLSv1.2 cipher=ECDHE-RSA-AES256-SHA384 bits=256 verify=NO); Thu, 01 Mar 2018 19:33:46 +0000 Received: from [10.20.78.157] (10.20.78.157) by mips01.mipstec.com (10.20.43.31) with Microsoft SMTP Server id 14.3.361.1; Thu, 1 Mar 2018 10:48:08 -0800 Date: Thu, 01 Mar 2018 19:34:00 -0000 From: "Maciej W. Rozycki" To: "Metzger, Markus T" CC: Sergio Durigan Junior , Yao Qi , "gdb-patches@sourceware.org" Subject: RE: [PATCH v2 5/7] btrace, gdbserver: remove the to_supports_btrace target method In-Reply-To: Message-ID: References: <1516976072-19282-1-git-send-email-markus.t.metzger@intel.com> <1516976072-19282-6-git-send-email-markus.t.metzger@intel.com> <86woyxgw7l.fsf@gmail.com> <87o9k9m651.fsf@redhat.com> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-BESS-ID: 1519932825-452059-2909-13444-5 X-BESS-VER: 2018.2.1-r1802232342 X-BESS-Apparent-Source-IP: 12.201.5.28 X-BESS-Outbound-Spam-Score: 0.00 X-BESS-Outbound-Spam-Report: Code version 3.2, rules version 3.2.2.190566 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------- 0.00 BSF_BESS_OUTBOUND META: BESS Outbound X-BESS-Outbound-Spam-Status: SCORE=0.00 using account:ESS59374 scores of KILL_LEVEL=7.0 tests=BSF_BESS_OUTBOUND X-BESS-BRTS-Status:1 X-SW-Source: 2018-03/txt/msg00036.txt.bz2 Hi Markus, > > What I can do is manually cancel all the build until Markus's commit. > > I've done that before for other builders, so it is possible. > > I pushed the fix. For the record, my test board has been restored to normal operation and I have now finished regression-testing with the `mips-mti-linux-gnu' remote target and its three ABIs, with no problems observed compared to results as at commit de6242d30757^. Thank you for getting the fix completed so quickly. Maciej