1. 13 Oct, 2004 1 commit
  2. 11 Oct, 2004 2 commits
    • Sreenivas Bagalkote's avatar
      [PATCH] megaraid 2.20.4: fix a data corruption bug · 825d5976
      Sreenivas Bagalkote authored
      Fixes a data corruption issue. Because of a typo in the driver, IO packets
      were wrongly shared by the IOCTL path. This caused the whole IO command
      to be replaced by an incoming IOCTL command.
      825d5976
    • Nick Piggin's avatar
      [PATCH] ACPI: check parameter for NULL · 4724e974
      Nick Piggin authored
      ACPI still explodes on my old PII and stops it booting.
      
      Anyway, it is oopsing in drivers/acpi/scan.c line 207 where element
      (which is NULL) gets dereferenced.
      
      The ACPI bios on this thing has always seemed to be pretty broken, but
      this at least allows the 'power' button to continue to work (the only
      reason why I want ACPI).
      4724e974
  3. 10 Oct, 2004 16 commits
  4. 09 Oct, 2004 17 commits
  5. 10 Oct, 2004 2 commits
  6. 09 Oct, 2004 1 commit
    • Russell King's avatar
      [PCMCIA] Improve locking for memory resource probing. · 3c720f5b
      Russell King authored
      - Pass a mask of the regions we wish to be probed to validate_mem
      - Only take s->skt_sem if we need to probe resources on a socket
      
      This prevents a deadlock reported by Adam Belay caused by ds.c waiting
      with the socket semaphore held for userspace to respond.  Meanwhile,
      userspace may under some rare circumstances issue a request to read
      tuples from the card, which tries to take the socket semaphore again.
      3c720f5b
  7. 08 Oct, 2004 1 commit