Re: [PATCH v3 4/6] ANDROID: binder: add RT inheritance flag to node.

2017-11-16 Thread Martijn Coenen
On Wed, Nov 15, 2017 at 2:05 PM, Peter Zijlstra wrote: > On Thu, Oct 26, 2017 at 04:07:48PM +0200, Martijn Coenen wrote: >> Allows a binder node to specify whether it wants to >> inherit real-time scheduling policy from a caller. This >> inheritance may not always be desirable, for example in >> c

Re: [PATCH v3 4/6] ANDROID: binder: add RT inheritance flag to node.

2017-11-15 Thread Peter Zijlstra
On Thu, Oct 26, 2017 at 04:07:48PM +0200, Martijn Coenen wrote: > Allows a binder node to specify whether it wants to > inherit real-time scheduling policy from a caller. This > inheritance may not always be desirable, for example in > cases where the binder call runs untrusted and therefore > pote

[PATCH v3 4/6] ANDROID: binder: add RT inheritance flag to node.

2017-10-26 Thread Martijn Coenen
Allows a binder node to specify whether it wants to inherit real-time scheduling policy from a caller. This inheritance may not always be desirable, for example in cases where the binder call runs untrusted and therefore potentially unbounded code. Signed-off-by: Martijn Coenen --- drivers/andro