[PATCH v1] record-filter-zlib.cc: Ignore value returned from inflateInit().

2021-10-05 Thread Ryan Long
CID 1503013: Unchecked return value from library in ZlibFilter(). Closes #4431 --- trace/record/record-filter-zlib.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trace/record/record-filter-zlib.cc b/trace/record/record-filter-zlib.cc index 62f1171..b97335b 100644 ---

Certificate validation issue when trying to build qemu

2021-10-04 Thread Ryan Long
Hi, I'm trying to build qemu, but I keep getting this error message. RTEMS Source Builder - Set Builder, 6 (3950b1e2d857) Build Set: devel/qemu Build Set: devel/autotools-internal.bset config: devel/autoconf-2.69-1.cfg package: autoconf-2.69-x86_64-freebsd13.0-1 download:

[PATCH rtems-tools v3 1/7] CoverageRanges.cc: Fix formatting

2021-09-27 Thread Ryan Long
--- tester/covoar/CoverageRanges.cc | 13 + tester/covoar/CoverageRanges.h | 13 +++-- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/tester/covoar/CoverageRanges.cc b/tester/covoar/CoverageRanges.cc index 159c556..cfd58df 100644 ---

[PATCH rtems-tools v3 0/7] Convert and reformat pt.3

2021-09-27 Thread Ryan Long
Hi, For this series of patches, I - Removed #define for size of the discardBuff - Fixed code preventing patchset from building Thanks, Ryan Ryan Long (7): CoverageRanges.cc: Fix formatting TraceReader: Convert to C++ TraceWriter: Convert to C++ TraceReaderLogQEMU.cc: Fix formatting

[PATCH rtems-tools v3 2/7] TraceReader: Convert to C++

2021-09-27 Thread Ryan Long
--- tester/covoar/ObjdumpProcessor.cc | 4 +- tester/covoar/ObjdumpProcessor.h| 2 +- tester/covoar/TargetBase.cc | 6 +- tester/covoar/TargetBase.h | 4 +- tester/covoar/TraceReaderBase.h | 4 +- tester/covoar/TraceReaderLogQEMU.cc | 128

[PATCH rtems-tools v3 4/7] TraceReaderLogQEMU.cc: Fix formatting

2021-09-27 Thread Ryan Long
--- tester/covoar/TraceReaderLogQEMU.cc | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/tester/covoar/TraceReaderLogQEMU.cc b/tester/covoar/TraceReaderLogQEMU.cc index d02b555..771f808 100644 --- a/tester/covoar/TraceReaderLogQEMU.cc +++

[PATCH rtems-tools v3 3/7] TraceWriter: Convert to C++

2021-09-27 Thread Ryan Long
--- tester/covoar/TraceWriterBase.h | 3 ++- tester/covoar/TraceWriterQEMU.cc | 38 +- tester/covoar/TraceWriterQEMU.h | 2 +- 3 files changed, 16 insertions(+), 27 deletions(-) diff --git a/tester/covoar/TraceWriterBase.h b/tester/covoar/TraceWriterBase.h

[PATCH rtems-tools v3 5/7] TraceWriterQEMU.cc: Fix formatting

2021-09-27 Thread Ryan Long
--- tester/covoar/TraceWriterQEMU.cc | 46 +++- 1 file changed, 26 insertions(+), 20 deletions(-) diff --git a/tester/covoar/TraceWriterQEMU.cc b/tester/covoar/TraceWriterQEMU.cc index 58c177a..0df9617 100644 --- a/tester/covoar/TraceWriterQEMU.cc +++

[PATCH rtems-tools v3 6/7] TraceReaderLogQEMU.h: Fix formatting

2021-09-27 Thread Ryan Long
--- tester/covoar/TraceReaderLogQEMU.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tester/covoar/TraceReaderLogQEMU.h b/tester/covoar/TraceReaderLogQEMU.h index 59b5d23..636df3a 100644 --- a/tester/covoar/TraceReaderLogQEMU.h +++ b/tester/covoar/TraceReaderLogQEMU.h @@ -22,7 +22,6 @@

[PATCH rtems-tools v3 7/7] TraceWriterQEMU.h: Fix formatting

2021-09-27 Thread Ryan Long
--- tester/covoar/TraceWriterQEMU.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tester/covoar/TraceWriterQEMU.h b/tester/covoar/TraceWriterQEMU.h index aa89860..7078837 100644 --- a/tester/covoar/TraceWriterQEMU.h +++ b/tester/covoar/TraceWriterQEMU.h @@ -44,9 +44,9

[PATCH rtems-tools v2 1/7] CoverageRanges.cc: Fix formatting

2021-09-23 Thread Ryan Long
--- tester/covoar/CoverageRanges.cc | 13 + tester/covoar/CoverageRanges.h | 13 +++-- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/tester/covoar/CoverageRanges.cc b/tester/covoar/CoverageRanges.cc index 159c556..cfd58df 100644 ---

[PATCH rtems-tools v2 2/7] TraceReader: Convert to C++

2021-09-23 Thread Ryan Long
--- tester/covoar/ObjdumpProcessor.cc | 4 +- tester/covoar/ObjdumpProcessor.h| 2 +- tester/covoar/TargetBase.cc | 6 +- tester/covoar/TargetBase.h | 4 +- tester/covoar/TraceReaderBase.h | 4 +- tester/covoar/TraceReaderLogQEMU.cc | 123

[PATCH rtems-tools v2 7/7] TraceWriterQEMU.h: Fix formatting

2021-09-23 Thread Ryan Long
--- tester/covoar/TraceWriterQEMU.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tester/covoar/TraceWriterQEMU.h b/tester/covoar/TraceWriterQEMU.h index aa89860..7078837 100644 --- a/tester/covoar/TraceWriterQEMU.h +++ b/tester/covoar/TraceWriterQEMU.h @@ -44,9 +44,9

[PATCH rtems-tools v2 3/7] TraceWriter: Convert to C++

2021-09-23 Thread Ryan Long
--- tester/covoar/TraceWriterBase.h | 3 ++- tester/covoar/TraceWriterQEMU.cc | 43 +--- tester/covoar/TraceWriterQEMU.h | 2 +- 3 files changed, 21 insertions(+), 27 deletions(-) diff --git a/tester/covoar/TraceWriterBase.h

[PATCH rtems-tools v2 0/7] Convert and reformat pt. 3

2021-09-23 Thread Ryan Long
Hi, For this series of patches, I - initialized an uninitialized array - added check for length of "line" parameter - simplified a conditional Thanks, Ryan Ryan Long (7): CoverageRanges.cc: Fix formatting TraceReader: Convert to C++ TraceWriter: Convert to C++ TraceReader

[PATCH rtems-tools v2 4/7] TraceReaderLogQEMU.cc: Fix formatting

2021-09-23 Thread Ryan Long
--- tester/covoar/TraceReaderLogQEMU.cc | 21 +++-- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/tester/covoar/TraceReaderLogQEMU.cc b/tester/covoar/TraceReaderLogQEMU.cc index 7f72168..b1c52a9 100644 --- a/tester/covoar/TraceReaderLogQEMU.cc +++

[PATCH rtems-tools v2 5/7] TraceWriterQEMU.cc: Fix formatting

2021-09-23 Thread Ryan Long
--- tester/covoar/TraceWriterQEMU.cc | 47 +--- 1 file changed, 29 insertions(+), 18 deletions(-) diff --git a/tester/covoar/TraceWriterQEMU.cc b/tester/covoar/TraceWriterQEMU.cc index d14260f..1f0e719 100644 --- a/tester/covoar/TraceWriterQEMU.cc +++

[PATCH rtems-tools v2 6/7] TraceReaderLogQEMU.h: Fix formatting

2021-09-23 Thread Ryan Long
--- tester/covoar/TraceReaderLogQEMU.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tester/covoar/TraceReaderLogQEMU.h b/tester/covoar/TraceReaderLogQEMU.h index 59b5d23..636df3a 100644 --- a/tester/covoar/TraceReaderLogQEMU.h +++ b/tester/covoar/TraceReaderLogQEMU.h @@ -22,7 +22,6 @@

[PATCH rtems-tools] rtems-bin2c.c: Check length of buffer to be copied

2021-09-27 Thread Ryan Long
CID 1063892: Copy into fixed size buffer in process(). Closes #4424 --- misc/bin2c/rtems-bin2c.c | 9 + 1 file changed, 9 insertions(+) diff --git a/misc/bin2c/rtems-bin2c.c b/misc/bin2c/rtems-bin2c.c index 8e32d25..1668063 100644 --- a/misc/bin2c/rtems-bin2c.c +++

RE: [PATCH rtems-tools v2 5/7] TraceWriterQEMU.cc: Fix formatting

2021-09-24 Thread Ryan Long
Actually, I must've switched branches before building. -Original Message- From: devel On Behalf Of Ryan Long Sent: Friday, September 24, 2021 8:22 AM To: Chris Johns ; devel@rtems.org Subject: RE: [PATCH rtems-tools v2 5/7] TraceWriterQEMU.cc: Fix formatting Yeah, it still built just

RE: [PATCH rtems-tools v2 5/7] TraceWriterQEMU.cc: Fix formatting

2021-09-24 Thread Ryan Long
Yeah, it still built just fine. I was getting some differences in the coverage reports that I was going to investigate. Sorry about that. . -Original Message- From: Chris Johns Sent: Thursday, September 23, 2021 9:21 PM To: Ryan Long ; devel@rtems.org Subject: Re: [PATCH rtems-tools v2

RE: [PATCH rtems-tools v2 2/7] TraceReader: Convert to C++

2021-09-24 Thread Ryan Long
Whoops. Not sure what happened there. I had it in earlier. I'll change it to sizeof() and resubmit. -Original Message- From: Chris Johns Sent: Thursday, September 23, 2021 9:24 PM To: Ryan Long ; devel@rtems.org Subject: Re: [PATCH rtems-tools v2 2/7] TraceReader: Convert to C++ On 24

[PATCH rtems-tools v1 3/7] TraceWriter: Convert to C++

2021-09-21 Thread Ryan Long
--- tester/covoar/TraceWriterBase.h | 3 ++- tester/covoar/TraceWriterQEMU.cc | 36 tester/covoar/TraceWriterQEMU.h | 2 +- 3 files changed, 15 insertions(+), 26 deletions(-) diff --git a/tester/covoar/TraceWriterBase.h b/tester/covoar/TraceWriterBase.h

[PATCH rtems-tools v1 4/7] TraceReaderLogQEMU.cc: Fix formatting

2021-09-21 Thread Ryan Long
--- tester/covoar/TraceReaderLogQEMU.cc | 25 + 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/tester/covoar/TraceReaderLogQEMU.cc b/tester/covoar/TraceReaderLogQEMU.cc index c303d08..91ed5c7 100644 --- a/tester/covoar/TraceReaderLogQEMU.cc +++

[PATCH rtems-tools v1 5/7] TraceWriterQEMU.cc: Fix formatting

2021-09-21 Thread Ryan Long
--- tester/covoar/TraceWriterQEMU.cc | 48 ++-- 1 file changed, 27 insertions(+), 21 deletions(-) diff --git a/tester/covoar/TraceWriterQEMU.cc b/tester/covoar/TraceWriterQEMU.cc index 577acab..6f88b3d 100644 --- a/tester/covoar/TraceWriterQEMU.cc +++

[PATCH rtems-tools v1 0/7] Convert and reformat pt. 3

2021-09-21 Thread Ryan Long
and make the formatting consistent. Thanks, Ryan Ryan Long (7): CoverageRanges.cc: Fix formatting TraceReader: Convert to C++ TraceWriter: Convert to C++ TraceReaderLogQEMU.cc: Fix formatting TraceWriterQEMU.cc: Fix formatting TraceReaderLogQEMU.h: Fix formatting TraceWriterQEMU.h

[PATCH rtems-tools v1 2/7] TraceReader: Convert to C++

2021-09-21 Thread Ryan Long
--- tester/covoar/ObjdumpProcessor.cc | 4 +- tester/covoar/ObjdumpProcessor.h| 2 +- tester/covoar/TargetBase.cc | 6 +- tester/covoar/TargetBase.h | 4 +- tester/covoar/TraceReaderBase.h | 4 +- tester/covoar/TraceReaderLogQEMU.cc | 113

[PATCH rtems-tools v1 1/7] CoverageRanges.cc: Fix formatting

2021-09-21 Thread Ryan Long
--- tester/covoar/CoverageRanges.cc | 13 + tester/covoar/CoverageRanges.h | 13 +++-- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/tester/covoar/CoverageRanges.cc b/tester/covoar/CoverageRanges.cc index 159c556..cfd58df 100644 ---

[PATCH rtems-tools v1 7/7] TraceWriterQEMU.h: Fix formatting

2021-09-21 Thread Ryan Long
--- tester/covoar/TraceWriterQEMU.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tester/covoar/TraceWriterQEMU.h b/tester/covoar/TraceWriterQEMU.h index aa89860..7078837 100644 --- a/tester/covoar/TraceWriterQEMU.h +++ b/tester/covoar/TraceWriterQEMU.h @@ -44,9 +44,9

[PATCH rtems-tools v1 6/7] TraceReaderLogQEMU.h: Fix formatting

2021-09-21 Thread Ryan Long
--- tester/covoar/TraceReaderLogQEMU.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tester/covoar/TraceReaderLogQEMU.h b/tester/covoar/TraceReaderLogQEMU.h index 59b5d23..636df3a 100644 --- a/tester/covoar/TraceReaderLogQEMU.h +++ b/tester/covoar/TraceReaderLogQEMU.h @@ -22,7 +22,6 @@

[PATCH v2] devel/dtc: Bump dtc hash to match rtems6

2021-12-06 Thread Ryan Long
Bumped dtc version to get rid of build failure for dtc. Closes #4562 --- bare/config/devel/dtc-1.6.1-1.cfg | 18 ++ bare/config/devel/dtc.bset| 2 +- rtems/config/5/rtems-moxie.bset | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644

[RTEMS 5 PATCH] devel/qemu4: Add patches so qemu4 can build

2021-12-03 Thread Ryan Long
These patches add patches that fix the build issues preventing qemu4 from building on Ubuntu. Closes #4561 --- bare/config/devel/glib-2.46.2-1.cfg | 2 ++ bare/config/devel/qemu4-git-1.cfg | 2 ++ 2 files changed, 4 insertions(+) diff --git a/bare/config/devel/glib-2.46.2-1.cfg

[PATCH rtems-docs] Update package list for Ubuntu

2021-12-17 Thread Ryan Long
Updated the latest version referenced of Ubuntu to 21.04, updated package list, and identified what packages need to still be installed afterwards to pass sb-check. Closes #4110 --- user/hosts/posix.rst | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

Re: [PATCH rtems-docs] Update package list for Ubuntu

2021-12-17 Thread Ryan Long
Ah, I thought they only put the .04 on the LTS releases. I'll change that and send in V2. On 12/17/2021 3:49 PM, Karel Gardas wrote: On 12/17/21 10:35 PM, Ryan Long wrote: diff --git a/user/hosts/posix.rst b/user/hosts/posix.rst index 818eb25..6fbf401 100644 --- a/user/hosts/posix.rst +++ b

[PATCH v2] ReportsBase: Change raw pointer to unique_ptr

2021-12-21 Thread Ryan Long
Replaced raw pointer used with ReportsBase-derived classes to make code cleaner and make it to where pointers do not have to be manually deleted. Closes #4376 --- tester/covoar/ReportsBase.cc | 77 +--- 1 file changed, 36 insertions(+), 41 deletions(-)

[PATCH rtems-docs v2] Update package list for Ubuntu

2021-12-20 Thread Ryan Long
Updated the latest version referenced of Ubuntu to 21.04, updated package list, and identified what packages need to still be installed afterwards to pass sb-check. Closes #4110 --- user/hosts/posix.rst | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

[PATCH rtems-tools v1] ReportsBase: Change raw pointer to unique_ptr

2021-12-20 Thread Ryan Long
Replaced raw pointer used with ReportsBase-derived classes to make code cleaner and make it to where pointers do not have to be manually deleted. Closes #4376 --- tester/covoar/ReportsBase.cc | 21 ++--- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git

Re: [PATCH rtems-tools v1] ReportsBase: Change raw pointer to unique_ptr

2021-12-20 Thread Ryan Long
On 12/20/2021 5:03 PM, Chris Johns wrote: On 21/12/21 7:24 am, Ryan Long wrote: Replaced raw pointer used with ReportsBase-derived classes to make code cleaner and make it to where pointers do not have to be manually deleted. Closes #4376 --- tester/covoar/ReportsBase.cc | 21

RE: [rtems-tools] tester: Update jobs configuration

2021-12-22 Thread Ryan Long
ping -Original Message- From: Ryan Long Sent: Wednesday, December 8, 2021 9:29 AM To: devel@rtems.org Subject: Re: [rtems-tools] tester: Update jobs configuration ping On 11/1/2021 5:31 PM, Ryan Long wrote: > ping > > -Original Message- > From: Ryan Long >

Re: [PATCH v1 0/3] Add pinning to priority SMP scheduler

2021-11-17 Thread Ryan Long
On 11/17/2021 10:01 AM, Sebastian Huber wrote: On 17/11/2021 16:33, Ryan Long wrote: For this patchset we - Added the ability to pin/unpin a thread using affinity to the priority    SMP scheduler. - Changed the state that was being checked in    _Scheduler_priority_affinity_SMP_Set_affinity

[PATCH v1 1/3] priorityaffinitysmp: Update block state check

2021-11-17 Thread Ryan Long
The thread's blocked status is recorded in the thread's scheduler state, not directly in the thread state. This prevents blocking from being nested which violates asserts and eventually causes a crash. --- cpukit/score/src/schedulerpriorityaffinitysmp.c | 8 1 file changed, 4

[PATCH v1 0/3] Add pinning to priority SMP scheduler

2021-11-17 Thread Ryan Long
the thread's blocked status is actually recorded. - Created the smpthreadpin02 test to test this new functionality. Thanks, Ryan Ryan Long (3): priorityaffinitysmp: Update block state check Add pinning to priority SMP scheduler smpthreadpin02: Adapt test from smpthreadpin01 cpukit/include/rtems

[PATCH v1 2/3] Add pinning to priority SMP scheduler

2021-11-17 Thread Ryan Long
--- cpukit/include/rtems/score/scheduler.h | 36 .../rtems/score/schedulerpriorityaffinitysmp.h | 4 +- cpukit/score/src/schedulerpinusingaffinity.c | 98 ++ spec/build/cpukit/objsmp.yml | 1 + 4 files changed, 137

[PATCH v1 3/3] smpthreadpin02: Adapt test from smpthreadpin01

2021-11-17 Thread Ryan Long
Split code at the end of the smpthreadpin01 test so that it could be reused for the smpthreadpin02 test. --- spec/build/testsuites/smptests/grp.yml | 2 + spec/build/testsuites/smptests/smpthreadpin01.yml | 2 +- spec/build/testsuites/smptests/smpthreadpin02.yml | 20 +

[PATCH] TraceConverter.cc: Add final catch for exceptions

2021-11-15 Thread Ryan Long
CID 1471639: Add catch for exception Closes #4501 --- tester/covoar/TraceConverter.cc | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/tester/covoar/TraceConverter.cc b/tester/covoar/TraceConverter.cc index 7770b11..4c62b06 100644 ---

Re: [rtems-tools] tester: Update jobs configuration

2021-11-15 Thread Ryan Long
ping On 11/1/2021 5:31 PM, Ryan Long wrote: ping -Original Message- From: Ryan Long Sent: Wednesday, October 20, 2021 3:06 PM To: devel@rtems.org Cc: Ryan Long Subject: [rtems-tools] tester: Update jobs configuration Allow for default_jobs and max_jobs to be specified in the BSP's

RE: [PATCH RSB v2] rtems-kernel: Implement kernel recipe using waf

2021-11-01 Thread Ryan Long
ping -Original Message- From: Ryan Long Sent: Wednesday, October 27, 2021 10:09 AM To: devel@rtems.org Cc: Ryan Long Subject: [PATCH RSB v2] rtems-kernel: Implement kernel recipe using waf Closes #4145 --- rtems/config/tools/rtems-kernel-6.cfg | 6 +- rtems/config/tools/rtems

RE: [rtems-tools] tester: Update jobs configuration

2021-11-01 Thread Ryan Long
ping -Original Message- From: Ryan Long Sent: Wednesday, October 20, 2021 3:06 PM To: devel@rtems.org Cc: Ryan Long Subject: [rtems-tools] tester: Update jobs configuration Allow for default_jobs and max_jobs to be specified in the BSP's configuration file. --- rtemstoolkit

RE: [PATCH RSB v2] rtems-kernel: Implement kernel recipe using waf

2021-11-02 Thread Ryan Long
-Original Message- From: Chris Johns Sent: Monday, November 1, 2021 8:48 PM To: Ryan Long ; devel@rtems.org Subject: Re: [PATCH RSB v2] rtems-kernel: Implement kernel recipe using waf On 28/10/21 2:09 am, Ryan Long wrote: > Closes #4145 > --- > rtems/config/tools/rtems-ker

[PATCH rtems-tools] TraceConverter.cc: Add catch for exception

2021-10-28 Thread Ryan Long
CID 1471639: Add catch for exception Closes #4501 --- tester/covoar/TraceConverter.cc | 22 ++ 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/tester/covoar/TraceConverter.cc b/tester/covoar/TraceConverter.cc index 4a24bd4..7770b11 100644 ---

RE: [PATCH RSB v2] rtems-kernel: Implement kernel recipe using waf

2021-11-03 Thread Ryan Long
-Original Message- From: Chris Johns Sent: Tuesday, November 2, 2021 5:14 PM To: Ryan Long ; devel@rtems.org Subject: Re: [PATCH RSB v2] rtems-kernel: Implement kernel recipe using waf On 3/11/21 4:13 am, Ryan Long wrote: > > -Original Message- > From: Chris John

[PATCH RSB v3] rtems-kernel: Implement kernel recipe using waf

2021-11-04 Thread Ryan Long
Closes #4145 --- rtems/config/tools/rtems-kernel-6.cfg | 6 +- rtems/config/tools/rtems-kernel-common.cfg | 125 +++ source-builder/sb/rtems-kernel-config-check | 147 3 files changed, 215 insertions(+), 63 deletions(-) create mode 100755

[PATCH RSB v2] rtems-kernel: Implement kernel recipe using waf

2021-10-27 Thread Ryan Long
Closes #4145 --- rtems/config/tools/rtems-kernel-6.cfg | 6 +- rtems/config/tools/rtems-kernel-common.cfg | 125 source-builder/rtems-kernel-config-check | 147 + source-builder/sb/options.py | 135

RSB Failure

2021-11-30 Thread Ryan Long
Hi, I'm trying to do a forced build of all of the tools and BSPs for RTEMS 5, but I'm getting this error. script: 86: source_dir_rtems_tools=${rtems_tools_source} source setup: rtems-tools-0a5d2057749066e7d184836e92c7ce5334fccc90-1: source rtems-tools -q -n ${rtems_tools_source} making dir:

Re: [rtems-tools] tester: Update jobs configuration

2021-12-08 Thread Ryan Long
ping On 11/1/2021 5:31 PM, Ryan Long wrote: ping -Original Message- From: Ryan Long Sent: Wednesday, October 20, 2021 3:06 PM To: devel@rtems.org Cc: Ryan Long Subject: [rtems-tools] tester: Update jobs configuration Allow for default_jobs and max_jobs to be specified in the BSP's

[PATCH v1 1/4] TargetFactory.cc: Convert to C++

2021-12-08 Thread Ryan Long
--- tester/covoar/TargetFactory.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tester/covoar/TargetFactory.cc b/tester/covoar/TargetFactory.cc index 57ba686..fa72f05 100644 --- a/tester/covoar/TargetFactory.cc +++ b/tester/covoar/TargetFactory.cc @@ -37,7 +37,7 @@

[PATCH rtems-tools v1 0/4] Convert to C++ patches

2021-12-08 Thread Ryan Long
Hi, For this series of patches, I - Changed char * parameters and variables to a string - Changed C functions to corresponding C++ functions - Switched C file handling out for C++ file handling Thanks, Ryan Ryan Long (4): TargetFactory.cc: Convert to C++ Target: Convert to C++ ConfigFile

[PATCH v1 2/4] Target: Convert to C++

2021-12-08 Thread Ryan Long
--- tester/covoar/TargetBase.cc | 35 ++- tester/covoar/TargetBase.h | 18 +- tester/covoar/Target_aarch64.cc | 18 ++ tester/covoar/Target_aarch64.h | 6 +++--- tester/covoar/Target_arm.cc | 16 +---

[PATCH v1 4/4] ObjdumpProcessor: Convert to C++

2021-12-08 Thread Ryan Long
--- tester/covoar/ObjdumpProcessor.cc | 27 +++ tester/covoar/ObjdumpProcessor.h | 6 +++--- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/tester/covoar/ObjdumpProcessor.cc b/tester/covoar/ObjdumpProcessor.cc index c910046..8c0e8dc 100644 ---

[PATCH v1 3/4] ConfigFile: Convert to C++

2021-12-08 Thread Ryan Long
--- tester/covoar/ConfigFile.cc | 79 + tester/covoar/ConfigFile.h | 2 +- 2 files changed, 31 insertions(+), 50 deletions(-) diff --git a/tester/covoar/ConfigFile.cc b/tester/covoar/ConfigFile.cc index c16b64a..5c8949e 100644 ---

[PATCH v2 4/4] ObjdumpProcessor: Convert to C++

2021-12-09 Thread Ryan Long
--- tester/covoar/ObjdumpProcessor.cc | 27 +++ tester/covoar/ObjdumpProcessor.h | 6 +++--- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/tester/covoar/ObjdumpProcessor.cc b/tester/covoar/ObjdumpProcessor.cc index c910046..8c0e8dc 100644 ---

[PATCH rtems-tools v2 0/4] Convert to C++ patches

2021-12-09 Thread Ryan Long
Hi, For this round of changes, I made some revisions that were recommended in ConfigFile.cc - deleted a library include - changed a function call from sscanf to std::sscanf - consolidated some error messages into a function Thanks, Ryan Ryan Long (4): TargetFactory.cc: Convert to C

[PATCH v2 3/4] ConfigFile: Convert to C++

2021-12-09 Thread Ryan Long
--- tester/covoar/ConfigFile.cc | 82 ++--- tester/covoar/ConfigFile.h | 2 +- 2 files changed, 33 insertions(+), 51 deletions(-) diff --git a/tester/covoar/ConfigFile.cc b/tester/covoar/ConfigFile.cc index c16b64a..7109b2c 100644 ---

[PATCH v2 2/4] Target: Convert to C++

2021-12-09 Thread Ryan Long
--- tester/covoar/TargetBase.cc | 35 ++- tester/covoar/TargetBase.h | 18 +- tester/covoar/Target_aarch64.cc | 18 ++ tester/covoar/Target_aarch64.h | 6 +++--- tester/covoar/Target_arm.cc | 16 +---

[PATCH v2 1/4] TargetFactory.cc: Convert to C++

2021-12-09 Thread Ryan Long
--- tester/covoar/TargetFactory.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tester/covoar/TargetFactory.cc b/tester/covoar/TargetFactory.cc index 57ba686..fa72f05 100644 --- a/tester/covoar/TargetFactory.cc +++ b/tester/covoar/TargetFactory.cc @@ -37,7 +37,7 @@

Re: [PATCH rtems-tools 0/8] Convert and reformat pt. 4

2021-12-07 Thread Ryan Long
On 12/6/2021 10:09 PM, Chris Johns wrote: On 4/12/21 1:47 am, Ryan Long wrote: Hi, For this series of patches, I followed this series of steps: 1. Convert a file from the C way of doing things to C++. 2. Go through all the files that had to do with the converted file and make the formatting

[PATCH rtems-tools 6/6] SymbolTable.cc: Fix formatting

2021-12-13 Thread Ryan Long
--- tester/covoar/SymbolTable.cc | 70 1 file changed, 38 insertions(+), 32 deletions(-) diff --git a/tester/covoar/SymbolTable.cc b/tester/covoar/SymbolTable.cc index cfbd7a3..a33a348 100644 --- a/tester/covoar/SymbolTable.cc +++

[PATCH rtems-tools 0/6] Fix formatting patches

2021-12-13 Thread Ryan Long
Hi, For this patchset I made the formatting more consistent. This included: - adding whitespace - adding curly braces to if statements or loops - fixing the layout of long lists of function parameters Thanks, Ryan Ryan Long (6): ObjdumpProcessor.cc: Fix formatting TargetFactory.cc: Fix

[PATCH rtems-tools 3/6] ConfigFile: Fix formatting

2021-12-13 Thread Ryan Long
--- tester/covoar/ConfigFile.cc | 66 +++-- tester/covoar/ConfigFile.h | 8 +++--- 2 files changed, 37 insertions(+), 37 deletions(-) diff --git a/tester/covoar/ConfigFile.cc b/tester/covoar/ConfigFile.cc index 7109b2c..1fbefd1 100644 ---

[PATCH rtems-tools 4/6] ObjdumpProcessor.cc: Fix formatting

2021-12-13 Thread Ryan Long
--- tester/covoar/ObjdumpProcessor.cc | 197 +- 1 file changed, 111 insertions(+), 86 deletions(-) diff --git a/tester/covoar/ObjdumpProcessor.cc b/tester/covoar/ObjdumpProcessor.cc index 92e812d..0aef978 100644 --- a/tester/covoar/ObjdumpProcessor.cc +++

[PATCH rtems-tools 5/6] ObjdumpProcessor.h: Fix formatting

2021-12-13 Thread Ryan Long
--- tester/covoar/ObjdumpProcessor.h | 22 ++ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/tester/covoar/ObjdumpProcessor.h b/tester/covoar/ObjdumpProcessor.h index 0ca14b8..b3c7262 100644 --- a/tester/covoar/ObjdumpProcessor.h +++

[PATCH rtems-tools 1/6] ObjdumpProcessor.cc: Fix formatting

2021-12-13 Thread Ryan Long
--- tester/covoar/ObjdumpProcessor.cc | 64 ++- 1 file changed, 36 insertions(+), 28 deletions(-) diff --git a/tester/covoar/ObjdumpProcessor.cc b/tester/covoar/ObjdumpProcessor.cc index 8c0e8dc..92e812d 100644 --- a/tester/covoar/ObjdumpProcessor.cc +++

[PATCH] TraceConverter.cc: Fix Uncaught exception issue

2021-12-13 Thread Ryan Long
CID 1471639: Uncaught exception Closes #4501 --- tester/covoar/TraceConverter.cc | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/tester/covoar/TraceConverter.cc b/tester/covoar/TraceConverter.cc index 8e30ae5..2c5330a 100644 ---

[PATCH rtems-tools 2/6] TargetFactory.cc: Fix formatting

2021-12-13 Thread Ryan Long
--- tester/covoar/TargetFactory.cc | 20 +--- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/tester/covoar/TargetFactory.cc b/tester/covoar/TargetFactory.cc index fa72f05..0b6be52 100644 --- a/tester/covoar/TargetFactory.cc +++ b/tester/covoar/TargetFactory.cc @@

Re: RSB Failure

2021-11-30 Thread Ryan Long
ec) Verify return code: 0 (ok) Extended master secret: no --- closed so the issue seems to be on the client side. By any chance have you forgotten to install your OS/distro certificates package? You need that in order to verify server cert chain... Karel On 11/30/21 3:07 PM, Ryan Long w

[PATCH rtems-tools 6/8] TraceConverter.cc: Convert to C++

2021-12-03 Thread Ryan Long
--- tester/covoar/TraceConverter.cc | 35 +-- 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/tester/covoar/TraceConverter.cc b/tester/covoar/TraceConverter.cc index 4c62b06..1a03b49 100644 --- a/tester/covoar/TraceConverter.cc +++

[PATCH rtems-tools 3/8] Explanations: Convert to C++

2021-12-03 Thread Ryan Long
--- tester/covoar/Explanations.cc | 10 +- tester/covoar/Explanations.h | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tester/covoar/Explanations.cc b/tester/covoar/Explanations.cc index 4142418..028c00e 100644 --- a/tester/covoar/Explanations.cc +++

[PATCH rtems-tools 4/8] Explanations.cc: Fix formatting

2021-12-03 Thread Ryan Long
--- tester/covoar/Explanations.cc | 51 ++- 1 file changed, 26 insertions(+), 25 deletions(-) diff --git a/tester/covoar/Explanations.cc b/tester/covoar/Explanations.cc index 028c00e..d9d7a4f 100644 --- a/tester/covoar/Explanations.cc +++

[PATCH rtems-tools 5/8] Explanations.h: Fix formatting

2021-12-03 Thread Ryan Long
--- tester/covoar/Explanations.h | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/tester/covoar/Explanations.h b/tester/covoar/Explanations.h index ca7c749..c147c11 100644 --- a/tester/covoar/Explanations.h +++ b/tester/covoar/Explanations.h @@ -49,7 +49,7 @@

[PATCH rtems-tools 7/8] TraceConverter.cc: Fix formatting

2021-12-03 Thread Ryan Long
--- tester/covoar/TraceConverter.cc | 40 +--- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/tester/covoar/TraceConverter.cc b/tester/covoar/TraceConverter.cc index 1a03b49..b5dc20c 100644 --- a/tester/covoar/TraceConverter.cc +++

[PATCH rtems-tools 8/8] TraceList.cc: Convert from C to C++

2021-12-03 Thread Ryan Long
--- tester/covoar/TraceList.cc | 14 ++ 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/tester/covoar/TraceList.cc b/tester/covoar/TraceList.cc index a4e29e6..51ecfd8 100644 --- a/tester/covoar/TraceList.cc +++ b/tester/covoar/TraceList.cc @@ -1,5 +1,6 @@ #include

[PATCH rtems-tools 0/8] Convert and reformat pt. 4

2021-12-03 Thread Ryan Long
Hi, For this series of patches, I followed this series of steps: 1. Convert a file from the C way of doing things to C++. 2. Go through all the files that had to do with the converted file and make the formatting consistent. Thanks, Ryan Ryan Long (8): ExecutableInfo.cc: Fix formatting

[PATCH rtems-tools 1/8] ExecutableInfo.cc: Fix formatting

2021-12-03 Thread Ryan Long
--- tester/covoar/ExecutableInfo.cc | 103 ++-- 1 file changed, 58 insertions(+), 45 deletions(-) diff --git a/tester/covoar/ExecutableInfo.cc b/tester/covoar/ExecutableInfo.cc index 9589cee..bfae02b 100644 --- a/tester/covoar/ExecutableInfo.cc +++

[PATCH rtems-tools 2/8] ExecutableInfo.h: Fix formatting

2021-12-03 Thread Ryan Long
--- tester/covoar/ExecutableInfo.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/tester/covoar/ExecutableInfo.h b/tester/covoar/ExecutableInfo.h index fe46e1f..fd720ba 100644 --- a/tester/covoar/ExecutableInfo.h +++ b/tester/covoar/ExecutableInfo.h @@ -62,12

Re: [rtems-tools] tester: Update jobs configuration

2021-11-30 Thread Ryan Long
ping On 11/15/2021 4:39 PM, Ryan Long wrote: ping On 11/1/2021 5:31 PM, Ryan Long wrote: ping -Original Message- From: Ryan Long Sent: Wednesday, October 20, 2021 3:06 PM To: devel@rtems.org Cc: Ryan Long Subject: [rtems-tools] tester: Update jobs configuration Allow

Re: RSB Failure

2021-11-30 Thread Ryan Long
It looks like there weren't any issues. The return code was 0. On 11/30/2021 2:47 PM, Karel Gardas wrote: On 11/30/21 5:07 PM, Ryan Long wrote: I forgot to mention that I'm using Ubuntu21.04. It has the ca-certificates package installed. Is there maybe another package that it might need

[PATCH v2 2/5] rtems-exeinfo.cpp: Restore ostream format

2021-07-20 Thread Ryan Long
CID 1503006: Not restoring ostream format CID 1503007: Not restoring ostream format Used a variable to store the format of the ostream before any changes, and copied what was originally there back into the stream before returning from the function. Closes #4469 --- linkers/rtems-exeinfo.cpp | 7

[PATCH v2 0/5] Fix ostream format Coverity issues

2021-07-20 Thread Ryan Long
Hi, This patchset has Chris's recommended fix for these issues. Thanks, Ryan Ryan Long (5): rtems-utils.h: Create ostream_guard rtems-exeinfo.cpp: Restore ostream format CoverageMapBase.cc: Restore ostream format ReportsHtml.cc: Restore ostream format ReportsText.cc: Restore ostream

[PATCH v2 4/5] ReportsHtml.cc: Restore ostream format

2021-07-20 Thread Ryan Long
CID 1505939: Not restoring ofstream format Save format of stream before changing it, and change it back before returning. Closes #4471 --- tester/covoar/ReportsHtml.cc | 5 + 1 file changed, 5 insertions(+) diff --git a/tester/covoar/ReportsHtml.cc b/tester/covoar/ReportsHtml.cc index

[PATCH v2 3/5] CoverageMapBase.cc: Restore ostream format

2021-07-20 Thread Ryan Long
CID 1503022: Not restoring ostream format Save format of stream before changing it, and change it back before returning. Closes #4470 --- tester/covoar/CoverageMapBase.cc | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tester/covoar/CoverageMapBase.cc

[PATCH v2 5/5] ReportsText.cc: Restore ostream format

2021-07-20 Thread Ryan Long
CID 1505940: Not restoring ostream format Save format of stream before changing it, and change it back before returning. Closes #4472 --- tester/covoar/ReportsText.cc | 5 + 1 file changed, 5 insertions(+) diff --git a/tester/covoar/ReportsText.cc b/tester/covoar/ReportsText.cc index

[PATCH v2 1/5] rtems-utils.h: Create ostream_guard

2021-07-20 Thread Ryan Long
--- rtemstoolkit/rtems-utils.h | 18 ++ 1 file changed, 18 insertions(+) diff --git a/rtemstoolkit/rtems-utils.h b/rtemstoolkit/rtems-utils.h index 4ce9c68..c4a262e 100644 --- a/rtemstoolkit/rtems-utils.h +++ b/rtemstoolkit/rtems-utils.h @@ -47,6 +47,24 @@ namespace rtems

[PATCH v3 2/5] rtems-exeinfo.cpp: Restore ostream format

2021-07-21 Thread Ryan Long
CID 1503006: Not restoring ostream format CID 1503007: Not restoring ostream format Used a variable to store the format of the ostream before any changes, and copied what was originally there back into the stream before returning from the function. Closes #4469 --- linkers/rtems-exeinfo.cpp | 6

[PATCH v3 3/5] CoverageMapBase.cc: Restore ostream format

2021-07-21 Thread Ryan Long
CID 1503022: Not restoring ostream format Save format of stream before changing it, and change it back before returning. Closes #4470 --- tester/covoar/CoverageMapBase.cc | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tester/covoar/CoverageMapBase.cc

[PATCH v3 4/5] ReportsHtml.cc: Restore ostream format

2021-07-21 Thread Ryan Long
CID 1505939: Not restoring ofstream format Save format of stream before changing it, and change it back before returning. Closes #4471 --- tester/covoar/ReportsHtml.cc | 5 + 1 file changed, 5 insertions(+) diff --git a/tester/covoar/ReportsHtml.cc b/tester/covoar/ReportsHtml.cc index

[PATCH v3 1/5] rtems-utils.h: Create ostream_guard

2021-07-21 Thread Ryan Long
--- rtemstoolkit/rtems-utils.h | 20 1 file changed, 20 insertions(+) diff --git a/rtemstoolkit/rtems-utils.h b/rtemstoolkit/rtems-utils.h index 4ce9c68..c4d227c 100644 --- a/rtemstoolkit/rtems-utils.h +++ b/rtemstoolkit/rtems-utils.h @@ -47,6 +47,26 @@ namespace rtems

[PATCH v3 5/5] ReportsText.cc: Restore ostream format

2021-07-21 Thread Ryan Long
CID 1505940: Not restoring ostream format Save format of stream before changing it, and change it back before returning. Closes #4472 --- tester/covoar/ReportsText.cc | 5 + 1 file changed, 5 insertions(+) diff --git a/tester/covoar/ReportsText.cc b/tester/covoar/ReportsText.cc index

[PATCH 2/4] CoverageMapBase.cc: Restore ostream format

2021-07-19 Thread Ryan Long
CID 1503022: Not restoring ostream format Save format of stream before changing it, and change it back before returning. Closes #4470 --- tester/covoar/CoverageMapBase.cc | 5 + 1 file changed, 5 insertions(+) diff --git a/tester/covoar/CoverageMapBase.cc b/tester/covoar/CoverageMapBase.cc

[PATCH 3/4] ReportsHtml.cc: Restore ostream format

2021-07-19 Thread Ryan Long
CID 1505939: Not restoring ofstream format Save format of stream before changing it, and change it back before returning. Closes #4471 --- tester/covoar/ReportsHtml.cc | 4 1 file changed, 4 insertions(+) diff --git a/tester/covoar/ReportsHtml.cc b/tester/covoar/ReportsHtml.cc index

[PATCH 1/4] rtems-exeinfo.cpp: Restore ostream format

2021-07-19 Thread Ryan Long
CID 1503006: Not restoring ostream format CID 1503007: Not restoring ostream format Used a variable to store the format of the ostream before any changes, and copied what was originally there back into the stream before returning from the function. Closes #4469 --- linkers/rtems-exeinfo.cpp | 9

<    1   2   3   4   5   6   7   >