Announce: RTEMS 5.3 Release

2023-02-13 Thread Chris Johns
RTEMS 5.3 Release is available. https://ftp.rtems.org/pub/rtems/releases/5/5.3 Please follow the release instructions provided by the link. We love to hear about your projects and what you use RTEMS on so please let us know. You can drop by on Discord, post on u...@rtems.org or you can send

Re: [patch] medit issue

2023-02-13 Thread Joel Sherrill
On Mon, Feb 13, 2023, 11:04 PM Gedare Bloom wrote: > Hi Zack, > > This is very close but I think something is still going strangely with > your patch commit message or with your git-send-email. The subject > line of the git-send-email should inherit from the first line of your > commit message,

Re: [PATCH 2/2] bsps/aarch64: Fix off-by-one cache bug

2023-02-13 Thread Chris Johns
OK to push Thanks Chris On 11/2/2023 9:00 am, Kinsey Moore wrote: > The whole cache invalidation and flushing functions only ended up > flusing the first N-1 levels of cache due to an off by one error. This > resovles that issue and makes consistent the usage of levels as they > relate to

Re: [patch] medit issue

2023-02-13 Thread Gedare Bloom
Hi Zack, This is very close but I think something is still going strangely with your patch commit message or with your git-send-email. The subject line of the git-send-email should inherit from the first line of your commit message, so either your commit message has "medit issue" as its first

Re: warnings report on builder wrong?

2023-02-13 Thread Joel Sherrill
Chris.. see below On Mon, Feb 13, 2023 at 5:42 PM Karel Gardas wrote: > On 2/14/23 00:33, Joel Sherrill wrote: > > With fresh tools on CentOS 7, I have 5 warnings in beaglebonewhite. Log > > attached. > > > > Sorry it took so long. I ran out of disk space, then got distracted. > > > > I have no

Re: warnings report on builder wrong?

2023-02-13 Thread Joel Sherrill
On Sun, Feb 12, 2023, 8:01 PM Karel Gardas wrote: > > Hello, > > looking into the last bsp-builder report here: > https://lists.rtems.org/pipermail/build/2023-February/041799.html > > and I'm surprised by the fact that beaglebonewhile shows 0 warnings > while I remember well to fix 3 warnings

Re: Risc-v failures Fwd: [rtems-bsp-builder] 2023-02-12 05:13:18: Profile(s): everything

2023-02-13 Thread Joel Sherrill
This is a longer reply than necessary hoping others read it and remember these details about the RTEMS testing setup. :) On Mon, Feb 13, 2023, 3:12 AM Hesham Almatary wrote: > Hello Joel, > > There shouldn't be any BSP with "medany" name in it. Where's the build > script? I tried to fix your

Re: warnings report on builder wrong?

2023-02-13 Thread Chris Johns
On 14/2/2023 10:47 am, Joel Sherrill wrote: > Chris.. see below > > On Mon, Feb 13, 2023 at 5:42 PM Karel Gardas wrote: > > On 2/14/23 00:33, Joel Sherrill wrote: > > With fresh tools on CentOS 7, I have 5 warnings in beaglebonewhite. Log > > attached. > > > > Sorry it took 

Re: warnings report on builder wrong?

2023-02-13 Thread Joel Sherrill
With fresh tools on CentOS 7, I have 5 warnings in beaglebonewhite. Log attached. Sorry it took so long. I ran out of disk space, then got distracted. I have no idea why the rtems-bsp-builder isn't tripping these unless it isn't actually hitting the default build settings. But these warnings

[PATCH] fixes 4557

2023-02-13 Thread Zack leung
From: zack Closes #4557 --- cpukit/libmisc/shell/main_edit.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cpukit/libmisc/shell/main_edit.c b/cpukit/libmisc/shell/main_edit.c index 6e954639e2..8317452b7b 100644 --- a/cpukit/libmisc/shell/main_edit.c +++

Re: warnings report on builder wrong?

2023-02-13 Thread Karel Gardas
On 2/14/23 00:33, Joel Sherrill wrote: With fresh tools on CentOS 7, I have 5 warnings in beaglebonewhite. Log attached. Sorry it took so long. I ran out of disk space, then got distracted. I have no idea why the rtems-bsp-builder isn't tripping these unless it isn't actually hitting the

[PATCH rtems-release] rtems-notes-6.1.md: Add AArch64 and MicroBlaze

2023-02-13 Thread Kinsey Moore
Add the AArch64 and MicroBlaze architectures to the 6.1 release notes along with the BSPs that have been added for them. --- notes/rtems-notes-6.1.md | 14 ++ 1 file changed, 14 insertions(+) diff --git a/notes/rtems-notes-6.1.md b/notes/rtems-notes-6.1.md index 7197def..9b289a1

Re: [PATCH v1 0/1] Update rtems-llvm to version 11.1.0

2023-02-13 Thread Hesham Almatary
On Mon, 13 Feb 2023 at 12:12, wrote: > > > -Original Message- > > From: Joel Sherrill > > Sent: Freitag, 10. Februar 2023 15:21 > > To: Sommer, Jan > > Cc: devel@rtems.org > > Subject: Re: [PATCH v1 0/1] Update rtems-llvm to version 11.1.0 > > > > > > > > On Fri, Feb 10, 2023 at 3:16 AM

RE: [PATCH v1 0/1] Update rtems-llvm to version 11.1.0

2023-02-13 Thread Jan.Sommer
> -Original Message- > From: Joel Sherrill > Sent: Freitag, 10. Februar 2023 15:21 > To: Sommer, Jan > Cc: devel@rtems.org > Subject: Re: [PATCH v1 0/1] Update rtems-llvm to version 11.1.0 > > > > On Fri, Feb 10, 2023 at 3:16 AM Jan Sommer > wrote: > > >

Re: Risc-v failures Fwd: [rtems-bsp-builder] 2023-02-12 05:13:18: Profile(s): everything

2023-02-13 Thread Hesham Almatary
Hello Joel, There shouldn't be any BSP with "medany" name in it. Where's the build script? I tried to fix your build in the cron script [1] but not sure if you use "medany" anywhere else. [1] https://github.com/joelsherrill/rtems-cron-helpers/pulls On Sun, 12 Feb 2023 at 18:12, Joel Sherrill