public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* MIPS GDB Buildbot slave running Debian Jessie
@ 2015-07-13 21:32 Brendan Kirby
  2015-07-13 21:55 ` pinskia
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Brendan Kirby @ 2015-07-13 21:32 UTC (permalink / raw)
  To: gdb; +Cc: sergiodj

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: MIPS GDB Buildbot slave running Debian Jessie
  2015-07-13 21:32 MIPS GDB Buildbot slave running Debian Jessie Brendan Kirby
@ 2015-07-13 21:55 ` pinskia
  2015-07-13 23:01   ` Brendan Kirby
  2015-07-13 23:13 ` Sergio Durigan Junior
  2015-07-14 17:37 ` Sergio Durigan Junior
  2 siblings, 1 reply; 5+ messages in thread
From: pinskia @ 2015-07-13 21:55 UTC (permalink / raw)
  To: Brendan Kirby; +Cc: <gdb@sourceware.org>, <sergiodj@redhat.com>





> On Jul 14, 2015, at 5:32 AM, Brendan Kirby <brendan.kirby@imgtec.com> 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. 

Thanks,
Andrew


> 
> Thanks,
> 
> Brendan Kirby
> 
> Imagination Technologies
> 
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: MIPS GDB Buildbot slave running Debian Jessie
  2015-07-13 21:55 ` pinskia
@ 2015-07-13 23:01   ` Brendan Kirby
  0 siblings, 0 replies; 5+ messages in thread
From: Brendan Kirby @ 2015-07-13 23:01 UTC (permalink / raw)
  To: pinskia
  Cc: <gdb@sourceware.org>, <sergiodj@redhat.com>,
	Maciej W. Rozycki

On 07/13/2015 02:55 PM, pinskia@gmail.com wrote:
>> On Jul 14, 2015, at 5:32 AM, Brendan Kirby <brendan.kirby@imgtec.com> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: MIPS GDB Buildbot slave running Debian Jessie
  2015-07-13 21:32 MIPS GDB Buildbot slave running Debian Jessie Brendan Kirby
  2015-07-13 21:55 ` pinskia
@ 2015-07-13 23:13 ` Sergio Durigan Junior
  2015-07-14 17:37 ` Sergio Durigan Junior
  2 siblings, 0 replies; 5+ messages in thread
From: Sergio Durigan Junior @ 2015-07-13 23:13 UTC (permalink / raw)
  To: Brendan Kirby; +Cc: gdb

On Monday, July 13 2015, 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?

Hi Brendan,

Yes, your MIPS buildslave would be very welcome to our BuildBot!  In
order to simplify things, you can send me an e-mail offlist with the
following information:

- name of the buildslave;

- how many jobs it can handle when compiling/testing (i.e., what is the
  value of N in "make -j<N>")

- what types of builders do you want to assign to it (I suppose it will
  just build the plain GDB, i.e., no
  native-gdbserver/native-extended-gdbserver)

- the admin's e-mail address (BuildBot will send an e-mail to this
  address if the slave gets disconnected)

Also, don't forget to edit the "config/{info,host}" files (under your
buildslave directory) and put useful information there (take a look at
the "Slave information" section on any buildslave page to see examples).

After I have everything, I will generate a password for the slave and
send it to you, and you will be able to connect it to our BuildBot.

Thanks for the offer!

-- 
Sergio
GPG key ID: 237A 54B1 0287 28BF 00EF  31F4 D0EB 7628 65FC 5E36
Please send encrypted e-mail if possible
http://sergiodj.net/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: MIPS GDB Buildbot slave running Debian Jessie
  2015-07-13 21:32 MIPS GDB Buildbot slave running Debian Jessie Brendan Kirby
  2015-07-13 21:55 ` pinskia
  2015-07-13 23:13 ` Sergio Durigan Junior
@ 2015-07-14 17:37 ` Sergio Durigan Junior
  2 siblings, 0 replies; 5+ messages in thread
From: Sergio Durigan Junior @ 2015-07-14 17:37 UTC (permalink / raw)
  To: Brendan Kirby; +Cc: gdb

On Monday, July 13 2015, 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?

FWIW, the MIPS buildslave is now running in our BuildBot.  Thanks to
Brendan for the offer!

-- 
Sergio
GPG key ID: 237A 54B1 0287 28BF 00EF  31F4 D0EB 7628 65FC 5E36
Please send encrypted e-mail if possible
http://sergiodj.net/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-07-14 17:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-13 21:32 MIPS GDB Buildbot slave running Debian Jessie Brendan Kirby
2015-07-13 21:55 ` pinskia
2015-07-13 23:01   ` Brendan Kirby
2015-07-13 23:13 ` Sergio Durigan Junior
2015-07-14 17:37 ` Sergio Durigan Junior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).