From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24965 invoked by alias); 13 Jul 2015 21:32:26 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 24932 invoked by uid 89); 13 Jul 2015 21:32:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 13 Jul 2015 21:32:25 +0000 Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id E04DFE5F34B0A; Mon, 13 Jul 2015 22:32:17 +0100 (IST) Received: from BAMAIL02.ba.imgtec.org (10.20.40.28) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 13 Jul 2015 22:32:22 +0100 Received: from [10.20.3.68] (10.20.3.68) by bamail02.ba.imgtec.org (10.20.40.28) with Microsoft SMTP Server (TLS) id 14.3.174.1; Mon, 13 Jul 2015 14:32:19 -0700 Message-ID: <55A42E63.9000004@imgtec.com> Date: Mon, 13 Jul 2015 21:32:00 -0000 From: Brendan Kirby User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: CC: Subject: MIPS GDB Buildbot slave running Debian Jessie Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-SW-Source: 2015-07/txt/msg00020.txt.bz2 I'm interested in setting up a GDB Buildbot slave on a MIPS board. The board is an Edge Router Pro board running Debian Jessie. I've configured, built and run the GDB test suite on it based on the steps other builders are using in the GDB Buildbot master. Due to what looks like I-cache coherency issues in the kernel the board needs to be run with no SMP. Otherwise it builds and runs the test suite correctly. We're passing over 23,000 of the GDB tests, but we still have 400 to 500 test failures. Would it be possible to get this board added to the GDB Buildbot? If so, could you send me or point me at the config.json and the master.cfg files so that I can send a patch? Thanks, Brendan Kirby Imagination Technologies