Re: [PATCH v6 10/13] arm64: add prctl control for resetting ptrauth keys

2018-12-12 Thread Dave Martin
On Fri, Dec 07, 2018 at 06:39:28PM +, Kristina Martsenko wrote: > Add an arm64-specific prctl to allow a thread to reinitialize its > pointer authentication keys to random values. This can be useful when > exec() is not used for starting new processes, to ensure that different > processes still

[PATCH v6 10/13] arm64: add prctl control for resetting ptrauth keys

2018-12-07 Thread Kristina Martsenko
Add an arm64-specific prctl to allow a thread to reinitialize its pointer authentication keys to random values. This can be useful when exec() is not used for starting new processes, to ensure that different processes still have different keys. Signed-off-by: Kristina Martsenko --- arch/arm64/in