Re: [PATCH] rtems-tools-6.cfg: Bump hash

2022-01-27 Thread Chris Johns
OK On 28/1/22 12:48 am, Ryan Long wrote: > --- > rtems/config/tools/rtems-tools-6.cfg | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rtems/config/tools/rtems-tools-6.cfg > b/rtems/config/tools/rtems-tools-6.cfg > index d493955..f7a766e 100644 > ---

Re: [PATCH] sptests: Avoid a dependency on errno

2022-01-27 Thread Joel Sherrill
I'm ok with this as long as the doc file makes it clear that you have to be careful to avoid any TLS slipping in. Is there anyway to validate the size of the TLS area is 0? Perhaps in the test. I suppose it also could be done via inspection of the executable on the host but that would require a

Re: [PATCH v3] cpukit: Prevent error with disabled stack checker

2022-01-27 Thread Sebastian Huber
On 27/01/2022 16:59, Kinsey Moore wrote: When the stack checker is not enabled, the stack checker reporting function can still be called. This prevents that call from performing a null memory access in trying to find the high water mark if the stack checker was never initialized. This also

Re: [PATCH v2] cpukit: Prevent error with disabled stack checker

2022-01-27 Thread Kinsey Moore
On 1/27/2022 09:57, Sebastian Huber wrote: On 27/01/2022 16:37, Kinsey Moore wrote: +*** TEST STACKCHK02 *** + STACK USAGE BY THREAD +ID NAME  LOW    HIGH CURRENT AVAIL   USED +0x09010001 IDLE  0x10104940 0x1010713f

Re: [PATCH v2] cpukit: Prevent error with disabled stack checker

2022-01-27 Thread Sebastian Huber
On 27/01/2022 16:37, Kinsey Moore wrote: +*** TEST STACKCHK02 *** + STACK USAGE BY THREAD +ID NAME LOWHIGH CURRENT AVAIL USED +0x09010001 IDLE 0x10104940 0x1010713f 0x10107140 10224 N/A +0x0a010001 UI1

[PATCH v2] cpukit: Prevent error with disabled stack checker

2022-01-27 Thread Kinsey Moore
When the stack checker is not enabled, the stack checker reporting function can still be called. This prevents that call from performing a null memory access in trying to find the high water mark if the stack checker was never initialized. This also introduces a test to ensure this call does not

Re: [PATCH] cpukit: Prevent error with disabled stack checker

2022-01-27 Thread Sebastian Huber
On 27/01/2022 15:54, Kinsey Moore wrote: This check is insufficient in SMP configurations. It also prevents a stack report without the stack usage information. This should be sufficient for SMP because it only needs to verify that the CPU interrupt stack information has been initialized for one

Re: [PATCH] cpukit: Prevent error with disabled stack checker

2022-01-27 Thread Kinsey Moore
On 1/27/2022 01:20, Sebastian Huber wrote: On 26/01/2022 23:07, Kinsey Moore wrote: diff --git a/cpukit/libmisc/stackchk/check.c b/cpukit/libmisc/stackchk/check.c index a2b63345d9..9119f8d940 100644 --- a/cpukit/libmisc/stackchk/check.c +++ b/cpukit/libmisc/stackchk/check.c @@ -487,6 +487,12

[PATCH] rtems-tools-6.cfg: Bump hash

2022-01-27 Thread Ryan Long
--- rtems/config/tools/rtems-tools-6.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtems/config/tools/rtems-tools-6.cfg b/rtems/config/tools/rtems-tools-6.cfg index d493955..f7a766e 100644 --- a/rtems/config/tools/rtems-tools-6.cfg +++

[PATCH] sptests: Avoid a dependency on errno

2022-01-27 Thread Sebastian Huber
Avoid a dependency on errno which might be a thread-local object. The tests sp01, spstkalloc02, and sptls03 assume that no thread-local storage object is present. Update #4560. --- testsuites/sptests/sp01/system.h | 7 ++- testsuites/sptests/spstkalloc02/init.c | 7 ++-

Re: [PATCHES] Fix PPP in libbsd and optimize ATSAM console

2022-01-27 Thread Christian MAUDERER
Hello, again: What can I do to make the patches acceptable? Best regards Christian Am 21.01.22 um 11:57 schrieb Christian MAUDERER: Ping. Am 18.01.22 um 12:22 schrieb Christian MAUDERER: Hello, I noted that I still have this patch set open. I first posted it in August 2021 and later