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-next>] [day] [month] [year] [list]
Date:	Mon, 07 May 2012 17:59:47 -0000
From:	Thomas Gleixner <tglx@...utronix.de>
To:	LKML <linux-kernel@...r.kernel.org>
Cc:	Peter Zijlstra <peterz@...radead.org>
Subject: [patch 0/8] cpuidle: Fix and replace cpu_idle_wait copied code

cpu_idle_wait() is available in several identical copies all over
arch/ plus a broken variant.

This series fixes the broken one first and then replaces all the
identical ones with a generic version.

Thanks,

	tglx
----
 arch/arm/Kconfig                     |    3 ---
 arch/arm/include/asm/processor.h     |    2 --
 arch/arm/kernel/process.c            |   20 --------------------
 arch/ia64/include/asm/processor.h    |    1 -
 arch/ia64/kernel/process.c           |   20 --------------------
 arch/powerpc/Kconfig                 |    4 ----
 arch/powerpc/include/asm/processor.h |    1 -
 arch/powerpc/kernel/idle.c           |   23 -----------------------
 arch/sh/Kconfig                      |    3 ---
 arch/sh/include/asm/processor.h      |    1 -
 arch/sh/kernel/idle.c                |   20 --------------------
 arch/x86/Kconfig                     |    3 ---
 arch/x86/include/asm/processor.h     |    2 --
 arch/x86/kernel/apm_32.c             |    2 +-
 arch/x86/kernel/process.c            |   20 --------------------
 drivers/cpuidle/cpuidle.c            |   13 +------------
 include/linux/smp.h                  |    4 ++++
 kernel/smp.c                         |   23 +++++++++++++++++++++++
 18 files changed, 29 insertions(+), 136 deletions(-)

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