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, 09 Feb 2011 12:21:18 +0100
From:	Peter Zijlstra <peterz@...radead.org>
To:	Trinabh Gupta <trinabh@...ux.vnet.ibm.com>
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

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