summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2012-01-12 12:39:51 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2012-01-18 07:31:53 -0800
commitda84e453c225f742b32ff68f65fd9a2af2691c7c (patch)
treeb59fbe5e626f13ef4d57184fe735b4f36d746454 /Documentation
parent70422e598a0f7f24e914187844fefcb4d656903d (diff)
KVM guest: prevent tracing recursion with kvmclock
(cherry picked from commit 95ef1e52922cf75b1ea2eae54ef886f2cc47eecb) Prevent tracing of preempt_disable() in get_cpu_var() in kvm_clock_read(). When CONFIG_DEBUG_PREEMPT is enabled, preempt_disable/enable() are traced and this causes the function_graph tracer to go into an infinite recursion. By open coding the preempt_disable() around the get_cpu_var(), we can use the notrace version which prevents preempt_disable/enable() from being traced and prevents the recursion. Based on a similar patch for Xen from Jeremy Fitzhardinge. Tested-by: Gleb Natapov <gleb@redhat.com> Acked-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions