Re: suspicious RCU usage (perf)
From: David Ahern
Date: Tue Aug 27 2013 - 09:58:19 EST
On 8/27/13 7:10 AM, Steven Rostedt wrote:
On Mon, 26 Aug 2013 15:49:24 -0400
Dave Jones <davej@xxxxxxxxxx> wrote:
> Do you have /sys/kernel/debug with access permissions?
Ah, yeah, that'll be it. Good catch.
Sorry for the false alarm Steve ;)
Yeah, but it still does not explain how perf got started. Perf requires
a sys_perf_event_open() call to run.
Per Peter's response another option is the paranoia level:
# perf event paranoia level:
# -1 - not paranoid at all
# 0 - disallow raw tracepoint access for unpriv
# 1 - disallow cpu events for unpriv
# 2 - disallow kernel profiling for unpriv
kernel.perf_event_paranoid = -1
I keep my dev box at -1 and set /sys/kernel/debug to 755 to run perf as
non-root.
David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/