29 Oct, 2005

2 commits


06 Sep, 2005

5 commits


27 Aug, 2005

1 commit

  • Coverity uncovered an off-by-one error in the fscpos driver, in function
    set_temp_reset(). Writing to the temp3_reset sysfs file will lead to an
    array overrun, in turn causing an I2C write to a random register of the
    FSC Poseidon chip. Additionally, writing to temp1_reset and temp2_reset
    will not work as expected. The fix is straightforward.

    Signed-off-by: Jean Delvare
    Signed-off-by: Linus Torvalds

    Jean Delvare
     

30 Jul, 2005

1 commit


12 Jul, 2005

1 commit

  • Part 2: Move the driver files themselves.

    Note that the patch "adds trailing whitespace", because it does move the
    files as-is, and some files happen to have trailing whitespace.

    From: Jean Delvare
    Signed-off-by: Greg Kroah-Hartman

    Jean Delvare