Re: [PATCH] bsps/irq: fix resource leak in irq-server.c

2020-01-06 Thread Sebastian Huber
On 06/01/2020 19:07, Gedare Bloom wrote: Hi Sebastian, I pushed this patch, can you just double check the intention is right? I think you wrote the original code. Thanks for fixing this. It looks good. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, German

Re: [PATCH v2] doc/raspberrypi: Added instructions for raspberrypi

2020-01-06 Thread Gedare Bloom
On Mon, Jan 6, 2020 at 11:25 AM Niteesh wrote: > > Do you want to add a build section or just add in a statement that states "it > was built > using xx version of RSB"? > Just a simple statement. Don't even need to mention a specific version, if they use RSB to build QEMU it should just work, r

Re: [PATCH v2] doc/raspberrypi: Added instructions for raspberrypi

2020-01-06 Thread Niteesh
Do you want to add a build section or just add in a statement that states "it was built using xx version of RSB"? On Mon, Jan 6, 2020 at 11:51 PM Gedare Bloom wrote: > On Mon, Jan 6, 2020 at 2:47 AM Christian Mauderer > wrote: > > > > Looks a lot better. > > > > On 05/01/2020 20:19, G S Niteesh

Re: [PATCH v2] doc/raspberrypi: Added instructions for raspberrypi

2020-01-06 Thread Gedare Bloom
On Mon, Jan 6, 2020 at 2:47 AM Christian Mauderer wrote: > > Looks a lot better. > > On 05/01/2020 20:19, G S Niteesh wrote: > > Added instructions to run examples on raspberrypi. > > --- > > user/bsps/arm/raspberrypi.rst | 74 ++- > > 1 file changed, 73 insertions

Re: [PATCH] bsps/irq: fix resource leak in irq-server.c

2020-01-06 Thread Gedare Bloom
Hi Sebastian, I pushed this patch, can you just double check the intention is right? I think you wrote the original code. On Fri, Jan 3, 2020 at 11:50 AM Gedare Bloom wrote: > > Resource leak identified by Coverity (CID 1456675). The value > of instances is leaked in case some but not all irq se

[PATCH v3] doc/raspberrypi: Added instructions for raspberrypi

2020-01-06 Thread G S Niteesh
Added instructions to run examples on raspberrypi. --- user/bsps/arm/raspberrypi.rst | 73 ++- 1 file changed, 72 insertions(+), 1 deletion(-) diff --git a/user/bsps/arm/raspberrypi.rst b/user/bsps/arm/raspberrypi.rst index 4ef75bd..b986411 100644 --- a/user/bsps/a

Re: Raspberry Pi test report

2020-01-06 Thread Christian Mauderer
Hello Alan, thanks for your very detailed tests. On 05/01/2020 23:42, Alan Cudmore wrote: > I finally found the time to try the latest RTEMS head on my collection > of Raspberry Pi models. > The last time I tried to run RTEMS on a Pi, I had trouble with the > current version of the Raspberry Pi F

Re: [PATCH v2] doc/raspberrypi: Added instructions for raspberrypi

2020-01-06 Thread Christian Mauderer
Looks a lot better. On 05/01/2020 20:19, G S Niteesh wrote: > Added instructions to run examples on raspberrypi. > --- > user/bsps/arm/raspberrypi.rst | 74 ++- > 1 file changed, 73 insertions(+), 1 deletion(-) > > diff --git a/user/bsps/arm/raspberrypi.rst b/user