Re: [Xen-devel] [PATCH 1/1] x86/xen: fix section of xen_init_time_ops() in header

2017-09-04 Thread Jan Beulich
>>> On 04.09.17 at 14:43, wrote: > On 04/09/17 13:41, Jan Beulich wrote: > On 04.09.17 at 12:35, wrote: >>> On 04/09/17 11:15, Jan Beulich wrote: >>> On 04.09.17 at 10:17, wrote: > On 03/09/17 10:38, Nicolas Iooss wrote: >> Commit d162809f85b4 ("xen/x86: Do not call xen_init_time

Re: [Xen-devel] [PATCH 1/1] x86/xen: fix section of xen_init_time_ops() in header

2017-09-04 Thread Andrew Cooper
On 04/09/17 13:41, Jan Beulich wrote: On 04.09.17 at 12:35, wrote: >> On 04/09/17 11:15, Jan Beulich wrote: >> On 04.09.17 at 10:17, wrote: On 03/09/17 10:38, Nicolas Iooss wrote: > Commit d162809f85b4 ("xen/x86: Do not call xen_init_time_ops() until > shared_info is initial

Re: [Xen-devel] [PATCH 1/1] x86/xen: fix section of xen_init_time_ops() in header

2017-09-04 Thread Jan Beulich
>>> On 04.09.17 at 12:35, wrote: > On 04/09/17 11:15, Jan Beulich wrote: > On 04.09.17 at 10:17, wrote: >>> On 03/09/17 10:38, Nicolas Iooss wrote: Commit d162809f85b4 ("xen/x86: Do not call xen_init_time_ops() until shared_info is initialized") moved xen_init_time_ops() from __init

Re: [Xen-devel] [PATCH 1/1] x86/xen: fix section of xen_init_time_ops() in header

2017-09-04 Thread Andrew Cooper
On 04/09/17 11:15, Jan Beulich wrote: On 04.09.17 at 10:17, wrote: >> On 03/09/17 10:38, Nicolas Iooss wrote: >>> Commit d162809f85b4 ("xen/x86: Do not call xen_init_time_ops() until >>> shared_info is initialized") moved xen_init_time_ops() from __init to >>> __ref without updating xen-ops.h

Re: [Xen-devel] [PATCH 1/1] x86/xen: fix section of xen_init_time_ops() in header

2017-09-04 Thread Jan Beulich
>>> On 04.09.17 at 10:17, wrote: > On 03/09/17 10:38, Nicolas Iooss wrote: >> Commit d162809f85b4 ("xen/x86: Do not call xen_init_time_ops() until >> shared_info is initialized") moved xen_init_time_ops() from __init to >> __ref without updating xen-ops.h accordingly. Fix this. >> >> Fixes: d1628

Re: [Xen-devel] [PATCH 1/1] x86/xen: fix section of xen_init_time_ops() in header

2017-09-04 Thread Juergen Gross
On 03/09/17 10:38, Nicolas Iooss wrote: > Commit d162809f85b4 ("xen/x86: Do not call xen_init_time_ops() until > shared_info is initialized") moved xen_init_time_ops() from __init to > __ref without updating xen-ops.h accordingly. Fix this. > > Fixes: d162809f85b4 ("xen/x86: Do not call xen_init_t

[Xen-devel] [PATCH 1/1] x86/xen: fix section of xen_init_time_ops() in header

2017-09-03 Thread Nicolas Iooss
Commit d162809f85b4 ("xen/x86: Do not call xen_init_time_ops() until shared_info is initialized") moved xen_init_time_ops() from __init to __ref without updating xen-ops.h accordingly. Fix this. Fixes: d162809f85b4 ("xen/x86: Do not call xen_init_time_ops() until shared_info is initialized") Signe