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:	Thu, 21 Sep 2006 17:48:00 -0700
From:	Dmitriy Zavin <dmitriyz@...gle.com>
To:	linux-kernel@...r.kernel.org
Cc:	ak@...e.de, akpm@...l.org
Subject: [PATCH 0/4 v2] therm_throt: Refactor thermal throttle processing, and keep a total count of events.

This patch-set factors out the thermal throttle processing code
from i386 and x86_64 into a separate file (therm_throt.c).
This allows consistent reporting of CPU thermal throttle events.
Furthermore, a counter is added to /sys that keeps track of the
number of thermal events, such that the user knows how bad the
thermal problem might be (since the logging to syslog and mcelog
is rate limited).

Tested on 32bit and 64bit Intel P4 Xeons.

Differences from last cut:
 - No more #ifdef CONFIG_X86_64.. sorry Andi :). x86_64 specific
   code is in arch/x86_64/kernel/mce.c
 - Commented the need/use for time_before64/time_after64.
   (I addressed Andi Kleen's concern about these macros in a
    followup from last attempt, but never got a response.)
 - More comments in therm_throt.c and individual patch descriptions

 arch/i386/kernel/cpu/mcheck/Makefile      |    2
 arch/i386/kernel/cpu/mcheck/p4.c          |   26 +---
 arch/i386/kernel/cpu/mcheck/therm_throt.c |  171 ++++++++++++++++++++++++++++++
 arch/x86_64/kernel/Makefile               |    4
 arch/x86_64/kernel/mce.c                  |   27 ++++
 arch/x86_64/kernel/mce_intel.c            |   30 +----
 include/asm-i386/therm_throt.h            |    9 +
 include/asm-x86_64/mce.h                  |    4
 include/asm-x86_64/therm_throt.h          |    1
 include/linux/jiffies.h                   |   15 ++
 10 files changed, 248 insertions(+), 41 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