Re: New validation test suites

2021-12-15 Thread Sebastian Huber
On 16/12/2021 04:51, Chris Johns wrote: On 16/12/21 3:27 am, Sebastian Huber wrote: On 15/12/2021 06:46, Chris Johns wrote: On 14/12/21 6:24 pm, Sebastian Huber wrote: Hello Chris, On 13/12/2021 22:01, Chris Johns wrote: On 14/12/21 1:53 am, Sebastian Huber wrote: [...] We finished the

[PATCH] c-user: Clarify time formats

2021-12-15 Thread Sebastian Huber
Update #4572. --- c-user/clock/background.rst | 33 + 1 file changed, 21 insertions(+), 12 deletions(-) diff --git a/c-user/clock/background.rst b/c-user/clock/background.rst index 64e8311..9e76a02 100644 --- a/c-user/clock/background.rst +++

Re: [PATCH rtems-libbsd] Import arm64 in_cksum.h correctly

2021-12-15 Thread Chris Johns
OK Thanks Chris On 16/12/21 3:05 am, Kinsey Moore wrote: > When this file was brought in, it came from the wrong location or > freebsd-org hash. This corrects the file such that freebsd-to-rtems.py > runs cleanly. > --- > freebsd/sys/arm64/include/machine/in_cksum.h | 43 +++- >

Re: [PATCH RSB 5] sb: Merge mailer changes from rtems-tools

2021-12-15 Thread Chris Johns
OK Thanks Chris On 16/12/21 8:38 am, Alex White wrote: > This adds the improved mailer.py script from rtems-tools. > > Closes #4554 > --- > source-builder/sb/mailer.py | 194 > +--- > source-builder/sb/options.py| 26 +- >

Re: [PATCH rtems-tools 5 0/5] Port mailer.py fixes to rtems-tools 5 branch

2021-12-15 Thread Chris Johns
OK Thanks Chris On 16/12/21 8:32 am, Alex White wrote: > Hi, > > This patch set adds the changes related to report mailing to rtems-tools 5. > > See #4553 > > Thanks, > > Alex White > > Alex White (5): > rtemstoolkit/mailer.py: Return full smtp-host arg value > rtemstoolkit: Filter mail

Re: New validation test suites

2021-12-15 Thread Chris Johns
On 16/12/21 3:27 am, Sebastian Huber wrote: > On 15/12/2021 06:46, Chris Johns wrote: >> On 14/12/21 6:24 pm, Sebastian Huber wrote: >>> Hello Chris, >>> >>> On 13/12/2021 22:01, Chris Johns wrote: On 14/12/21 1:53 am, Sebastian Huber wrote: > [...] > We finished the specification of the

How To Turn off Werror for gdb on rtems5

2021-12-15 Thread Joel Sherrill
Hi On operating systems with newer gcc versions, gdb 8 fails to compile with warnings that are errors. How can we disable-werror on that branch? Should it be for all architectures or just the offending ones (which might be all)? Help appreciated. Thanks --joel

[PATCH RSB 5] sb: Merge mailer changes from rtems-tools

2021-12-15 Thread Alex White
This adds the improved mailer.py script from rtems-tools. Closes #4554 --- source-builder/sb/mailer.py | 194 +--- source-builder/sb/options.py| 26 +- source-builder/sb/setbuilder.py | 2 + 3 files changed, 189 insertions(+), 33 deletions(-)

[PATCH rtems-tools 5 5/5] rtems-bsp-builder: Fix mail support

2021-12-15 Thread Alex White
This fixes a problem with mailer options support that occurred because check.py uses argparse.ArgumentParser instead of tester.rt.options. Closes #4553 --- rtemstoolkit/mailer.py | 5 +++-- tester/rt/check.py | 17 - 2 files changed, 19 insertions(+), 3 deletions(-) diff

[PATCH rtems-tools 5 4/5] rtemstoolkit/mailer.py: Add --use-gitconfig option

2021-12-15 Thread Alex White
This adds the option to pull mail-related configuration values from the user's git configuration. Updates #4553 --- rtemstoolkit/mailer.py | 46 -- 1 file changed, 44 insertions(+), 2 deletions(-) diff --git a/rtemstoolkit/mailer.py

[PATCH rtems-tools 5 0/5] Port mailer.py fixes to rtems-tools 5 branch

2021-12-15 Thread Alex White
Hi, This patch set adds the changes related to report mailing to rtems-tools 5. See #4553 Thanks, Alex White Alex White (5): rtemstoolkit/mailer.py: Return full smtp-host arg value rtemstoolkit: Filter mail options from log output rtemstoolkit/mailer.py: Add SMTP login options

[PATCH rtems-tools 5 3/5] rtemstoolkit/mailer.py: Add SMTP login options

2021-12-15 Thread Alex White
This adds more options so that the user can authenticate with the SMTP server. Updates #4553 --- rtemstoolkit/mailer.py | 41 +++-- 1 file changed, 35 insertions(+), 6 deletions(-) diff --git a/rtemstoolkit/mailer.py b/rtemstoolkit/mailer.py index

[PATCH rtems-tools 5 2/5] rtemstoolkit: Filter mail options from log output

2021-12-15 Thread Alex White
This filters mail-related options out before logging the command line options. This is needed to prevent leaking potentially sensitive information via logs and emails. Updates #4553 --- rtemstoolkit/options.py | 17 - 1 file changed, 16 insertions(+), 1 deletion(-) diff --git

[PATCH rtems-tools 5 1/5] rtemstoolkit/mailer.py: Return full smtp-host arg value

2021-12-15 Thread Alex White
This fixes mail.smtp_host() so that it returns the full argument value rather than just the second character. Updates #4553 --- rtemstoolkit/mailer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtemstoolkit/mailer.py b/rtemstoolkit/mailer.py index f8f813c..3ea9d98 100644

Re: New validation test suites

2021-12-15 Thread Sebastian Huber
On 15/12/2021 17:01, Joel Sherrill wrote: I waited to reply because Chris got most of my questions in his first response. :) On Tue, Dec 14, 2021 at 11:46 PM Chris Johns wrote: On 14/12/21 6:24 pm, Sebastian Huber wrote: Hello Chris, On 13/12/2021 22:01, Chris Johns wrote: On 14/12/21

Re: New validation test suites

2021-12-15 Thread Sebastian Huber
On 15/12/2021 06:46, Chris Johns wrote: On 14/12/21 6:24 pm, Sebastian Huber wrote: Hello Chris, On 13/12/2021 22:01, Chris Johns wrote: On 14/12/21 1:53 am, Sebastian Huber wrote: [...] We finished the specification of the pre-qualified RTEMS feature set. The specification is available

[PATCH rtems-libbsd] Import arm64 in_cksum.h correctly

2021-12-15 Thread Kinsey Moore
When this file was brought in, it came from the wrong location or freebsd-org hash. This corrects the file such that freebsd-to-rtems.py runs cleanly. --- freebsd/sys/arm64/include/machine/in_cksum.h | 43 +++- 1 file changed, 6 insertions(+), 37 deletions(-) diff --git

Re: New validation test suites

2021-12-15 Thread Joel Sherrill
I waited to reply because Chris got most of my questions in his first response. :) On Tue, Dec 14, 2021 at 11:46 PM Chris Johns wrote: > > On 14/12/21 6:24 pm, Sebastian Huber wrote: > > Hello Chris, > > > > On 13/12/2021 22:01, Chris Johns wrote: > >> On 14/12/21 1:53 am, Sebastian Huber wrote:

Re: arm64 support for libbsd

2021-12-15 Thread Kinsey Moore
On 12/15/2021 01:32, Sebastian Huber wrote: Hello Kinsey, I didn't work with libbsd for a while and noticed now that there are changes after calling: ./freebsd-to-rtems.py -R ./freebsd-to-rtems.py git status modified:   freebsd/sys/arm64/include/machine/in_cksum.h I don't know how you