1. 28 May, 2003 1 commit
    • Pavel Roskin's avatar
      [PATCH] Fix crash when unloading yenta_socket in Linux 2.5.69 · a22fcf63
      Pavel Roskin authored
      socket->base is unmapped in yenta_close(), which is called by
      cardbus_remove().  The value of socket->base is not changed to
      NULL, so it becomes invalid.
      
      Then cardbus_remove() calls class_device_unregister(), which calls
      pcmcia_unregister_socket(), which it turn tries to access memory
      space of the socket.
      a22fcf63
  2. 18 May, 2003 1 commit
    • Christoph Hellwig's avatar
      [PATCH] kill register_pccard_driver · 201313f5
      Christoph Hellwig authored
      I tried to get as much in as possible through the maintainers but
      didn't get much feedback.. (Except two batches included and Kai
      ACKing the ISDN stuff).
      
      So here's a big patch to move the reamining users over to
      pcmcia_register_driver and kill it off.
      201313f5
  3. 16 May, 2003 1 commit
  4. 15 May, 2003 23 commits
  5. 14 May, 2003 14 commits