1. 28 7月, 2010 3 次提交
  2. 12 4月, 2010 2 次提交
  3. 11 4月, 2010 1 次提交
  4. 30 3月, 2010 1 次提交
    • T
      include cleanup: Update gfp.h and slab.h includes to prepare for breaking... · 5a0e3ad6
      Tejun Heo 提交于
      include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
      
      percpu.h is included by sched.h and module.h and thus ends up being
      included when building most .c files.  percpu.h includes slab.h which
      in turn includes gfp.h making everything defined by the two files
      universally available and complicating inclusion dependencies.
      
      percpu.h -> slab.h dependency is about to be removed.  Prepare for
      this change by updating users of gfp and slab facilities include those
      headers directly instead of assuming availability.  As this conversion
      needs to touch large number of source files, the following script is
      used as the basis of conversion.
      
        http://userweb.kernel.org/~tj/misc/slabh-sweep.py
      
      The script does the followings.
      
      * Scan files for gfp and slab usages and update includes such that
        only the necessary includes are there.  ie. if only gfp is used,
        gfp.h, if slab is used, slab.h.
      
      * When the script inserts a new include, it looks at the include
        blocks and try to put the new include such that its order conforms
        to its surrounding.  It's put in the include block which contains
        core kernel includes, in the same order that the rest are ordered -
        alphabetical, Christmas tree, rev-Xmas-tree or at the end if there
        doesn't seem to be any matching order.
      
      * If the script can't find a place to put a new include (mostly
        because the file doesn't have fitting include block), it prints out
        an error message indicating which .h file needs to be added to the
        file.
      
      The conversion was done in the following steps.
      
      1. The initial automatic conversion of all .c files updated slightly
         over 4000 files, deleting around 700 includes and adding ~480 gfp.h
         and ~3000 slab.h inclusions.  The script emitted errors for ~400
         files.
      
      2. Each error was manually checked.  Some didn't need the inclusion,
         some needed manual addition while adding it to implementation .h or
         embedding .c file was more appropriate for others.  This step added
         inclusions to around 150 files.
      
      3. The script was run again and the output was compared to the edits
         from #2 to make sure no file was left behind.
      
      4. Several build tests were done and a couple of problems were fixed.
         e.g. lib/decompress_*.c used malloc/free() wrappers around slab
         APIs requiring slab.h to be added manually.
      
      5. The script was run on all .h files but without automatically
         editing them as sprinkling gfp.h and slab.h inclusions around .h
         files could easily lead to inclusion dependency hell.  Most gfp.h
         inclusion directives were ignored as stuff from gfp.h was usually
         wildly available and often used in preprocessor macros.  Each
         slab.h inclusion directive was examined and added manually as
         necessary.
      
      6. percpu.h was updated not to include slab.h.
      
      7. Build test were done on the following configurations and failures
         were fixed.  CONFIG_GCOV_KERNEL was turned off for all tests (as my
         distributed build env didn't work with gcov compiles) and a few
         more options had to be turned off depending on archs to make things
         build (like ipr on powerpc/64 which failed due to missing writeq).
      
         * x86 and x86_64 UP and SMP allmodconfig and a custom test config.
         * powerpc and powerpc64 SMP allmodconfig
         * sparc and sparc64 SMP allmodconfig
         * ia64 SMP allmodconfig
         * s390 SMP allmodconfig
         * alpha SMP allmodconfig
         * um on x86_64 SMP allmodconfig
      
      8. percpu.h modifications were reverted so that it could be applied as
         a separate patch and serve as bisection point.
      
      Given the fact that I had only a couple of failures from tests on step
      6, I'm fairly confident about the coverage of this conversion patch.
      If there is a breakage, it's likely to be something in one of the arch
      headers which should be easily discoverable easily on most builds of
      the specific arch.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Guess-its-ok-by: NChristoph Lameter <cl@linux-foundation.org>
      Cc: Ingo Molnar <mingo@redhat.com>
      Cc: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
      5a0e3ad6
  5. 03 3月, 2010 1 次提交
  6. 18 2月, 2010 3 次提交
  7. 05 12月, 2009 4 次提交
    • J
      [SCSI] lpfc 8.3.6 : FCoE Protocol Fixes · c868595d
      James Smart 提交于
      FCoE Protocol fixes.
       - Fixed FIP frame designation for ELS commands.
       - Fix CVL received on Port 1 not processed by driver.
       - Fix Zeroed frame on wire after FLOGI
       - Fix vport keep-alive does not contain the correct WWN.
      Signed-off-by: NJames Smart <james.smart@emulex.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@suse.de>
      c868595d
    • J
      [SCSI] lpfc 8.3.5: fix fcp command polling, add FIP mode, performance... · 45ed1190
      James Smart 提交于
      [SCSI] lpfc 8.3.5: fix fcp command polling, add FIP mode, performance optimisations and devloss timout fixes
      
      This patch includes the following changes:
      - Fixed Panic/Hang when using polling mode for fcp commands
      - Added support for Read_rev mbox bits indicating FIP mode of HBA
      - Optimize performance of slow-path handling of els responses
      - Add code to cleanup orphaned unsolicited receive sequences
      - Fixed Devloss timeout when multiple initiators are in same zone
      Signed-off-by: NJames Smart <james.smart@emulex.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@suse.de>
      45ed1190
    • J
      [SCSI] lpfc 8.3.5: fix sysfs parameters, vport creation and other bugs and update logging · 6a9c52cf
      James Smart 提交于
      This patch include the following fixes and changes:
      - Fix crash when "error" is echoed to board_mode sysfs parameter
      - Fix FCoE Parameter parsing in regions 23
      - Fix driver crash when creating vport with large number of targets on SLI4
      - Fix bug with npiv message being logged when it is not supported by the adapter
      - Fix a potential dereferencing mailbox structure after free bug
      - Fix firmware crash after vport create with high target count
      - Error out requests to set board_mode to warm restart via sysfs on SLI4 HBAs
      - Fix Block guard logging
      - Fix a memory corruption issue during GID_FT IO prep
      - Fix crash while processing unsolicited FC frames
      - Fix failed to allocate XRI message is not a critical failure
      - Update and fix formatting in some log messages
      - Fix missing new line characters in log messages
      - Removed the use of the locally defined FC transport layer related macros
      - Check the rsplen in lpfc_handle_fcp_err function before using rsplen
      Signed-off-by: NJames Smart <james.smart@emulex.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@suse.de>
      6a9c52cf
    • J
      [SCSI] lpfc 8.3.5: fix VPI registration, error clean up and add support for vlink events · 6669f9bb
      James Smart 提交于
      This patch includes the following fixes and new features:
      - Fix mask size for CT field in WQE
      - Fix VPI base not used when unregistering VPI on port 1.
      - Fix UNREG_VPI mailbox command to unreg the correct VPI
      - Fixed Check for aborted els command
      - Fix error when trying to load driver with wrong firmware on FCoE HBA.
      - Fix bug with probe_one routines not putting the Scsi_Host back upon error
      - Add support for Clear Virtual Link Async Events
      - Add support for unsolicited CT exchange sequence abort
      - Add 0x0714 OCeXXXXX PCI ID
      Signed-off-by: NJames Smart <james.smart@emulex.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@suse.de>
      6669f9bb
  8. 23 8月, 2009 4 次提交
  9. 15 6月, 2009 2 次提交
  10. 09 6月, 2009 4 次提交
  11. 27 4月, 2009 1 次提交
  12. 30 12月, 2008 4 次提交
  13. 13 10月, 2008 4 次提交
  14. 03 2月, 2008 1 次提交
  15. 24 1月, 2008 1 次提交
    • J
      [SCSI] lpfc 8.2.4 : Miscellaneous Fixes · 09372820
      James Smart 提交于
      Miscellaneous Fixes:
      - Fix a couple of sparse complaints
      - Reset the FCP recovery flag when the node is not a FCP2 device.
      - Speed up offline prep delays
      - Fixed a memory leak in lpfc_mem_alloc failure path
      - Fixed external loopback test.
      - Fixed error code returned from the driver when HBA is over heated.
      - Correct Max NPIV vport to limits read from adapter
      - Add missing locks around fc_flag and FC_NEEDS_REG_VPI
      - Add missing hba ids for device identification
      - Added support for SET_VARIABLE and MBX_WRITE_WWN mailbox commands
      - Changed all temperature event messages from warning to error
      - Fix reporting of link speed when link is down
      - Added support for MBX_WRITE_WWN mailbox command
      - Change del_timer_sync() in ISR to del_timer() in interrupt handler
      - Correct instances of beXX_to_cpu() that should be cpu_to_beXX()
      - Perform target flush before releasing node references on module unload
      - Avoid bogus devloss_tmo messages when driver unloads
      - Fix panic when HBA generates ERATT interupt
      - Fix mbox race condition and a workaround on back-to-back mailbox commands
      - Force NPIV off for pt2pt mode between 2 NPorts
      - Stop worker thread before removing fc_host.
      - Fix up discovery timeout error case due to missing clear_la
      - Tighten mailbox polling code to speed up detection of fast completions
      - Only allow DUMP_MEMORY if adapter offline due to overtemp errors
      - Added extended error information to the log messages in chip init.
      Signed-off-by: NJames Smart <James.Smart@emulex.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      09372820
  16. 12 1月, 2008 2 次提交
    • J
      [SCSI] lpfc 8.2.3 : Miscellaneous Small Fixes - part 1 · 98c9ea5c
      James Smart 提交于
      Miscellaneous Small Fixes - part 1
      - Fix typo kmzlloc -> kzalloc
      - Fix discovery ndlp use after free panic
      - Fix link event causing flood of 0108 messages
      - Relieve some mbox congestion on link up with 100 vports
      - Fix broken vport parameters
      - Prevent lock recursion in logo_reglogin_issue
      - Split uses of error variable in lpfc_pci_probe_one into retval and error
      - Remove completion code related to dev_loss_tmo
      - Remove unused LPFC_MAX_HBQ #define
      - Don't compare pointers to 0 for sparse
      - Make 2 functions static for sparse
      - Fix default rpi cleanup code causing rogue ndlps to remain on the NPR list
      - Remove annoying ELS messages when driver is unloaded
      - Fix Cannot issue Register Fabric login problems on link up
      - Remove LPFC_EVT_DEV_LOSS_DELAY
      - Fix FC port swap test leads to device going offline
      - Fix vport CT flags to only be set when accepted
      - Add code to handle signals during vport_create
      - Fix too many retries in FC-AL mode
      - Pull lpfc_port_link_failure out of lpfc_linkdown_port
      Signed-off-by: NJames Smart <James.Smart@emulex.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      98c9ea5c
    • J
      [SCSI] lpfc 8.2.3 : Added support for ASICs that report temperature · 57127f15
      James Smart 提交于
      Added support for ASICs that report temperature. Temperature notices are
       reported as events and logged. Temperature can be read via sysfs.
      Signed-off-by: NJames Smart <James.Smart@emulex.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      57127f15
  17. 02 8月, 2007 2 次提交
    • J
      [SCSI] lpfc 8.2.2 : Miscellaneous Bug Fixes · 51ef4c26
      James Smart 提交于
      - Fix vport ndlp ref counting errors
      - Fix use after free of ndlp structure
      - Use the correct flag to check for LOADING setting.
      - Fix driver unload bugs (related to shost references) after link down or rscn
      - Fix up HBQ initialization
      - Fix port_list locking around driver unload.
      - Fix references to hostdata as a phba
      - Fix GFFID type offset to work correctly with big endian structure.
      - Only call pci_disable_msi if the pci_enable_msi succeeded
      - Fix vport_delete wait/fail if in discovery
      - Put a reference on the nameservers ndlp when performing CT traffic.
      - Remove unbalanced hba unlock.
      - Fix up HBQ processing
      - Fix lpfc debugfs discovery trace output for ELS rsp cmpl
      - Send ADISC when rpi is 0
      - Stop FDISC retrying forever
      - Unable to retrieve correct config parameter for vport
      - Fix sli_validate_fcp_iocb, sli_sum_iocb, sli_abort_iocb to be vport-aware.
      - Fix index-out-of-range error in iocb. Spotted by Coverity.
      Signed-off-by: NJames Smart <James.Smart@emulex.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      51ef4c26
    • J
      [SCSI] lpfc 8.2.2 : Miscellaneous management and logging mods · 78b2d852
      James Smart 提交于
       - Remove the "management_version" sysfs parameter (was unused)
       - Add HBQ information to lpfc debugfs
       - Change lpfc_npiv_enable name back to lpfc_enable_npiv (internal stds)
       - Remove "issue_lip" attribute from the vports transport template
      Signed-off-by: NJames Smart <James.Smart@emulex.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      78b2d852