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] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 01 Feb 2012 18:40:27 -0800
From:	john stultz <johnstul@...ibm.com>
To:	Arjan van de Ven <arjan@...radead.org>
Cc:	linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
	Len Brown <lenb@...nel.org>, arjanvandeven@...il.com
Subject: Re: [PATCH] clocksource: Load the ACPI PM clocksource asynchronously

On Mon, 2012-01-30 at 20:51 -0800, Arjan van de Ven wrote:
> From ef4b0d23878277dfd75828f13353e605aae2937f Mon Sep 17 00:00:00 2001
> From: Arjan van de Ven <arjan@...ux.intel.com>
> Date: Mon, 30 Jan 2012 20:23:30 -0800
> Subject: [PATCH] clocksource: Load the ACPI PM clocksource asynchronously
> 
> The ACPI clocksource takes quite some time to initialize,
> and this increases the boot time of the kernel for a
> double digit percentage. This while almost all modern
> systems will be using the HPET already anyway.
> 
> This patch turns the clocksource loading into an asynchronous
> operation; which means it won't hold up the boot while
> still becoming available normally.
> 
> To make this work well, an udelay() had to be turned into an
> usleep_range() so that on UP systems, we yield the CPU to
> regular boot tasks instead of spinning.
> 
> CC: John Stultz <johnstul@...ibm.com>
> CC: Thomas Gleixner <tglx@...utronix.de>
> CC: Len Brown <lenb@...nel.org>
> 
> Signed-off-by: Arjan van de Ven <arjan@...ux.intel.com>


Looks good to me. I've gone ahead and queued it

thanks
-john


--
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