lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 27 May 2014 17:00:07 -0400 (EDT)
From:	Vince Weaver <vincent.weaver@...ne.edu>
To:	Vince Weaver <vincent.weaver@...ne.edu>
cc:	linux-kernel@...r.kernel.org,
	Peter Zijlstra <peterz@...radead.org>,
	Ingo Molnar <mingo@...hat.com>,
	Paul Mackerras <paulus@...ba.org>
Subject: Re: perf: fuzzer getting stuck with slow memory leak

On Tue, 27 May 2014, Vince Weaver wrote:

> On Tue, 27 May 2014, Vince Weaver wrote:
> 
> > OK, the problem is in:
> > 
> > 	kernel/events/core.c find_get_context()
> > 
> > retry:
> > 	perf_lock_task_context() returns NULL.
> > 	alloc_perf_context()
> > 	task->perf_event_ctxp[ctxn] is *not* NULL
> > 	err == EAGAIN so jump to retry
> > 

so after sticking some trace_printk()s in the code, it turns out
that for the software PMU

perf_lock_task_context() returns NULL beause 
	!atomic_inc_not_zero(&ctx->refcount)
is zero, but
	task->perf_event_ctxp[ctxn] still has a value.

And since those conditions never change it just loops forever, stuck.

I'm not sure how the reference count is getting messed up.
This is reproducible so if there's anything useful I can turn on
tracing-wise let me know.

Vince
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ