[PATCH v4 2/3] High level configuration option for thread stack protection

2020-08-22 Thread Utkarsh Rai
-Configurations options are provided by using the new-build system. Refer to https://ftp.rtems.org/pub/rtems/people/sebh/user.pdf, chapter 7,for basic setup and https://ftp.rtems.org/pub/rtems/people/sebh/eng.pdf(chapter 9) for the internals of the build system. --- .../arm/realview-pbx-a9/bs

Re: Configuration option for thread-stack protection.

2020-08-06 Thread Utkarsh Rai
On Thu, Aug 6, 2020 at 8:34 PM Gedare Bloom wrote: > On Thu, Aug 6, 2020 at 6:21 AM Sebastian Huber > wrote: > > > > On 06/08/2020 14:12, Utkarsh Rai wrote: > > > > > Hello, > > > The thread-stack protection needs to be configured by the user. Two of > > > the options that need configuring durin

Re: Configuration option for thread-stack protection.

2020-08-06 Thread Gedare Bloom
On Thu, Aug 6, 2020 at 6:21 AM Sebastian Huber wrote: > > On 06/08/2020 14:12, Utkarsh Rai wrote: > > > Hello, > > The thread-stack protection needs to be configured by the user. Two of > > the options that need configuring during build time are - > > > Enabling thread stack protection ( THREAD_ST

Re: Configuration option for thread-stack protection.

2020-08-06 Thread Sebastian Huber
On 06/08/2020 14:12, Utkarsh Rai wrote: Hello, The thread-stack protection needs to be configured by the user. Two of the options that need configuring during build time are - > Enabling thread stack protection ( THREAD_STACK_PROTECTION )- This is a high-level option similar to RTEMS_SMP, RTEM

Configuration option for thread-stack protection.

2020-08-06 Thread Utkarsh Rai
Hello, The thread-stack protection needs to be configured by the user. Two of the options that need configuring during build time are - > Enabling thread stack protection ( THREAD_STACK_PROTECTION )- This is a high-level option similar to RTEMS_SMP, RTEMS_POSIX_API etc. > Size of the MMU pages - T