Re: perf: easily crash kernel with rapl event close

From: Stephane Eranian
Date: Thu Jan 22 2015 - 07:39:25 EST


On Thu, Jan 22, 2015 at 2:17 AM, Peter Zijlstra <peterz@xxxxxxxxxxxxx> wrote:
> On Wed, Jan 21, 2015 at 09:13:11PM -0800, Stephane Eranian wrote:
>> Vince,
>>
>> On Wed, Jan 21, 2015 at 10:55 AM, Vince Weaver <vincent.weaver@xxxxxxxxx> wrote:
>> > Hello
>> >
>> > on my haswell system, running 3.19-rc5, and with
>> > echo "0" > /proc/sys/kernel/perf_event_paranoid
>> >
>> > I can easily crash my system with the attached test program that simply
>> > opens a RAPL event and then closes it.
>> >
>> > This bug was found by the perf_fuzzer.
>> >
>> > It looks like somehow rapl_pmu gets freed to NULL but the
>> > call in rapl_scale()
>> > __this_cpu_read(rapl_pmu->hw_unit)
>> > still happens.
>> >
>> I don't see how this can happen.
>>
>> I get some crashes but not with your program on my laptop.
>> But I cannot catch the serial console from my laptop.
>> Will try with another machine tomorrow.
>
> I saw it today as well on an ivb-ep. I disabled rapl for now since I'm
> chasing other things.

I will fix that today.
--
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/