An unexpected perf feature
An unexpected perf feature
Posted May 21, 2013 23:39 UTC (Tue) by deater (subscriber, #11746)Parent article: An unexpected perf feature
> Kernels configured without support for perf events (i.e.
> CONFIG_PERF_EVENTS not set) are unaffected by the bug as they lack
> the system call entirely.
> CONFIG_PERF_EVENTS not set) are unaffected by the bug as they lack
> the system call entirely.
As far as I know it's not possible to disable perf_event on x86 since about 2.6.37 or so, because it is automatically enabled to get debugger support. I'd be glad to be proven wrong though.
As far as trinity support, better perf_event_open() coverage that I contributed was merged today, so everyone can fuzz away.