1. 28 7月, 2010 1 次提交
  2. 12 4月, 2010 4 次提交
  3. 11 4月, 2010 12 次提交
  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. 18 2月, 2010 1 次提交
  6. 09 2月, 2010 3 次提交
  7. 05 12月, 2009 1 次提交
    • M
      [SCSI] modify change_queue_depth to take in reason why it is being called · e881a172
      Mike Christie 提交于
      This patch modifies scsi_host_template->change_queue_depth so that
      it takes an argument indicating why it is being called. This will be
      used so that if a LLD needs to do some extra processing when
      handling queue fulls or later ramp ups, it can do so.
      
      This is a simple port of the drivers setting a change_queue_depth
      callback. In the patch I just have these LLDs adjust the queue depth
      if the user was requesting it.
      Signed-off-by: NMike Christie <michaelc@cs.wisc.edu>
      
      [Vasu.Dev: v2
      	Also converted pmcraid_change_queue_depth and then verified
      all modules compile  using "make allmodconfig" for any new build
      warnings on X86_64.
      
      	Updated original description after combing two original
      patches from Mike to make this patch git bisectable.]
      Signed-off-by: NVasu Dev <vasu.dev@intel.com>
      [jejb: fixed up 53c700]
      Signed-off-by: NJames Bottomley <James.Bottomley@suse.de>
      e881a172
  8. 04 12月, 2009 1 次提交
  9. 30 10月, 2009 13 次提交
  10. 02 10月, 2009 3 次提交
    • K
      [SCSI] mpt2sas: Support dev remove when phy status is MPI2_EVENT_SAS_TOPO_PHYSTATUS_VACANT · 308609c6
      Kashyap, Desai 提交于
      Add support to process device removal events when the phy status is set to
      MPI2_EVENT_SAS_TOPO_PHYSTATUS_VACANT.
      Signed-off-by: NKashyap Desai <kashyap.desai@lsi.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@suse.de>
      308609c6
    • K
      [SCSI] mpt2sas: Target Reset will be issued from Interrupt context. · 77e63ed4
      Kashyap, Desai 提交于
      (1) Added three new functions to handle sending target resest and OP_REMOVE
      from interrupt time, they are _scsih_tm_tr_send, _scsih_tm_tr_complete, and
      _scsih_sas_control_complete.  This code will create a link list of pending
      target resets if there is no more available request in the hipriority
      request queue.  The list is stored in ioc->delayed_tr_list.
      
      (2) All callback handler return type is changed from void to u8.
      Now _base_interrupt will check for return type of callback handlers to
      take decision of message frame is already freed or not.
      In genral,
      Return 1 meaning mf should be freed from _base_interrupt
             0 means the mf is freed from function.
      Signed-off-by: NKashyap Desai <kashyap.desai@lsi.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@suse.de>
      77e63ed4
    • K
      [SCSI] mpt2sas: Added SCSIIO, Internal and high priority memory pools to support multiple TM · 595bb0bd
      Kashyap, Desai 提交于
      1) create a pool of high priority message frames in the region of memory
      between message frames and chains.  The modifications are in
      _base_allocate_memory_pools.  Also create a seperate pool of memory for
      internal commands located near the same region of memory.  The pool of high
      priority message frames is restriced by the facts->HighPriorityCredit.
      
      2) Create additional API for accessing request message frames. New function
      mpt2sas_base_get_smid_hpr is for highpriority request. New function
      mpt2sas_base_get_smid_scsiio for SCSI_IO, passing in the scsi command
      pointer.  The mpt2sas_base_get_smid function is for requesting internal
      commands.
      
      3) Added new function _base_get_cb_idx to obtain the callback
      index from one of the three pools of request message frames.
      
      4) Removed wrapper functions _scsih_scsi_lookup_set and
      _scsih_scsi_lookup_getclear. These were removed because this handling was
      moved into mpt2sas_base_get_smid_scsiio and mpt2sas_base_free_smid.
      
      5) The function mpt2sas_base_free_smid is modified so the request message
      frames are put back on one of the three pools of request message frames.
      Signed-off-by: NKashyap Desai <kashyap.desai@lsi.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@suse.de>
      595bb0bd