Re: [Xen-devel] [PATCH v2] xen: remove on-stack cpumask from stop_machine_run()

2019-05-31 Thread Andrew Cooper
On 31/05/2019 06:06, Jan Beulich wrote: On 31.05.19 at 13:53, wrote: >> The "allbutself" cpumask in stop_machine_run() is not needed. Instead >> of allocating it on the stack it can easily be avoided. >> >> Signed-off-by: Juergen Gross > Reviewed-by: Jan Beulich LGTM.  Acked-by: Andrew Coo

Re: [Xen-devel] [PATCH v2] xen: remove on-stack cpumask from stop_machine_run()

2019-05-31 Thread Jan Beulich
>>> On 31.05.19 at 13:53, wrote: > The "allbutself" cpumask in stop_machine_run() is not needed. Instead > of allocating it on the stack it can easily be avoided. > > Signed-off-by: Juergen Gross Reviewed-by: Jan Beulich with one further remark: > --- a/xen/common/stop_machine.c > +++ b/xen/c