Skip to content
Snippets Groups Projects
  1. Jan 16, 2012
  2. Oct 31, 2011
  3. Sep 23, 2011
  4. Aug 27, 2011
  5. Jul 03, 2011
  6. Mar 01, 2011
  7. Oct 18, 2010
  8. Sep 09, 2010
  9. Sep 05, 2010
  10. Aug 11, 2010
    • Randy Dunlap's avatar
      scsi: fix pmcraid build errors · b2045240
      Randy Dunlap authored
      
      pmcraid should depend on NET since it uses netlink interfaces.
      This fixes multiple build errors when CONFIG_NET is not enabled:
      
      ERROR: "genl_register_family" [drivers/scsi/pmcraid.ko] undefined!
      ERROR: "genl_unregister_family" [drivers/scsi/pmcraid.ko] undefined!
      ERROR: "nla_put" [drivers/scsi/pmcraid.ko] undefined!
      ERROR: "init_net" [drivers/scsi/pmcraid.ko] undefined!
      ERROR: "__alloc_skb" [drivers/scsi/pmcraid.ko] undefined!
      ERROR: "netlink_broadcast" [drivers/scsi/pmcraid.ko] undefined!
      ERROR: "kfree_skb" [drivers/scsi/pmcraid.ko] undefined!
      ERROR: "skb_put" [drivers/scsi/pmcraid.ko] undefined!
      
      Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Cc: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
      Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      b2045240
  11. Aug 06, 2010
  12. Jul 28, 2010
  13. Mar 03, 2010
    • James Bottomley's avatar
      [SCSI] raid_attrs: fix dependency problems · fac829fd
      James Bottomley authored
      
      RAID attributes uses scsi_is_sdev_device() to gate some SCSI specific
      checking code.  This causes two problems.  Firstly if SCSI == n just
      defining scsi_is_sdev_device() to return false might not be enough to
      prevent gcc from emitting the code (and thus referring to undefined
      symbols), so this needs surrounding with an ifdef.  Secondly, using
      scsi_is_sdev_device() when SCSI is either y or m gives a subtle
      problem in the m case: raid_attrs must also be m to use the symbol.
      Do the usual Kconfig jiggery-pokery to fix this.
      
      Reported-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@suse.de>
      fac829fd
  14. Dec 10, 2009
  15. Dec 04, 2009
  16. Oct 02, 2009
  17. Sep 12, 2009
  18. Jun 21, 2009
  19. Jun 09, 2009
  20. May 23, 2009
  21. May 20, 2009
  22. May 14, 2009
  23. Apr 03, 2009
  24. Mar 30, 2009
  25. Mar 13, 2009
    • Eric Moore's avatar
      [SCSI] mpt2sas v00.100.11.15 · 635374e7
      Eric Moore authored
      
      * This is new scsi lld device driver from LSI supporting the SAS 2.0
        standard. I have split patchs by filename.
      
      * Here is list of new 6gb host controllers:
      
        LSI SAS2004
        LSI SAS2008
        LSI SAS2108
        LSI SAS2116
      
      * Here are the changes in the 4th posting of this patch set:
      
      (1) fix compile errors when SCSI_MPT2SAS_LOGGING is not enabled
      (2) add mpt2sas to the SCSI Mid Layer Makefile
      (3) append mpt2sas_ to the naming of all non-static functions
      (4) fix oops for SMP_PASSTHRU
      (5) doorbell algorithm imported changes from windows driver
      
      * Here are the changes in the 3rd posting of this patch set:
      
      (1) add readl following writel from the function that disables interrupts
      (2) replace 0xFFFFFFFFFFFFFFFFULL with ~0ULL
      (3) when calling pci_enable_msix, only pass one msix entry (instead of 15).
      (4) remove the "current HW implementation uses..... " comment in the sources
      (5) merged bug fix for SIGIO/POLLIN notifcation; reported by the storlib team.
      
      * Here are the changes in the 2nd posting of this patch set:
      
      (1) use little endian types in the mpi headers
      (2) merged in bug fix's from inhouse drivers.
      
      Signed-off-by: default avatarEric Moore <eric.moore@lsi.com>
      Tested-by: default avatarpeter Bogdanovic <pbog@us.ibm.com>
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
      635374e7
  26. Mar 12, 2009
  27. Jan 08, 2009
Loading