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

2016-12-06 Thread Greg KH
On Sat, Dec 03, 2016 at 12:34:34PM -0800, k...@exchange.microsoft.com wrote: > From: Vitaly Kuznetsov > > 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

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

2016-12-03 Thread kys
From: Vitaly Kuznetsov 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 Signed-off-by: K. Y. Srinivasan --- drivers/hv/hv