Re: [PATCH v4 3/3] Thread stack sharing

2020-08-22 Thread Gedare Bloom
On Sat, Aug 22, 2020 at 9:19 AM Utkarsh Rai wrote: > > For the design details of the stack sharing mechanism please refer to the > following post - > https://gsoc2020memoryprotection.blogspot.com/2020/08/high-level-design-and-implementation-of.html > --- > cpukit/posix/src/mmap.c

[PATCH v4 3/3] Thread stack sharing

2020-08-22 Thread Utkarsh Rai
For the design details of the stack sharing mechanism please refer to the following post - https://gsoc2020memoryprotection.blogspot.com/2020/08/high-level-design-and-implementation-of.html --- cpukit/posix/src/mmap.c | 39 - cpukit/posix/src/shmopen.c