1. 14 Apr, 2004 6 commits
    • Greg Kroah-Hartman's avatar
      Merge kroah.com:/home/greg/linux/BK/bleed-2.6 · de2bd6e9
      Greg Kroah-Hartman authored
      into kroah.com:/home/greg/linux/BK/i2c-2.6
      de2bd6e9
    • Jean Delvare's avatar
      [PATCH] I2C: Fix voltage rounding in asb100 · a27bfa92
      Jean Delvare authored
      This one line patch fixes voltage rounding in the asb100 chip driver.
      It's very similar to a patch I submitted for the lm80 a few days ago.
      a27bfa92
    • Anton Blanchard's avatar
      [PATCH] large cpumask fix · 69202577
      Anton Blanchard authored
      The RCU code was missing cpus_empty() in one place, required with large
      cpumasks.
      69202577
    • Anton Blanchard's avatar
      [PATCH] ppc64 signal frame issue · e8c797a8
      Anton Blanchard authored
      Fix a corruption bug, we were copying too much information back off
      the signal frame.
      
      While in the area help with gccs sign extension optimisation problems
      and convert some things to long. (Saves about 30 instructions in signal.c)
      e8c797a8
    • Linus Torvalds's avatar
      Merge http://jfs.bkbits.net/linux-2.5 · e1fdc381
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      e1fdc381
    • Dave Jones's avatar
      [PATCH] isofs buffer overflow fix · 6b4e4b90
      Dave Jones authored
      Merged in 2.4, and various vendor kernels..
      
        iDefense reported a buffer overflow flaw in the ISO9660 filesystem code.
        An attacker could create a malicious filesystem in such a way that they
        could gain root privileges if that filesystem is mounted. The Common
        Vulnerabilities and Exposures project (cve.mitre.org) has assigned the name
        CAN-2004-0109 to this issue.
      
      Ernie Petrides came up with the following patch which I fixed up a slight
      reject in to apply to 2.6. Otherwise, unchanged from the 2.4 patch.
      6b4e4b90
  2. 13 Apr, 2004 34 commits