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:	Wed, 8 Dec 2010 08:55:41 +0100
From:	Alexander Stein <alexander.stein@...tec-electronic.com>
To:	linux-kernel@...r.kernel.org
Subject: detached sleepable task during initcall

Hello,

we need to run a platform dependant function changing GPIOs which need a 
specific time between those changes. Actually it is the platform set_power 
function used by platform_lcd_probe. This itself is no problem. But the 
currently used msleeps on about 250ms summarized is really much while the 
system idles.
We'd like to avoid idle during that msleeps. So, we used a work_queue in that 
set_power function. But unforturnatly do_initcalls calls flush_scheduled_work 
at the end. So the system will still idle until this work_queue has finished.
What can we use to call the set_power function asynchronously and sleepable 
while not waiting during system startup on this function to be finished? The 
set_power just enabled the lcd power and nothing need to wait on that.

Regards,
Alexander
--
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