Re: [Xen-devel] [PATCH] xen: add static initialization of steal_clock op to xen_time_ops

From: David Vrabel
Date: Tue Jul 26 2016 - 11:26:31 EST


On 26/07/16 13:15, Juergen Gross wrote:
> pv_time_ops might be overwritten with xen_time_ops after the
> steal_clock operation has been initialized already. To prevent calling
> a now uninitialized function pointer add the steal_clock static
> initialization to xen_time_ops.

Applied to for-linus-4.8, thanks.

David