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

2018-03-18 Thread Yury Norov
Hi Francis, Chris, On Fri, Nov 03, 2017 at 01:04:49PM -0400, Chris Metcalf wrote: > From: 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 assemb

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

2017-11-06 Thread Chris Metcalf
On 11/3/2017 1:23 PM, Russell King - ARM Linux wrote: Since we're potentially about to start the merge window for 4.15 this weekend, the timing of this doesn't work well either. With the start of the merge window now delayed for a week, I'm sure everyone can distract themselves and help make th

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

2017-11-03 Thread Chris Metcalf
On 11/3/2017 1:23 PM, Russell King - ARM Linux wrote: On Fri, Nov 03, 2017 at 01:04:49PM -0400, Chris Metcalf wrote: From: 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

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

2017-11-03 Thread Russell King - ARM Linux
On Fri, Nov 03, 2017 at 01:04:49PM -0400, Chris Metcalf wrote: > From: 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

[PATCH v16 10/13] arch/arm: enable task isolation functionality

2017-11-03 Thread Chris Metcalf
From: 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_