Re: [PATCH v2 3/3] arm: apple: Increase RTKit timeouts

2022-06-23 Thread Tom Rini
On Tue, Jun 14, 2022 at 09:09:09AM +0200, Janne Grunau wrote: > Timeouts are not expected to happen and are handled as fatal errors. > Increase all timeouts to 1 second as defensive measure to avoid relying > on the timing behaviour of certain firmware versions or configurations. > >

Re: [PATCH v2 3/3] arm: apple: Increase RTKit timeouts

2022-06-14 Thread Mark Kettenis
> From: Janne Grunau > Date: Tue, 14 Jun 2022 09:09:09 +0200 > > Timeouts are not expected to happen and are handled as fatal errors. > Increase all timeouts to 1 second as defensive measure to avoid relying > on the timing behaviour of certain firmware versions or configurations. > >

[PATCH v2 3/3] arm: apple: Increase RTKit timeouts

2022-06-14 Thread Janne Grunau
Timeouts are not expected to happen and are handled as fatal errors. Increase all timeouts to 1 second as defensive measure to avoid relying on the timing behaviour of certain firmware versions or configurations. Signed-off-by: Janne Grunau --- (no changes since v1)