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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 10 Feb 2011 20:40:50 +0530
From:	Trinabh Gupta <trinabh@...ux.vnet.ibm.com>
To:	Peter Zijlstra <peterz@...radead.org>
CC:	arjan@...ux.intel.com, lenb@...nel.org, suresh.b.siddha@...el.com,
	benh@...nel.crashing.org, venki@...gle.com, ak@...ux.intel.com,
	linux-kernel@...r.kernel.org
Subject: Re: [RFC PATCH V3 0/3] cpuidle: Cleanup pm_idle and include driver/cpuidle.c
 in-kernel

> On Tue, 2011-02-08 at 16:21 +0530, Trinabh Gupta wrote:
>>
>>   arch/x86/kernel/process.c     |  340 -------------------------------
>>   arch/x86/kernel/process_32.c  |    4
>>   arch/x86/kernel/process_64.c  |    4
>>   arch/x86/xen/setup.c          |    1
>>   drivers/acpi/processor_idle.c |    2
>>   drivers/cpuidle/Kconfig       |    9 +
>>   drivers/cpuidle/cpuidle.c     |   43 +++-
>>   drivers/cpuidle/driver.c      |  112 ++++++++++
>>   drivers/idle/Makefile         |    2
>>   drivers/idle/default_driver.c |  453 +++++++++++++++++++++++++++++++++++++++++
>>   include/linux/cpuidle.h       |    3
>>   11 files changed, 613 insertions(+), 360 deletions(-)
>>   create mode 100644 drivers/idle/default_driver.c
>
>
> # git grep -l "\<pm_idle\>" arch/x86/
> arch/x86/kernel/apm_32.c
> arch/x86/kernel/process.c
> arch/x86/kernel/process_32.c
> arch/x86/kernel/process_64.c
> arch/x86/xen/setup.c
>
> You seemed to have missed touching apm_32.c
>

Hi Peter,

Thanks for the review. Yes, I missed this; will take care of
this and cpu_idle_wait() in the next version.

Thanks,
-Trinabh
--
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