Re: [PATCH] hv: clocksource: Add notrace attribute to read_hv_sched_clock_*() functions

From: Wei Liu
Date: Mon Sep 28 2020 - 05:07:48 EST


On Thu, Sep 24, 2020 at 05:36:51PM +0200, Vitaly Kuznetsov wrote:
> Mohammed Gamal <mgamal@xxxxxxxxxx> writes:
>
[...]
>
> Obviously we're seeing a recursion, we can trim this log a bit.

I've trimmed the stack trace a bit.

>
> >
> > Setting the notrace attribute for read_hv_sched_clock_msr() and
> > read_hv_sched_clock_tsc() fixes it

Also added a period at the end.

> >
> > Fixes: bd00cd52d5be ("clocksource/drivers/hyperv: Add Hyper-V specific
> > sched clock function")
> > Signed-off-by: Vitaly Kuznetsov <vkuznets@xxxxxxxxxx>
>
> Rather 'Suggested-by:' but not a big deal.
>

And changed this too.

This patch is now in hyperv-next. Thanks.

Wei.