1. 27 7月, 2005 3 次提交
    • E
      [PATCH] Update sysrq-B to use emergency_restart() · 4de8b9b7
      Eric W. Biederman 提交于
      sysrq calls into the reboot path from an interrupt handler
      we can either push the code do into process context and
      call kernel_restart and get a clean reboot or we can simply
      reboot the machine, and increase our chances of actually
      rebooting.  emergency_reboot() seems like the closest match
      to what we have previously done, and what we want.
      Signed-off-by: NEric W. Biederman <ebiederm@xmission.com>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      4de8b9b7
    • A
      [PATCH] qla2xxx: Kconfig dependency fix · a6fa657b
      Andrew Morton 提交于
      *** Warning: "fc_remote_port_block" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "scsi_is_fc_rport" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_remote_port_unblock" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_remote_port_rolechg" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_release_transport" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_remove_host" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_remote_port_add" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      *** Warning: "fc_attach_transport" [drivers/scsi/qla2xxx/qla2xxx.ko] undefined!
      
      Cc: James Bottomley <James.Bottomley@steeleye.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      a6fa657b
    • A
      [PATCH] qla: remove anonymous union · 9a168bdd
      Andrew Morton 提交于
      Older gcc's dont support anonymous unions, so this driver gets hundreds of
      error.
      
      Fortunately the fix is easy...
      
      Cc: James Bottomley <James.Bottomley@steeleye.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      9a168bdd
  2. 25 7月, 2005 6 次提交
  3. 23 7月, 2005 1 次提交
  4. 22 7月, 2005 2 次提交
  5. 21 7月, 2005 1 次提交
  6. 20 7月, 2005 7 次提交
  7. 19 7月, 2005 1 次提交
  8. 18 7月, 2005 3 次提交
  9. 16 7月, 2005 10 次提交
  10. 15 7月, 2005 3 次提交
  11. 14 7月, 2005 3 次提交