Re: [PATCH v2] Strict thread-stack isolation

2020-07-17 Thread Gedare Bloom
>> > diff --git a/bsps/arm/include/bsp/arm-cp15-set-ttb-entries.h >> > b/bsps/arm/include/bsp/arm-cp15-set-ttb-entries.h >> > new file mode 100644 >> > index 00..e69de29bb2 >> > diff --git a/bsps/arm/xilinx-zynq/mmu/bsp-set-mmu-attr.c >> > b/bsps/arm/xilinx-zynq/mmu/bsp-set-mmu-attr.c >>

Re: [PATCH v2] Strict thread-stack isolation

2020-07-17 Thread Utkarsh Rai
On Fri, Jul 17, 2020 at 11:08 AM Gedare Bloom wrote: > Is this code working? how do you test it? > > There are several points buried below that you might need to bring out > to separate threads for discussion, while you work on the code. > > On Thu, Jul 16, 2020 at 5:34 AM Utkarsh Rai > wrote: >

Re: [PATCH v2] Strict thread-stack isolation

2020-07-16 Thread Gedare Bloom
Is this code working? how do you test it? There are several points buried below that you might need to bring out to separate threads for discussion, while you work on the code. On Thu, Jul 16, 2020 at 5:34 AM Utkarsh Rai wrote: > > - This is the complete set of changes for strict isolation of th

Re: [PATCH v2] Strict thread-stack isolation

2020-07-16 Thread Utkarsh Rai
Kindly ignore this patch. It breaks the build. On Thu, Jul 16, 2020 at 4:54 PM Utkarsh Rai wrote: > - This is the complete set of changes for strict isolation of thread > stacks. > - There needs to be a confiuration operation,(#if > defined(USE_THREAD_STACK_PROTECTION) for simple configuration c