Revision 94e5d714f604d4cb4cb13163f01ede278e69258b authored by Mimi Zohar on 26 June 2009, 18:05:27 UTC, committed by James Morris on 28 June 2009, 22:59:10 UTC
This patch fixes an imbalance message as reported by J.R. Okajima.
The IMA file counters are incremented in ima_path_check. If the
actual open fails, such as ETXTBSY, decrement the counters to
prevent unnecessary imbalance messages.

Reported-by: J.R. Okajima <hooanon05@yahoo.co.jp>
Signed-off-by: Mimi Zohar <zohar@us.ibm.com>
Signed-off-by: James Morris <jmorris@namei.org>
1 parent 79b854c
Raw File
ics932s401
Kernel driver ics932s401
======================

Supported chips:
  * IDT ICS932S401
    Prefix: 'ics932s401'
    Addresses scanned: I2C 0x69
    Datasheet: Publically available at the IDT website

Author: Darrick J. Wong

Description
-----------

This driver implements support for the IDT ICS932S401 chip family.

This chip has 4 clock outputs--a base clock for the CPU (which is likely
multiplied to get the real CPU clock), a system clock, a PCI clock, a USB
clock, and a reference clock.  The driver reports selected and actual
frequency.  If spread spectrum mode is enabled, the driver also reports by what
percent the clock signal is being spread, which should be between 0 and -0.5%.
All frequencies are reported in KHz.

The ICS932S401 monitors all inputs continuously. The driver will not read
the registers more often than once every other second.

Special Features
----------------

The clocks could be reprogrammed to increase system speed.  I will not help you
do this, as you risk damaging your system!
back to top