Re: [PATCH 13/27] arm64/sve: Signal handling support

2017-08-23 Thread Dave Martin
On Wed, Aug 23, 2017 at 10:38:51AM +0100, Alex Bennée wrote: > > Dave Martin writes: > > > This patch implements support for saving and restoring the SVE > > registers around signals. > > > > A fixed-size header struct sve_context is always included in the > > signal frame

Re: [PATCH 13/27] arm64/sve: Signal handling support

2017-08-23 Thread Alex Bennée
Dave Martin writes: > This patch implements support for saving and restoring the SVE > registers around signals. > > A fixed-size header struct sve_context is always included in the > signal frame encoding the thread's vector length at the time of > signal delivery,

[PATCH 13/27] arm64/sve: Signal handling support

2017-08-09 Thread Dave Martin
This patch implements support for saving and restoring the SVE registers around signals. A fixed-size header struct sve_context is always included in the signal frame encoding the thread's vector length at the time of signal delivery, optionally followed by a variable-layout structure encoding