All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] xen: Fix some bugs in scheduling
@ 2020-05-14 15:36 Juergen Gross
  2020-05-14 15:36 ` [PATCH v3 1/3] xen/sched: allow rcu work to happen when syncing cpus in core scheduling Juergen Gross
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Juergen Gross @ 2020-05-14 15:36 UTC (permalink / raw)
  To: xen-devel
  Cc: Juergen Gross, Stefano Stabellini, Julien Grall, Wei Liu,
	Andrew Cooper, Ian Jackson, George Dunlap, Dario Faggioli,
	Jan Beulich, Roger Pau Monné

Some problems I found when trying to find a problem with
cpu-on/offlining in core scheduling mode.

Juergen Gross (3):
  xen/sched: allow rcu work to happen when syncing cpus in core
    scheduling
  xen/sched: don't call sync_vcpu_execstate() in
    sched_unit_migrate_finish()
  xen/sched: fix latent races accessing vcpu->dirty_cpu

 xen/arch/x86/domain.c     | 16 +++++++++++-----
 xen/common/keyhandler.c   |  2 +-
 xen/common/sched/core.c   | 18 ++++++++++--------
 xen/include/xen/sched.h   |  2 +-
 xen/include/xen/softirq.h |  2 +-
 5 files changed, 24 insertions(+), 16 deletions(-)

-- 
2.26.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-05-25 13:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-14 15:36 [PATCH v3 0/3] xen: Fix some bugs in scheduling Juergen Gross
2020-05-14 15:36 ` [PATCH v3 1/3] xen/sched: allow rcu work to happen when syncing cpus in core scheduling Juergen Gross
2020-05-14 15:36 ` [PATCH v3 2/3] xen/sched: don't call sync_vcpu_execstate() in sched_unit_migrate_finish() Juergen Gross
2020-05-15 15:55   ` Dario Faggioli
2020-05-25  7:18   ` Dario Faggioli
2020-05-25 13:12     ` Jan Beulich
2020-05-25 13:26       ` Dario Faggioli
2020-05-14 15:36 ` [PATCH v3 3/3] xen/sched: fix latent races accessing vcpu->dirty_cpu Juergen Gross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.