mbox series

[0/2] xen/sched: fix freeing of per-vcpu data

Message ID 20190925070503.13850-1-jgross@suse.com (mailing list archive)
Headers show
Series xen/sched: fix freeing of per-vcpu data | expand

Message

Jürgen Groß Sept. 25, 2019, 7:05 a.m. UTC
Fix two latent bugs discovered in review of my core scheduling series.

For the series:
Release-acked-by: Juergen Gross <jgross@suse.com>

Juergen Gross (2):
  xen/sched: fix locking in a653sched_free_vdata()
  xen/sched: fix freeing per-vcpu data in sched_move_domain()

 xen/common/sched_arinc653.c | 6 ++++++
 xen/common/schedule.c       | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)