Re: [PATCH v12 21/39] arm64/gcs: Ensure that new threads have a GCS

2024-09-06 Thread Szabolcs Nagy
The 08/29/2024 00:27, Mark Brown wrote: > Unfortunately plain clone() is not extensible and existing clone3() > users will not specify a stack so all existing code would be broken if > we mandated specifying the stack explicitly. For compatibility with > these cases and also x86 (which did not ini

Re: [PATCH v12 21/39] arm64/gcs: Ensure that new threads have a GCS

2024-09-03 Thread Yury Khrustalev
On Thu, Aug 29, 2024 at 12:27:37AM +0100, Mark Brown wrote: > When a new thread is created by a thread with GCS enabled the GCS needs > to be specified along with the regular stack. > > Unfortunately plain clone() is not extensible and existing clone3() > users will not specify a stack so all exis