From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755090AbcGZP02 (ORCPT ); Tue, 26 Jul 2016 11:26:28 -0400 Received: from smtp.citrix.com ([66.165.176.89]:5481 "EHLO SMTP.CITRIX.COM" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753181AbcGZP01 (ORCPT ); Tue, 26 Jul 2016 11:26:27 -0400 X-IronPort-AV: E=Sophos;i="5.28,425,1464652800"; d="scan'208";a="368479401" Subject: Re: [Xen-devel] [PATCH] xen: add static initialization of steal_clock op to xen_time_ops To: Juergen Gross , , References: <1469535311-27491-1-git-send-email-jgross@suse.com> CC: , From: David Vrabel Message-ID: <5797811E.4060101@citrix.com> Date: Tue, 26 Jul 2016 16:26:22 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0 MIME-Version: 1.0 In-Reply-To: <1469535311-27491-1-git-send-email-jgross@suse.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-DLP: MIA2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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