[PATCH v2] arinc653: move next_switch_time access under lock

2025-03-24 Thread Jan Beulich
Even before its recent movement to the scheduler's private data structure it looks to have been wrong to update the field under lock, but then read it with the lock no longer held. Coverity-ID: 1644500 Fixes: 9f0c658baedc ("arinc: add cpu-pool support to scheduler") Signed-off-by: Jan Beulich ---

RE: [PATCH v2] arinc653: move next_switch_time access under lock

2025-03-24 Thread Nathan Studer
On 24/03/25 10:47, Jan Beulich wrote: > Even before its recent movement to the scheduler's private data structure it > looks > to have been wrong to update the field under lock, but then read it with the > lock > no longer held. > > Coverity-ID: 1644500 > Fixes: 9f0c658baedc ("arinc: add cpu-poo