[PATCH 3/5] score: Return prev state in thread state set/clear

2015-03-30 Thread Sebastian Huber
--- cpukit/score/include/rtems/score/threadimpl.h | 8 ++-- cpukit/score/src/threadclearstate.c | 4 +++- cpukit/score/src/threadsetstate.c | 4 +++- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/cpukit/score/include/rtems/score/threadimpl.h b/cpukit/sc

[PATCH 1/5] score: Simplify _Thread_Clear_state()

2015-03-30 Thread Sebastian Huber
--- cpukit/score/src/threadclearstate.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/cpukit/score/src/threadclearstate.c b/cpukit/score/src/threadclearstate.c index c60fb8f..3a79f35 100644 --- a/cpukit/score/src/threadclearstate.c +++ b/cpukit/score/src/thre

[PATCH 4/5] rtems: Atomically suspend/resume tasks

2015-03-30 Thread Sebastian Huber
--- cpukit/rtems/src/taskresume.c | 11 +-- cpukit/rtems/src/tasksuspend.c| 11 +-- cpukit/score/include/rtems/score/threadimpl.h | 15 --- testsuites/tmtests/tm26/task1.c | 2 +- 4 files changed, 11 insertions(+), 28 delet

[PATCH 2/5] score: Simplify _Thread_Set_state()

2015-03-30 Thread Sebastian Huber
--- cpukit/score/src/threadsetstate.c | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/cpukit/score/src/threadsetstate.c b/cpukit/score/src/threadsetstate.c index 02ee70e..8114d70 100644 --- a/cpukit/score/src/threadsetstate.c +++ b/cpukit/score/src/threadsetstate

[PATCH 5/5] score: Use _Thread_Clear_state() for _Thread_Ready

2015-03-30 Thread Sebastian Huber
--- cpukit/score/Makefile.am | 2 +- cpukit/score/include/rtems/score/statesimpl.h | 3 +++ cpukit/score/include/rtems/score/threadimpl.h | 31 -- cpukit/score/src/threadready.c| 38 --- 4 files changed, 21 insertio

test results on simsh4

2015-03-30 Thread Joel Sherrill
Hi simsh4 (simulator in gdb) with absolutely zero analysis. Passed: 441 Failed:18 Timeouts: 12 Invalid:0 - Total:471 Failures: mrfs_fspatheval.exe mdosfs_fstime.exe stringto01.exe complex.exe sprbtree01.exe fsfseeko01.exe mrfs_fspermission.exe sp2038.exe psx0

Re: sis test results

2015-03-30 Thread Chris Johns
On 31/03/2015 1:11 am, Joel Sherrill wrote: > > What are the FPU instructions being generated for this test and why? > When we have gotten implicitly generated instructions we have turned > on FP for all tasks. The dl02 test calls a loaded module with float arguments and the code in the loaded mo

Re: [rsb error report] sb: Provide an unverified SSL context to the URL.

2015-03-30 Thread QIAO YANG
It works now. On Mar 30, 2015, at 11:33 AM, Chris Johns wrote: On 30/03/2015 11:24 am, QIAO YANG wrote: On Mar 30, 2015, at 08:01 AM, Chris Johns wrote: On 30/03/2015 9:13 am, QIAO YANG wrote: Hello, I've just failed to build the rsb and found an error introduced by the latest commit:

Re: realview_pbx_a9_qemu test results

2015-03-30 Thread Sebastian Huber
- Joel Sherrill schrieb: > Hi > > Test results for the arm/realview: > > sp69 runs by hand OK. Not sure why it reported failure. sp69 is a very brittle test. I depends on small timing margins and this is a problem on Qemu. > > Passed: 510 > Failed: 2 > Timeouts: 9 > Invalid:

Re: [rtems-source-builder commit] Bump newlib git head

2015-03-30 Thread Joel Sherrill
On 3/23/2015 4:38 PM, Chris Johns wrote: > On 24/03/2015 4:55 am, Joel Sherrill wrote: >> >> On March 23, 2015 12:01:55 PM CDT, Gedare Bloom wrote: >>> Joel, >>> >>> I think the snapshot should contain this patch now. We should switch >>> over to it, and start testing for release. >> Ageed. AFAI

Re: sis test results

2015-03-30 Thread Joel Sherrill
On 3/30/2015 8:19 AM, Jiri Gaisler wrote: > > On 30/03/15 13:29, Chris Johns wrote: >> On 30/03/2015 4:01 am, Joel Sherrill wrote: >>> Hi >>> >>> These are the sis results using the latest patched GDB/SIS. >>> >>> Passed: 513 >>> Failed: 2 >>> Timeouts: 6 >>> Invalid:0 >>> ---

Re: sis test results

2015-03-30 Thread Jiri Gaisler
On 30/03/15 13:29, Chris Johns wrote: > On 30/03/2015 4:01 am, Joel Sherrill wrote: >> Hi >> >> These are the sis results using the latest patched GDB/SIS. >> >> Passed: 513 >> Failed: 2 >> Timeouts: 6 >> Invalid:0 >> - >> Total:521 >> >> Failures: >> heapwalk.exe >>

Re: sis test results

2015-03-30 Thread Chris Johns
On 30/03/2015 4:01 am, Joel Sherrill wrote: > Hi > > These are the sis results using the latest patched GDB/SIS. > > Passed: 513 > Failed: 2 > Timeouts: 6 > Invalid:0 > - > Total:521 > > Failures: > heapwalk.exe > dl02.exe This is due to the test having FPU instruc

[PATCH v2] libmisc/shell: Add the rtrace command for buffered tracing support.

2015-03-30 Thread Chris Johns
The rtrace command interfaces to the RTEMS Trace Linker's trace buffering data allowing users to capture and report trace data. --- cpukit/Makefile.am | 5 + cpukit/libmisc/Makefile.am | 5 +- cpukit/libmisc/capture/rtems-trace-buffer-vars.c