Re: [PATCH] hv: clocksource: Add notrace attribute to read_hv_sched_clock_*() functions
From: Wei Liu <wei.liu@kernel.org>
Date: 2020-09-28 09:07:48
Also in:
lkml
From: Wei Liu <wei.liu@kernel.org>
Date: 2020-09-28 09:07:48
Also in:
lkml
On Thu, Sep 24, 2020 at 05:36:51PM +0200, Vitaly Kuznetsov wrote:
Mohammed Gamal [off-list ref] writes:
[...]
Obviously we're seeing a recursion, we can trim this log a bit.
I've trimmed the stack trace a bit.
quoted
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.
quoted
Fixes: bd00cd52d5be ("clocksource/drivers/hyperv: Add Hyper-V specific sched clock function") Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>Rather 'Suggested-by:' but not a big deal.
And changed this too. This patch is now in hyperv-next. Thanks. Wei.