Skip to content
  1. Jan 16, 2012
  2. Jan 11, 2012
    • Moger, Babu's avatar
      [SCSI] scsi_dh_alua: Retry the check-condition in case Mode Parameters Changed · 410f02d8
      Moger, Babu authored
      
      
      This patch adds a check-condition in scsi_dh_alua handler for a retry.
      Sometimes, I have seen attach failing due to this check-condition with
      following error messages on NetApp E series storage.
      
      Dec  7 15:31:01 nilgiris kernel: [102979.696673] scsi 3:0:2:9: alua: port group 00 rel port 01
      Dec  7 15:31:01 nilgiris kernel: [102979.697082] scsi 3:0:2:9: alua: rtpg failed with 8000002
      Dec  7 15:31:01 nilgiris kernel: [102979.697086] scsi 3:0:2:9: alua: rtpg sense code 06/2a/01
      Dec  7 15:31:01 nilgiris kernel: [102979.697088] scsi 3:0:2:9: alua: not attached
      
      Signed-off-by: default avatarBabu Moger <babu.moger@netapp.com>
      Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
      410f02d8
    • Krishna Gudipati's avatar
      [SCSI] bfa: Implement LUN Masking feature using the SCSI Slave Callouts. · 5b7db7af
      Krishna Gudipati authored
      
      
      This patch re-implements LUN Masking feature using SCSI Slave Callouts.  With
      the new design in the slave_alloc entry point; for each new LUN discovered we
      check with our internal LUN Masking config whether to expose or to mask this
      particular LUN. We return -ENXIO (No such device or address) from slave_alloc
      for the LUNs we don't want to be exposed.  We also notify the SCSI mid-layer
      to do a sequential LUN scan rather than REPORT_LUNS based scan if LUN masking
      is enabled on our HBA port, since a -ENXIO from any LUN in REPORT_LUNS based
      scan translates to a scan abort.  This patch also handles the dynamic lun
      masking config change from enable to disable or vice-versa by resetting
      sdev_bflags of LUN 0 appropriately.
      
      Signed-off-by: default avatarKrishna Gudipati <kgudipat@brocade.com>
      Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
      5b7db7af
    • Krishna Gudipati's avatar
      [SCSI] bfa: Revert back the current LUN Masking Implementation. · 8ca2dd87
      Krishna Gudipati authored
      
      
      This patch reverts the current LUN Masking Implementation.  We re-implemented
      this feature using the SCSI Slave Callout's as per the review comments.
      
      Signed-off-by: default avatarKrishna Gudipati <kgudipat@brocade.com>
      Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
      8ca2dd87
    • Krishna Gudipati's avatar
      [SCSI] bfa: Fix possible NULL pointer dereference in lunmask add/delete. · 6bc6204e
      Krishna Gudipati authored
      
      
      Patch fixes the possible NULL pointer dereference when we try to add or delete
      a rpwwn to the lunmask config which is not zoned to this port.  Check if the
      FCS rport is not NULL before de-referencing it.
      
      Signed-off-by: default avatarKrishna Gudipati <kgudipat@brocade.com>
      Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
      6bc6204e
    • Robert Love's avatar
      [SCSI] fcoe: remove double check if skb is nonlinear · f1633011
      Robert Love authored
      
      
      skb_linearize already has a check for skb_is_nonlinear,
      there is no need to duplicate the check in fcoe.c. This
      patch simply removes the unnecessary check and calls
      skb_linearize unconditionally.
      
      Reported-by: default avatarpatrick kelle <patrick.kelle81@gmail.com>
      Signed-off-by: default avatarRobert Love <robert.w.love@intel.com>
      Acked-by: default avatarpatrick kelle <patrick.kelle81@gmail.com>
      Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
      f1633011
    • Vikas Chaudhary's avatar
    • Manish Rangankar's avatar
      [SCSI] qla4xxx: Fixed BFS with sendtargets as boot index. · 368d45cc
      Manish Rangankar authored
      
      
      If ql4xdisablesysfsboot = 0 and sendtargets entry as boot index then
      driver does export sendtarget entries in sysfs but iscsistart does not
      do discovery. So in this case let driver do the discovery and
      login to the targets.
      
      Signed-off-by: default avatarManish Rangankar <manish.rangankar@qlogic.com>
      Signed-off-by: default avatarVikas Chaudhary <vikas.chaudhary@qlogic.com>
      Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
      368d45cc
    • Nilesh Javali's avatar
    • Nilesh Javali's avatar
      [SCSI] qla4xxx: Limit the ACB Default Timeout value to 12s · c28eaaca
      Nilesh Javali authored
      
      
      A wrong default timeout value programmed in the adapter causes driver
      to wait for that much time while waiting for target discoveries to complete.
      This could add huge delays during the driver load time. To avoid this,
      limit the default timeout value to 12 seconds if the default timeout value
      set in adapter is less than 12 seconds and greater than 120 seconds.
      
      Signed-off-by: default avatarNilesh Javali <nilesh.javali@qlogic.com>
      Signed-off-by: default avatarVikas Chaudhary <vikas.chaudhary@qlogic.com>
      Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
      c28eaaca
    • Lalit Chandivade's avatar
      [SCSI] qla4xxx: cleanup, make qla4xxx_build_ddb_list short · 4a4bc2e9
      Lalit Chandivade authored
      
      
      Make qla4xxx_build_ddb_list shorter by adding more helper functions.
      
      Signed-off-by: default avatarLalit Chandivade <lalit.chandivade@qlogic.com>
      Signed-off-by: default avatarVikas Chaudhary <vikas.chaudhary@qlogic.com>
      Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
      4a4bc2e9
    • Thadeu Lima de Souza Cascardo's avatar
      [SCSI] libcxgbi: do not print a message when memory allocation fails · 00c4a09b
      Thadeu Lima de Souza Cascardo authored
      
      
      In alloc_pdu, libcxgbi tries to allocate a skb with GFP_ATOMIC, which
      may potentially fail. When it happens, the current code prints a warning
      message.
      
      When the system is under IO stress, this failure may happen lots of
      times and it usually scares users.
      
      Instead of printing the warning message, the code now increases the
      tx_dropped statistics for the ethernet interface wich is doing the iscsi
      task.
      
      Signed-off-by: default avatarThadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
      Acked-by: default avatarKaren Xie <kxie@chelsio.com>
      Reviewed-by: default avatarMike Christie <michaelc@cs.wisc.edu>
      Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
      00c4a09b
    • Stratos Psomadakis's avatar
      [SCSI] sym53c8xx: Fix NULL pointer dereference in slave_destroy · cced5041
      Stratos Psomadakis authored
      sym53c8xx_slave_destroy unconditionally assumes that sym53c8xx_slave_alloc has
      succesesfully allocated a sym_lcb. This can lead to a NULL pointer dereference
      (exposed by commit 4e6c82b3
      
      ).
      
      Signed-off-by: default avatarStratos Psomadakis <psomas@gentoo.org>
      Cc: stable@vger.kernel.org
      Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
      cced5041
    • Richard Weinberger's avatar
      [SCSI] scsi_dh_rdac: Fix error path · 9fc397fc
      Richard Weinberger authored
      
      
      If create_singlethread_workqueue() failes, rdac_init should fail too.
      
      Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
      Acked-by: default avatar"Moger, Babu" <Babu.Moger@netapp.com>
      Signed-off-by: default avatarJames Bottomley <JBottomley@Parallels.com>
      9fc397fc
    • Linus Torvalds's avatar
      Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6 · 7b3480f8
      Linus Torvalds authored
      MTD pull for 3.3
      
      * tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6: (113 commits)
        mtd: Fix dependency for MTD_DOC200x
        mtd: do not use mtd->block_markbad directly
        logfs: do not use 'mtd->block_isbad' directly
        mtd: introduce mtd_can_have_bb helper
        mtd: do not use mtd->suspend and mtd->resume directly
        mtd: do not use mtd->lock, unlock and is_locked directly
        mtd: do not use mtd->sync directly
        mtd: harmonize mtd_writev usage
        mtd: do not use mtd->lock_user_prot_reg directly
        mtd: mtd->write_user_prot_reg directly
        mtd: do not use mtd->read_*_prot_reg directly
        mtd: do not use mtd->get_*_prot_info directly
        mtd: do not use mtd->read_oob directly
        mtd: mtdoops: do not use mtd->panic_write directly
        romfs: do not use mtd->get_unmapped_area directly
        mtd: do not use mtd->get_unmapped_area directly
        mtd: do use mtd->point directly
        mtd: introduce mtd_has_oob helper
        mtd: mtdcore: export symbols cleanup
        mtd: clean-up the default_mtd_writev function
        ...
      
      Fix up trivial edit/remove conflict in drivers/staging/spectra/lld_mtd.c
      7b3480f8
    • Linus Torvalds's avatar
      Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu · 1c810652
      Linus Torvalds authored
      * 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu: (53 commits)
        iommu/amd: Set IOTLB invalidation timeout
        iommu/amd: Init stats for iommu=pt
        iommu/amd: Remove unnecessary cache flushes in amd_iommu_resume
        iommu/amd: Add invalidate-context call-back
        iommu/amd: Add amd_iommu_device_info() function
        iommu/amd: Adapt IOMMU driver to PCI register name changes
        iommu/amd: Add invalid_ppr callback
        iommu/amd: Implement notifiers for IOMMUv2
        iommu/amd: Implement IO page-fault handler
        iommu/amd: Add routines to bind/unbind a pasid
        iommu/amd: Implement device aquisition code for IOMMUv2
        iommu/amd: Add driver stub for AMD IOMMUv2 support
        iommu/amd: Add stat counter for IOMMUv2 events
        iommu/amd: Add device errata handling
        iommu/amd: Add function to get IOMMUv2 domain for pdev
        iommu/amd: Implement function to send PPR completions
        iommu/amd: Implement functions to manage GCR3 table
        iommu/amd: Implement IOMMUv2 TLB flushing routines
        iommu/amd: Add support for IOMMUv2 domain mode
        iommu/amd: Add amd_iommu_domain_direct_map function
        ...
      1c810652
    • Linus Torvalds's avatar
      Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux · 1a464cbb
      Linus Torvalds authored
      * 'drm-core-next' of git://people.freedesktop.org/~airlied/linux: (307 commits)
        drm/nouveau/pm: fix build with HWMON off
        gma500: silence gcc warnings in mid_get_vbt_data()
        drm/ttm: fix condition (and vs or)
        drm/radeon: double lock typo in radeon_vm_bo_rmv()
        drm/radeon: use after free in radeon_vm_bo_add()
        drm/sis|via: don't return stack garbage from free_mem ioctl
        drm/radeon/kms: remove pointless CS flags priority struct
        drm/radeon/kms: check if vm is supported in VA ioctl
        drm: introduce drm_can_sleep and use in intel/radeon drivers. (v2)
        radeon: Fix disabling PCI bus mastering on big endian hosts.
        ttm: fix agp since ttm tt rework
        agp: Fix multi-line warning message whitespace
        drm/ttm/dma: Fix accounting error when calling ttm_mem_global_free_page and don't try to free freed pages.
        drm/ttm/dma: Only call set_pages_array_wb when the page is not in WB pool.
        drm/radeon/kms: sync across multiple rings when doing bo moves v3
        drm/radeon/kms: Add support for multi-ring sync in CS ioctl (v2)
        drm/radeon: GPU virtual memory support v22
        drm: make DRM_UNLOCKED ioctls with their own mutex
        drm: no need to hold global mutex for static data
        drm/radeon/benchmark: common modes sweep ignores 640x480@32
        ...
      
      Fix up trivial conflicts in radeon/evergreen.c and vmwgfx/vmwgfx_kms.c
      1a464cbb
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input · dbe950f2
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (64 commits)
        Input: tc3589x-keypad - add missing kerneldoc
        Input: ucb1400-ts - switch to using dev_xxx() for diagnostic messages
        Input: ucb1400_ts - convert to threaded IRQ
        Input: ucb1400_ts - drop inline annotations
        Input: usb1400_ts - add __devinit/__devexit section annotations
        Input: ucb1400_ts - set driver owner
        Input: ucb1400_ts - convert to use dev_pm_ops
        Input: psmouse - make sure we do not use stale methods
        Input: evdev - do not block waiting for an event if fd is nonblock
        Input: evdev - if no events and non-block, return EAGAIN not 0
        Input: evdev - only allow reading events if a full packet is present
        Input: add driver for pixcir i2c touchscreens
        Input: samsung-keypad - implement runtime power management support
        Input: tegra-kbc - report wakeup key for some platforms
        Input: tegra-kbc - add device tree bindings
        Input: add driver for AUO In-Cell touchscreens using pixcir ICs
        Input: mpu3050 - configure the sampling method
        Input: mpu3050 - ensure we enable interrupts
        Input: mpu3050 - add of_match table for device-tree probing
        Input: sentelic - document the latest hardware
        ...
      
      Fix up fairly trivial conflicts (device tree matching conflicting with
      some independent cleanups) in drivers/input/keyboard/samsung-keypad.c
      dbe950f2
    • Linus Torvalds's avatar
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid · f62f6191
      Linus Torvalds authored
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid: (68 commits)
        hid-input/battery: add FEATURE quirk
        hid-input/battery: remove battery_val
        hid-input/battery: power-supply type really *is* a battery
        hid-input/battery: make the battery setup common for INPUTs and FEATUREs
        hid-input/battery: deal with both FEATURE and INPUT report batteries
        hid-input/battery: add quirks for battery
        hid-input/battery: remove apparently redundant kmalloc
        hid-input: add support for HID devices reporting Battery Strength
        HID: hid-multitouch: add support 9 new Xiroku devices
        HID: multitouch: add support for 3M 32"
        HID: multitouch: add support of Atmel multitouch panels
        HID: usbhid: defer LED setting to a workqueue
        HID: usbhid: hid-core: submit queued urbs before suspend
        HID: usbhid: remove LED_ON
        HID: emsff: use symbolic name instead of hardcoded PID constant
        HID: Enable HID_QUIRK_MULTI_INPUT for Trio Linker Plus II
        HID: Kconfig: fix syntax
        HID: introduce proper dependency of HID_BATTERY on POWER_SUPPLY
        HID: multitouch: support PixArt optical touch screen
        HID: make parser more verbose about parsing errors by default
        ...
      
      Fix up rename/delete conflict in drivers/hid/hid-hyperv.c (removed in
      staging, moved in this branch) and similarly for the rules for same file
      in drivers/staging/hv/{Kconfig,Makefile}.
      f62f6191
    • Linus Torvalds's avatar
      Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 · d04baa15
      Linus Torvalds authored
      SCSI updates for post 3.2 merge window
      
      * tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6: (67 commits)
        [SCSI] lpfc 8.3.28: Update driver version to 8.3.28
        [SCSI] lpfc 8.3.28: Add Loopback support for SLI4 adapters
        [SCSI] lpfc 8.3.28: Critical Miscellaneous fixes
        [SCSI] Lpfc 8.3.28: FC and SCSI Discovery Fixes
        [SCSI] lpfc 8.3.28: Add support for ABTS failure handling
        [SCSI] lpfc 8.3.28: SLI fixes and added SLI4 support
        [SCSI] lpfc 8.3.28: Miscellaneous fixes in sysfs and mgmt interfaces
        [SCSI] mpt2sas: Removed redundant calling of _scsih_probe_devices() from _scsih_probe
        [SCSI] mac_scsi: Remove obsolete IRQ_FLG_* users
        [SCSI] qla4xxx: Update driver version to 5.02.00-k10
        [SCSI] qla4xxx: check for FW alive before calling chip_reset
        [SCSI] qla4xxx: Fix qla4xxx_dump_buffer to dump buffer correctly
        [SCSI] qla4xxx: Fix the IDC locking mechanism
        [SCSI] qla4xxx: Wait for disable_acb before doing set_acb
        [SCSI] qla4xxx: Don't recover adapter if device state is FAILED
        [SCSI] qla4xxx: fix call trace on rmmod with ql4xdontresethba=1
        [SCSI] qla4xxx: Fix CPU lockups when ql4xdontresethba set
        [SCSI] qla4xxx: Perform context resets in case of context failures.
        [SCSI] iscsi class: export pid of process that created
        [SCSI] mpt2sas: Remove unused duplicate diag_buffer_enable param
        ...
      d04baa15
    • Linus Torvalds's avatar
      Merge git://www.linux-watchdog.org/linux-watchdog · 88266917
      Linus Torvalds authored
      * git://www.linux-watchdog.org/linux-watchdog:
        watchdog: omap_wdt.c: fix the WDIOC_GETBOOTSTATUS ioctl if not implemented.
        watchdog: new driver for VIA chipsets
        watchdog: ath79_wdt: flush register writes
        drivers/watchdog/lantiq_wdt.c: drop iounmap for devm_ allocated data
        watchdog: documentation: describe nowayout in coversion-guide
        watchdog: documentation: update index file
        watchdog: Convert wm831x driver to devm_kzalloc()
        watchdog: add nowayout helpers to Watchdog Timer Driver Kernel API
        watchdog: convert drivers/watchdog/* to use module_platform_driver()
        watchdog: Use DEFINE_SPINLOCK() for static spinlocks
        watchdog: Convert Wolfson drivers to module_platform_driver
      88266917