[PATCH] added malloc usable size and test

2022-02-17 Thread zack leung
--- cpukit/include/rtems/libcsupport.h| 5 ++- cpukit/libcsupport/src/mallocusablesize.c | 47 +++ spec/build/cpukit/librtemscpu.yml | 1 + testsuites/libtests/malloctest/init.c | 13 +++ 4 files changed, 65 insertions(+), 1 deletion(-) create mode 10

Re: [PATCH v1 3/5] cpukit/microblaze: Add interrupt hooks

2022-02-17 Thread Chris Johns
On 18/2/22 8:58 am, Kinsey Moore wrote: > On 2/17/2022 15:31, Chris Johns wrote: >> On 18/2/22 7:12 am, Kinsey Moore wrote: >>> On 2/17/2022 13:53, Chris Johns wrote: On 16/2/22 7:38 am, Kinsey Moore wrote: > Add hooks for manipulating system state before and after interrupts are > run

Re: [PATCH v1 3/5] cpukit/microblaze: Add interrupt hooks

2022-02-17 Thread Kinsey Moore
On 2/17/2022 15:31, Chris Johns wrote: On 18/2/22 7:12 am, Kinsey Moore wrote: On 2/17/2022 13:53, Chris Johns wrote: On 16/2/22 7:38 am, Kinsey Moore wrote: Add hooks for manipulating system state before and after interrupts are run. These hooks serve primarily to allow the MicroBlaze libdebu

Re: [PATCH v1 3/5] cpukit/microblaze: Add interrupt hooks

2022-02-17 Thread Chris Johns
On 18/2/22 7:12 am, Kinsey Moore wrote: > On 2/17/2022 13:53, Chris Johns wrote: >> On 16/2/22 7:38 am, Kinsey Moore wrote: >>> Add hooks for manipulating system state before and after interrupts are >>> run. These hooks serve primarily to allow the MicroBlaze libdebugger >>> backend to prevent sof

Re: [PATCH v1 3/5] cpukit/microblaze: Add interrupt hooks

2022-02-17 Thread Kinsey Moore
On 2/17/2022 13:53, Chris Johns wrote: On 16/2/22 7:38 am, Kinsey Moore wrote: Add hooks for manipulating system state before and after interrupts are run. These hooks serve primarily to allow the MicroBlaze libdebugger backend to prevent software breaks from occurring in interrupt context. I a

Re: [PATCH v1 1/5] cpukit/libdebugger: Avoid missed swbreak removal

2022-02-17 Thread Kinsey Moore
On 2/17/2022 13:17, Chris Johns wrote: On 16/2/22 7:38 am, Kinsey Moore wrote: It is possible to remove software breaks without actually restoring the original instruction to memory. When this happens, the original instruction is lost. Should this This ensures that when a software break i

Re: [PATCH v1 3/5] cpukit/microblaze: Add interrupt hooks

2022-02-17 Thread Chris Johns
On 16/2/22 7:38 am, Kinsey Moore wrote: > Add hooks for manipulating system state before and after interrupts are > run. These hooks serve primarily to allow the MicroBlaze libdebugger > backend to prevent software breaks from occurring in interrupt context. I am unsure what problem this is resolv

Re: [PATCH v1 1/5] cpukit/libdebugger: Avoid missed swbreak removal

2022-02-17 Thread Chris Johns
On 16/2/22 7:38 am, Kinsey Moore wrote: > It is possible to remove software breaks without actually restoring the > original instruction to memory. When this happens, the original > instruction is lost. Should this > This ensures that when a software break is removed, > its original instruct

Re: [rtems-release commit] Do not use tar Jxf for uncompressed archives

2022-02-17 Thread Chris Johns
On 17/2/22 4:45 pm, Sebastian Huber wrote: > Hello Chris, > > On 17/02/2022 04:11, Chris Johns wrote: >> I would like to approve all commits to this repo. >> >> Why have you made this change? > > I tried to run the scripts on my Linux machine and this fixed one of the > issues > that occurred.

Re: New validation test suites

2022-02-17 Thread Chris Johns
On 17/2/22 5:47 pm, Sebastian Huber wrote: > On 17/02/2022 06:11, Chris Johns wrote: >> On 15/2/22 7:48 pm, Sebastian Huber wrote: >>> On 15/02/2022 02:16, Chris Johns wrote: On 15/2/22 12:43 am, Sebastian Huber wrote: > On 03/02/2022 09:09, Sebastian Huber wrote: >> On 30/01/2022 23:2