Re: [PATCH] arch/arm: enable task isolation functionality

2016-09-26 Thread Chris Metcalf
On 9/22/2016 5:54 PM, Francis Giraldeau wrote: This patch is a port of the task isolation functionality to the arm 32-bit architecture. The task isolation needs an additional thread flag that requires to change the entry assembly code to accept a bitfield larger than one byte. The constants

Re: [PATCH] arch/arm: enable task isolation functionality

2016-09-26 Thread Chris Metcalf
On 9/22/2016 5:54 PM, Francis Giraldeau wrote: This patch is a port of the task isolation functionality to the arm 32-bit architecture. The task isolation needs an additional thread flag that requires to change the entry assembly code to accept a bitfield larger than one byte. The constants

[PATCH] arch/arm: enable task isolation functionality

2016-09-22 Thread Francis Giraldeau
This patch is a port of the task isolation functionality to the arm 32-bit architecture. The task isolation needs an additional thread flag that requires to change the entry assembly code to accept a bitfield larger than one byte. The constants _TIF_SYSCALL_WORK and _TIF_WORK_MASK are now defined

[PATCH] arch/arm: enable task isolation functionality

2016-09-22 Thread Francis Giraldeau
This patch is a port of the task isolation functionality to the arm 32-bit architecture. The task isolation needs an additional thread flag that requires to change the entry assembly code to accept a bitfield larger than one byte. The constants _TIF_SYSCALL_WORK and _TIF_WORK_MASK are now defined