Re: [PATCH-for-4.17 v2] xen/sched: migrate timers to correct cpus after suspend

2022-11-02 Thread Juergen Gross
On 02.11.22 15:07, Jan Beulich wrote: On 28.10.2022 13:12, Juergen Gross wrote: Today all timers are migrated to cpu 0 when the system is being suspended. They are not migrated back after resuming the system again. This results (at least) to problems with the credit scheduler, as the timer isn'

Re: [PATCH-for-4.17 v2] xen/sched: migrate timers to correct cpus after suspend

2022-11-02 Thread Jan Beulich
On 28.10.2022 13:12, Juergen Gross wrote: > Today all timers are migrated to cpu 0 when the system is being > suspended. They are not migrated back after resuming the system again. > > This results (at least) to problems with the credit scheduler, as the > timer isn't handled on the cpu it was exp

Re: [PATCH-for-4.17 v2] xen/sched: migrate timers to correct cpus after suspend

2022-10-28 Thread Marek Marczykowski-Górecki
On Fri, Oct 28, 2022 at 01:12:31PM +0200, Juergen Gross wrote: > Today all timers are migrated to cpu 0 when the system is being > suspended. They are not migrated back after resuming the system again. > > This results (at least) to problems with the credit scheduler, as the > timer isn't handled

[PATCH-for-4.17 v2] xen/sched: migrate timers to correct cpus after suspend

2022-10-28 Thread Juergen Gross
Today all timers are migrated to cpu 0 when the system is being suspended. They are not migrated back after resuming the system again. This results (at least) to problems with the credit scheduler, as the timer isn't handled on the cpu it was expected to occur. Add migrating the scheduling relate