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>] [day] [month] [year] [list]
Date:	Sun, 27 Jan 2013 15:29:33 +0800
From:	Mark Brown <broonie@...nsource.wolfsonmicro.com>
To:	Tejun Heo <tj@...nel.org>
Cc:	linux-kernel@...r.kernel.org,
	Arjan van de Ven <arjan@...ux.intel.com>,
	Dan Williams <djbw@...com>
Subject: Boot crashes due to global async pending list

Booting current -next causes crashes during regulator_bulk_enable() in
the async code (the function uses an async domain to run multiple calls
to regulator_enable() in parallel, synchronising the domain to finish
them).  Reverting commit 9fdb04 (async: replace list of active domains
with global list of pending items) causes the problem to go away.

I've not got any sensible diagnostics at the minute, the crash was in
async_entry_function() in one of the list_del_init() calls suggesting a
locking issue but everything looks in order there.  Will try to
investigate properly when I get time, I appreciate that this isn't an
awesome bug report.  If there's any diagnostics that'd be helpful please
let me know.

Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ