On Tue, 5 Nov 2024, Haris Okanovic wrote: > { > - u64 time_start; > - > - time_start = local_clock_noinstr(); > + unsigned long flags; Lets keep recording that start value here. Otherwise the timeout could me later than expected.
On Tue, 5 Nov 2024, Haris Okanovic wrote: > { > - u64 time_start; > - > - time_start = local_clock_noinstr(); > + unsigned long flags; Lets keep recording that start value here. Otherwise the timeout could me later than expected.