On 13/03/2025 9:31 am, Juergen Gross wrote: > a653sched_do_schedule() is using two function local static variables, > which is resulting in bad behavior when using more than one cpupool > with the arinc653 scheduler. > > Fix that by moving those variables to the scheduler private data. > > Fixes: 22787f2e107c ("ARINC 653 scheduler") > Reported-by: Choi Anderson <anderson.c...@boeing.com> > Signed-off-by: Juergen Gross <jgr...@suse.com>
Oh lovely, those statics are nicely hidden in the local variable list. Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com>