Re: [PATCH 1/1] x86/hyperv: Make hv_setup_sched_clock inline

2020-08-11 Thread Thomas Gleixner
Wei Liu writes: > On Mon, Aug 10, 2020 at 10:08:41PM +0200, Thomas Gleixner wrote: >> Michael Kelley writes: >> > Make hv_setup_sched_clock inline so the reference to pv_ops works >> > correctly with objtool updates to detect noinstr violations. >> > See https://lore.kernel.org/patchwork/patch/1

Re: [PATCH 1/1] x86/hyperv: Make hv_setup_sched_clock inline

2020-08-11 Thread Wei Liu
On Mon, Aug 10, 2020 at 10:08:41PM +0200, Thomas Gleixner wrote: > Michael Kelley writes: > > Make hv_setup_sched_clock inline so the reference to pv_ops works > > correctly with objtool updates to detect noinstr violations. > > See https://lore.kernel.org/patchwork/patch/1283635/ > > > > Signed-o

Re: [PATCH 1/1] x86/hyperv: Make hv_setup_sched_clock inline

2020-08-10 Thread Thomas Gleixner
Michael Kelley writes: > Make hv_setup_sched_clock inline so the reference to pv_ops works > correctly with objtool updates to detect noinstr violations. > See https://lore.kernel.org/patchwork/patch/1283635/ > > Signed-off-by: Michael Kelley Acked-by: Thomas Gleixner

Re: [PATCH 1/1] x86/hyperv: Make hv_setup_sched_clock inline

2020-08-10 Thread peterz
On Sun, Aug 09, 2020 at 06:29:51PM -0700, Michael Kelley wrote: > Make hv_setup_sched_clock inline so the reference to pv_ops works > correctly with objtool updates to detect noinstr violations. > See https://lore.kernel.org/patchwork/patch/1283635/ > > Signed-off-by: Michael Kelley Thanks! Ack

Re: [PATCH 1/1] x86/hyperv: Make hv_setup_sched_clock inline

2020-08-10 Thread Wei Liu
On Sun, Aug 09, 2020 at 06:29:51PM -0700, Michael Kelley wrote: > Make hv_setup_sched_clock inline so the reference to pv_ops works > correctly with objtool updates to detect noinstr violations. > See https://lore.kernel.org/patchwork/patch/1283635/ > I read the reference link. This change looks