Re: [PATCH V2 07/15] hv: init percpu_list in hv_synic_alloc()

From: Greg KH
Date: Tue Dec 06 2016 - 05:18:16 EST


On Sat, Dec 03, 2016 at 12:34:34PM -0800, kys@xxxxxxxxxxxxxxxxxxxxxx wrote:
> From: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx>
>
> Initializing hv_context.percpu_list in hv_synic_alloc() helps to prevent a
> crash in percpu_channel_enq() when not all CPUs were online during
> initialization and it naturally belongs there.
>
> Signed-off-by: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx>
> Signed-off-by: K. Y. Srinivasan <kys@xxxxxxxxxxxxx>
> ---
> drivers/hv/hv.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)

stable kernels?