From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66486 invoked by alias); 13 Jul 2015 23:01: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 66477 invoked by uid 89); 13 Jul 2015 23:01:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.7 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 23:01:25 +0000 Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 23F71684761E0; Tue, 14 Jul 2015 00:01:18 +0100 (IST) Received: from hhmail02.hh.imgtec.org (10.100.10.20) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Tue, 14 Jul 2015 00:01:22 +0100 Received: from BAMAIL02.ba.imgtec.org (10.20.40.28) by hhmail02.hh.imgtec.org (10.100.10.20) with Microsoft SMTP Server (TLS) id 14.3.235.1; Tue, 14 Jul 2015 00:01: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 16:01:19 -0700 Message-ID: <55A4433F.2050704@imgtec.com> Date: Mon, 13 Jul 2015 23:01: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: "" , "" , "Maciej W. Rozycki" Subject: Re: MIPS GDB Buildbot slave running Debian Jessie References: <55A42E63.9000004@imgtec.com> In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-SW-Source: 2015-07/txt/msg00022.txt.bz2 On 07/13/2015 02:55 PM, pinskia@gmail.com wrote: >> On Jul 14, 2015, at 5:32 AM, Brendan Kirby wrote: >> >> 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? > There is no I cache coherency issues I know with respect of the octeon inside the edge router pro. Maybe it is just kernel version issue. I would run 4.1 on it as that should have most if not all octeon support in it. I'm actually running the 4.1.1 kernel from kernel.org on this board. I can send the results from a big and little endian run if that will help. Also, I can try it on 4.1.2 which I think just came out last week. Brendan