On Sat, Aug 15, 2020 at 12:39 AM Gedare Bloom wrote:
> On Fri, Aug 14, 2020 at 9:25 AM Utkarsh Rai
> wrote:
> >
> > Sorry for the late reply, I somehow missed the mail notification!
> >
> > On Thu, Aug 13, 2020 at 9:35 PM Gedare Bloom wrote:
> >>
> >> On Thu, Aug 13, 2020 at 9:06 AM Utkarsh Rai
On Fri, Aug 14, 2020 at 9:25 AM Utkarsh Rai wrote:
>
> Sorry for the late reply, I somehow missed the mail notification!
>
> On Thu, Aug 13, 2020 at 9:35 PM Gedare Bloom wrote:
>>
>> On Thu, Aug 13, 2020 at 9:06 AM Utkarsh Rai wrote:
>> >
>> > -This patch provides thread-stack isolation and thre
Sorry for the late reply, I somehow missed the mail notification!
On Thu, Aug 13, 2020 at 9:35 PM Gedare Bloom wrote:
> On Thu, Aug 13, 2020 at 9:06 AM Utkarsh Rai
> wrote:
> >
> > -This patch provides thread-stack isolation and thread-stack sharing
> > mechanism for a POSIX thread.
> >
> Mons
On Thu, Aug 13, 2020 at 9:06 AM Utkarsh Rai wrote:
>
> -This patch provides thread-stack isolation and thread-stack sharing
> mechanism for a POSIX thread.
>
Monster patch! think to yourself whether or not it makes sense to
split these up. The main constraint is that every patch in the series
sho
On Fri, Jul 31, 2020 at 11:13 AM Utkarsh Rai wrote:
>
> This patch provides thread-stack isolation and thread-stack sharing
> mechanism for a POSIX thread.
>
> - Thread stacks are isolated with read-only permission.
> - We use mmap, shm_open for thread-stack sharing. For mechanism of
> thread-st