[Bug runtime/20148] during module init, systemtap is calling cpufreq_register_notifier(), a function that can sleep, in atomic context

dsmith at redhat dot com sourceware-bugzilla@sourceware.org
Fri Jun 3 16:16:00 GMT 2016


https://sourceware.org/bugzilla/show_bug.cgi?id=20148

--- Comment #2 from David Smith <dsmith at redhat dot com> ---
In theory, any stap script that calls any of the gettimeofday_*() functions
should cause this bug, but the following script doesn't show this bug:

# stap -ve 'probe begin { printf("%d\n", gettimeofday_s()) }'

Calling any of the gettimeofday_*() functions causes _stp_init_time() to be
called.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Systemtap mailing list