Re: [PATCH] c-users: Add rtems_*mutex_try_lock

2021-05-27 Thread Christian MAUDERER
Thanks for the review. Am 28.05.21 um 04:31 schrieb Gedare Bloom: looks alright to me. On Wed, May 26, 2021 at 3:34 AM Christian Mauderer wrote: --- c-user/self_contained_objects.rst | 35 +++ 1 file changed, 35 insertions(+) diff --git a/c-user/self_contained

Re: [PATCH 3/3] sysinit: Do not open console when just referencing reentrancy structure.

2021-05-27 Thread Gedare Bloom
Probably. On Thu, May 27, 2021 at 9:00 PM Joel Sherrill wrote: > > I have already pushed it. Does a ticket need to be manually closed? > > On Thu, May 27, 2021, 9:29 PM Gedare Bloom wrote: >> >> The patch set looks ok, fixing the ticket number on 2/3. >> >> On Fri, May 21, 2021 at 3:36 PM Joel S

Re: [PATCH 3/3] sysinit: Do not open console when just referencing reentrancy structure.

2021-05-27 Thread Joel Sherrill
I have already pushed it. Does a ticket need to be manually closed? On Thu, May 27, 2021, 9:29 PM Gedare Bloom wrote: > The patch set looks ok, fixing the ticket number on 2/3. > > On Fri, May 21, 2021 at 3:36 PM Joel Sherrill wrote: > > > > This change eliminates a system initialization depend

Re: [PATCH] c-users: Add rtems_*mutex_try_lock

2021-05-27 Thread Gedare Bloom
looks alright to me. On Wed, May 26, 2021 at 3:34 AM Christian Mauderer wrote: > > --- > c-user/self_contained_objects.rst | 35 +++ > 1 file changed, 35 insertions(+) > > diff --git a/c-user/self_contained_objects.rst > b/c-user/self_contained_objects.rst > index 0b

Re: [PATCH 3/3] sysinit: Do not open console when just referencing reentrancy structure.

2021-05-27 Thread Gedare Bloom
The patch set looks ok, fixing the ticket number on 2/3. On Fri, May 21, 2021 at 3:36 PM Joel Sherrill wrote: > > This change eliminates a system initialization dependentcy which resulted > in an application without a file system or console referencing errno being > forced to include the code to

Re: [PATCH 2/3] powerpc/.../sbrk.c: Do not reference errno.

2021-05-27 Thread Gedare Bloom
On Fri, May 21, 2021 at 3:36 PM Joel Sherrill wrote: > > Closes #4r37. ? > --- > bsps/powerpc/shared/start/sbrk.c | 14 -- > 1 file changed, 12 insertions(+), 2 deletions(-) > > diff --git a/bsps/powerpc/shared/start/sbrk.c > b/bsps/powerpc/shared/start/sbrk.c > index 95104ba9c8..d7

[PATCH v2] cpukit/libmisc/monitor: Fix src/dest overlap of strcpy in mon-editor.c

2021-05-27 Thread Harrison Edward Gerber
From: Harrison Edward Gerber See also CID 1399727 Closes # --- cpukit/libmisc/monitor/mon-editor.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/cpukit/libmisc/monitor/mon-editor.c b/cpukit/libmisc/monitor/mon-editor.c index dcea9fcc69..4287b399a5 100644

Re: [PATCH] rtems-binutils-head.cfg, rtems-gdb-head.cfg: Bump to 3b2bef8

2021-05-27 Thread Chris Johns
On 28/5/21 6:01 am, Joel Sherrill wrote: > On Wed, May 26, 2021 at 2:29 AM Chris Johns > wrote: > > I am ok with this going in but > > I am becoming concerned we are building a debt around MacOS and Windows > in the > tools that we need to resolve. Our

Re: [PATCH 2/2] covoar: Store address-to-line info outside of DWARF

2021-05-27 Thread Alex White
On Tue, May 25, 2021 at 7:24 PM Chris Johns wrote: > > > > On 1/5/21 8:01 am, Alex White wrote: > > This adds the AddressToLineMapper class and supporting classes to > > assume responsibility of tracking address-to-line information. > > > > This allows the DWARF library to properly cleanup all of

Re: [PATCH] rtems-binutils-head.cfg, rtems-gdb-head.cfg: Bump to 3b2bef8

2021-05-27 Thread Joel Sherrill
On Wed, May 26, 2021 at 2:29 AM Chris Johns wrote: > I am ok with this going in but > > I am becoming concerned we are building a debt around MacOS and Windows in > the > tools that we need to resolve. Our ability to release when we would like to > depends on the state of the tools and the s

Re: [PATCH] bsps/raspberrypi/console: Fix default console device

2021-05-27 Thread Niteesh G. S.
Hello Alan, On Sun, May 23, 2021 at 9:06 PM Alan Cudmore wrote: > Hi Niteesh, > Here are my latest tests: > - Using your firmware and the rtems.img in your firmware repo, I can > see that it runs on my Raspberry Pi 3. The hello example reports RTEMS > 5.1. Was this from the 5 branch? > Yes. The

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

2021-05-27 Thread Alex White
On Wed, May 26, 2021 at 7:39 PM Chris Johns wrote: > > On 12/5/21 3:19 am, Alex White wrote: > > This adds the improved mailer.py script from rtems-tools. > > > > Closes #4388 > > --- > > source-builder/sb/mailer.py | 194 ++-- > > source-builder/sb/options.py

Re: RTEMS source builder: can't find RTEMS include files but then can?

2021-05-27 Thread dufault
> On May 26, 2021, at 21:50 , Joel Sherrill wrote: > > > > On Wed, May 26, 2021, 7:54 PM Chris Johns wrote: > On 30/4/21 1:15 am, dufa...@hda.com wrote: > > > > > >> On Apr 30, 2021, at 05:03 , dufa...@hda.com wrote: > >> > >> Can I override what to use as "cmake" in RSB to specify "cmake3"?

Re: RFS and 2038

2021-05-27 Thread Joel Sherrill
On Wed, May 26, 2021, 9:58 PM Chris Johns wrote: > On 1/5/21 6:19 am, Joel Sherrill wrote: > > Hi > > > > Ryan has been working to add support for the new (not obsolete) > nanosecond > > granularity variants of utime. In changing the utime_h file system > handler to > > utimens_h and propagating

Re: [PATCH rtems v2] cpukit: Add description of release version numbers

2021-05-27 Thread Chris Johns
Ok and thanks. :) On 27/5/21 6:56 pm, Christian Mauderer wrote: > The release version in the git sources doesn't change. Add a note why > that is the case. > --- > v2: Integrate suggestions from Chris Johns. > > cpukit/include/rtems/version.h | 21 + > 1 file changed, 21 inse