[PATCH] sp37: Check ISR level of system init

2023-09-11 Thread Sebastian Huber
--- testsuites/sptests/sp37/init.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/testsuites/sptests/sp37/init.c b/testsuites/sptests/sp37/init.c index 2ee21b592e..e8af725a75 100644 --- a/testsuites/sptests/sp37/init.c +++ b/testsuites/sptests/sp37/init.c @@ -40,6 +40,8 @@

Re: [PATCH] 6: Use GCC 13.2

2023-09-11 Thread Chris Johns
On 12/9/2023 4:43 pm, Sebastian Huber wrote: > On 12.09.23 08:40, Chris Johns wrote: >> On 12/9/2023 4:31 pm, Sebastian Huber wrote: >>> On 27.07.23 13:33, Sebastian Huber wrote: Prepare for RTEMS 6.1 release. Update #4921. >>> How do we want to proceed with the tools for the RTEMS 6

Re: [PATCH] build: Use build context for custom commands

2023-09-11 Thread Chris Johns
On 12/9/2023 2:15 pm, Sebastian Huber wrote: > On 12.09.23 03:26, Chris Johns wrote: >> On 11/9/2023 7:37 pm, Sebastian Huber wrote: >>> Revert duplicated listing of TEST_OPTIMIZATION_FLAGS. >> Thank you for picking this up. >> >> Does this change let the user control TEST_OPTIMIZATION_FLAGS and >>

Re: [PATCH] 6: Use GCC 13.2

2023-09-11 Thread Sebastian Huber
On 12.09.23 08:40, Chris Johns wrote: On 12/9/2023 4:31 pm, Sebastian Huber wrote: On 27.07.23 13:33, Sebastian Huber wrote: Prepare for RTEMS 6.1 release. Update #4921. How do we want to proceed with the tools for the RTEMS 6.1 release? I need to move 6 to tar files but other tickets have

Re: [PATCH] 6: Use GCC 13.2

2023-09-11 Thread Sebastian Huber
On 27.07.23 13:33, Sebastian Huber wrote: Prepare for RTEMS 6.1 release. Update #4921. How do we want to proceed with the tools for the RTEMS 6.1 release? Is GCC 13.2 still the desired GCC release? -- embedded brains GmbH Herr Sebastian HUBER Dornierstr. 4 82178 Puchheim Germany email: seba

Re: [PATCH] build: Use build context for custom commands

2023-09-11 Thread Sebastian Huber
On 12.09.23 03:26, Chris Johns wrote: On 11/9/2023 7:37 pm, Sebastian Huber wrote: Revert duplicated listing of TEST_OPTIMIZATION_FLAGS. Thank you for picking this up. Does this change let the user control TEST_OPTIMIZATION_FLAGS and OPTIMIZATION_FLAGS via a BSP setting in config.ini? No, th

Re: [PATCH] microblaze: Fix relocation targets

2023-09-11 Thread Chris Johns
OK to push Thanks Chris On 12/9/2023 5:41 am, Alex White wrote: > Previously the addend was only used in 64 bit relocations. This > behavior was incorrect but did not cause the RTEMS libdl tests to > fail. > --- > cpukit/libdl/rtl-mdreloc-microblaze.c | 19 ++- > 1 file changed,

Re: [PATCH] build: Use build context for custom commands

2023-09-11 Thread Chris Johns
On 11/9/2023 7:37 pm, Sebastian Huber wrote: > Revert duplicated listing of TEST_OPTIMIZATION_FLAGS. Thank you for picking this up. Does this change let the user control TEST_OPTIMIZATION_FLAGS and OPTIMIZATION_FLAGS via a BSP setting in config.ini? Chris

[PATCH] microblaze: Fix relocation targets

2023-09-11 Thread Alex White
Previously the addend was only used in 64 bit relocations. This behavior was incorrect but did not cause the RTEMS libdl tests to fail. --- cpukit/libdl/rtl-mdreloc-microblaze.c | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/cpukit/libdl/rtl-mdreloc-microb

Re: [PATCH 1/1] rtems-tools: stty rename / spelling bug.

2023-09-11 Thread Joel Sherrill
Thanks Sam. This is now committed. --joel On Mon, Sep 11, 2023 at 10:35 AM Sam Price wrote: > This patch fixes a spelling/rename mistake in rtems-tools. > > --- > tester/rt/stty.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tester/rt/stty.py b/tester/rt/stty.py >

Re: [PATCH 1/3] cpukit/jffs2: Avoid delayed work lock inversion

2023-09-11 Thread Sebastian Huber
Hello Kinsey, since this patch fixes a bug, there should be a ticket. There should be also a test case which demonstrates the problem and shows that the patch fixes the issue. On 31.08.23 00:08, Kinsey Moore wrote: This moves delayed work to a temporary chain to prevent a locking inversion b

[PATCH] build: Use build context for custom commands

2023-09-11 Thread Sebastian Huber
Revert duplicated listing of TEST_OPTIMIZATION_FLAGS. Close #4947. --- spec/build/testsuites/grp.yml | 1 - spec/build/testsuites/libtests/dl01.yml | 3 +-- spec/build/testsuites/libtests/dl02.yml | 3 +-- spec/build/testsuites/libtests/dl03.yml | 3 +-- spec/build/testsuites/libtes

[PATCH 1/1] rtems-tools: stty rename / spelling bug.

2023-09-11 Thread Sam Price
This patch fixes a spelling/rename mistake in rtems-tools. --- tester/rt/stty.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tester/rt/stty.py b/tester/rt/stty.py index 130318d..fca026a 100644 --- a/tester/rt/stty.py +++ b/tester/rt/stty.py @@ -558,7 +558,7 @@ class tty(ob

Re: [PATCH 0/4] New UART drivers for PL011 and Mini UART

2023-09-11 Thread Utkarsh Verma
A gentle reminder. On Wed, Sep 6, 2023 at 8:31 AM Utkarsh Verma wrote: > A gentle reminder. > > Regards, > Utkarsh > > On Thu, Aug 31, 2023 at 10:02 AM Utkarsh Verma > wrote: > >> A gentle reminder for this patch. Please have a look at this and let me >> know what changes are required. Once thi