1. 14 Apr, 2004 11 commits
    • Sam Ravnborg's avatar
      [PATCH] kbuild: fix modules_install · 4670ef7a
      Sam Ravnborg authored
      The directory .tmp_versions/ was deleted during make vmlinux.
      
      This eliminated the list of modules used for moudles_install.
      The effect was that the following scenario failed:
      
      	make
      	make install
      	make modules_install
      
      The solution is to only cleanup .tmp_versions when building modules.
      4670ef7a
    • Jaroslav Kysela's avatar
      [ISAPNP] MEM32 fix in read resources · c49429a6
      Jaroslav Kysela authored
      Corrects isapnp_read_resources so that it gets MEM32 information properly.
      c49429a6
    • Adam Belay's avatar
      [PNPBIOS] avoid making potentially broken calls in proc.c · 3c4694be
      Adam Belay authored
      This patch prevents /proc/bus/pnp/devices from requesting on-boot node
      information.  Dynamic information is used instead.
      3c4694be
    • Adam Belay's avatar
      [PNPBIOS] blacklist asus P4P800 · 045e0aec
      Adam Belay authored
      The ASUS p4p800 motherboard's BIOS has a broken PnPBIOS implementation.  This 
      patch will disable PnPBIOS support if this hardware is detected by DMI.
      045e0aec
    • Adam Belay's avatar
      [PNP] sysfs entry "resource" fix · 6faff072
      Adam Belay authored
      This patch ensures the proper count is returned in pnp_set_current_resources.
      6faff072
    • Adam Belay's avatar
      [PNP] minor resource management fixes · fb6647a6
      Adam Belay authored
      This patch fixes a bug in pnp_auto_config_dev in which it wouldn't always report 
      allocation failures.  It also corrects the return codes.
      fb6647a6
    • Adam Belay's avatar
      [PNPBIOS] parse asci text name · 9a2fc853
      Adam Belay authored
      This patch fixes the unknown tag warning by adding support for the asci text 
      tag.
      9a2fc853
    • 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 29 commits