1. 02 Sep, 2016 9 commits
  2. 26 Aug, 2016 3 commits
  3. 25 Aug, 2016 2 commits
  4. 24 Aug, 2016 7 commits
  5. 23 Aug, 2016 6 commits
  6. 22 Aug, 2016 13 commits
    • Steve Wise's avatar
      iw_cxgb4: use the MPA initiator's IRD if < our ORD · 30b03b15
      Steve Wise authored
      The i40iw initiator sends an MPA-request with ird=16 and ord=16. The cxgb4
      responder sends an MPA-reply with ord = 32 causing i40iw to terminate
      due to insufficient resources.
      
      The logic to reduce the ORD to <= peer's IRD was wrong.
      Reported-by: default avatarShiraz Saleem <shiraz.saleem@intel.com>
      Signed-off-by: default avatarSteve Wise <swise@opengridcomputing.com>
      Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
      30b03b15
    • Steve Wise's avatar
      iw_cxgb4: limit IRD/ORD advertised to ULP by device max. · 7f446abf
      Steve Wise authored
      The i40iw initiator sends an MPA-request with ird = 63, ord = 63. The
      cxgb4 responder sends a RST.  Since the inbound ord=63 and it exceeds
      the max_ird/c4iw_max_read_depth (=32 default), chelsio decides to abort.
      
      Instead, cxgb4 should adjust the ord/ird down before presenting it to
      the ULP.
      Reported-by: default avatarShiraz Saleem <shiraz.saleem@intel.com>
      Signed-off-by: default avatarSteve Wise <swise@opengridcomputing.com>
      Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
      7f446abf
    • Ira Weiny's avatar
      IB/hfi1: Fix mm_struct use after free · e0cf75de
      Ira Weiny authored
      Testing with CONFIG_SLUB_DEBUG_ON=y resulted in the kernel panic below.
      
      This is the result of the mm_struct sometimes being free'd prior to
      hfi1_file_close being called.
      
      This was due to the combination of 2 reasons:
      
      1) hfi1_file_close is deferred in process exit and it therefore may not
         be called synchronously with process exit.
      2) exit_mm is called prior to exit_files in do_exit.  Normally this is ok
         however, our kernel bypass code requires us to have access to the
         mm_struct for house keeping both at "normal" close time as well as at
         process exit.
      
      Therefore, the fix is to simply keep a reference to the mm_struct until
      we are done with it.
      
      [ 3006.340150] general protection fault: 0000 [#1] SMP
      [ 3006.346469] Modules linked in: hfi1 rdmavt rpcrdma ib_isert iscsi_target_mod
      ib_iser libiscsi scsi_transport_iscsi ib_srpt target_core_mod
       ib_srp scsi_transport_srp ib_ipoib rdma_ucm ib_ucm ib_uverbs ib_umad rdma_cm
       ib_cm iw_cm dm_mirror dm_region_hash dm_log dm_mod snd_hda_code
       c_realtek iTCO_wdt snd_hda_codec_generic iTCO_vendor_support sb_edac edac_core
       x86_pkg_temp_thermal intel_powerclamp coretemp kvm irqbypass c
       rct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel lrw snd_hda_intel
       gf128mul snd_hda_codec glue_helper snd_hda_core ablk_helper sn
       d_hwdep cryptd snd_seq snd_seq_device snd_pcm snd_timer snd soundcore pcspkr
       shpchp mei_me sg lpc_ich mei i2c_i801 mfd_core ioatdma ipmi_devi
       ntf wmi ipmi_si ipmi_msghandler acpi_cpufreq nfsd auth_rpcgss nfs_acl lockd
       grace sunrpc ip_tables ext4 jbd2 mbcache mlx4_en ib_core sr_mod s
       d_mod cdrom crc32c_intel mgag200 drm_kms_helper syscopyarea sysfillrect igb
       sysimgblt fb_sys_fops ptp mlx4_core ttm isci pps_core ahci drm li
       bsas libahci dca firewire_ohci i2c_algo_bit scsi_transport_sas firewire_core
       crc_itu_t i2c_core libata [last unloaded: mlx4_ib]
       [ 3006.461759] CPU: 16 PID: 11624 Comm: mpi_stress Not tainted 4.7.0-rc5+ #1
       [ 3006.469915] Hardware name: Intel Corporation W2600CR ........../W2600CR, BIOS SE5C600.86B.01.08.0003.022620131521 02/26/2013
       [ 3006.483027] task: ffff8804102f0040 ti: ffff8804102f8000 task.ti: ffff8804102f8000
       [ 3006.491971] RIP: 0010:[<ffffffff810f0383>]  [<ffffffff810f0383>] __lock_acquire+0xb3/0x19e0
       [ 3006.501905] RSP: 0018:ffff8804102fb908  EFLAGS: 00010002
       [ 3006.508447] RAX: 6b6b6b6b6b6b6b6b RBX: 0000000000000001 RCX: 0000000000000000
       [ 3006.517012] RDX: 0000000000000001 RSI: 0000000000000000 RDI: ffff880410b56a40
       [ 3006.525569] RBP: ffff8804102fb9b0 R08: 0000000000000001 R09: 0000000000000000
       [ 3006.534119] R10: ffff8804102f0040 R11: 0000000000000000 R12: 0000000000000000
       [ 3006.542664] R13: ffff880410b56a40 R14: 0000000000000000 R15: 0000000000000000
       [ 3006.551203] FS:  00007ff478c08700(0000) GS:ffff88042e200000(0000) knlGS:0000000000000000
       [ 3006.560814] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
       [ 3006.567806] CR2: 00007f667f5109e0 CR3: 0000000001c06000 CR4: 00000000000406e0
       [ 3006.576352] Stack:
       [ 3006.579157]  ffffffff8124b819 ffffffffffffffff 0000000000000000 ffff8804102fb940
       [ 3006.588072]  0000000000000002 0000000000000000 ffff8804102f0040 0000000000000007
       [ 3006.596971]  0000000000000006 ffff8803cad6f000 0000000000000000 ffff8804102f0040
       [ 3006.605878] Call Trace:
       [ 3006.609220]  [<ffffffff8124b819>] ? uncharge_batch+0x109/0x250
       [ 3006.616382]  [<ffffffff810f2313>] lock_acquire+0xd3/0x220
       [ 3006.623056]  [<ffffffffa0a30bfc>] ? hfi1_release_user_pages+0x7c/0xa0 [hfi1]
       [ 3006.631593]  [<ffffffff81775579>] down_write+0x49/0x80
       [ 3006.638022]  [<ffffffffa0a30bfc>] ? hfi1_release_user_pages+0x7c/0xa0 [hfi1]
       [ 3006.646569]  [<ffffffffa0a30bfc>] hfi1_release_user_pages+0x7c/0xa0 [hfi1]
       [ 3006.654898]  [<ffffffffa0a2efb6>] cacheless_tid_rb_remove+0x106/0x330 [hfi1]
       [ 3006.663417]  [<ffffffff810efd36>] ? mark_held_locks+0x66/0x90
       [ 3006.670498]  [<ffffffff817771f6>] ? _raw_spin_unlock_irqrestore+0x36/0x60
       [ 3006.678741]  [<ffffffffa0a2f1ee>] tid_rb_remove+0xe/0x10 [hfi1]
       [ 3006.686010]  [<ffffffffa0a0c5d5>] hfi1_mmu_rb_unregister+0xc5/0x100 [hfi1]
       [ 3006.694387]  [<ffffffffa0a2fcb9>] hfi1_user_exp_rcv_free+0x39/0x120 [hfi1]
       [ 3006.702732]  [<ffffffffa09fc6ea>] hfi1_file_close+0x17a/0x330 [hfi1]
       [ 3006.710489]  [<ffffffff81263e9a>] __fput+0xfa/0x230
       [ 3006.716595]  [<ffffffff8126400e>] ____fput+0xe/0x10
       [ 3006.722696]  [<ffffffff810b95c6>] task_work_run+0x86/0xc0
       [ 3006.729379]  [<ffffffff81099933>] do_exit+0x323/0xc40
       [ 3006.735672]  [<ffffffff8109a2dc>] do_group_exit+0x4c/0xc0
       [ 3006.742371]  [<ffffffff810a7f55>] get_signal+0x345/0x940
       [ 3006.748958]  [<ffffffff810340c7>] do_signal+0x37/0x700
       [ 3006.755328]  [<ffffffff8127872a>] ? poll_select_set_timeout+0x5a/0x90
       [ 3006.763146]  [<ffffffff811609cb>] ? __audit_syscall_exit+0x1db/0x260
       [ 3006.770853]  [<ffffffff8110f3e3>] ? rcu_read_lock_sched_held+0x93/0xa0
       [ 3006.778765]  [<ffffffff812347a4>] ? kfree+0x1e4/0x2a0
       [ 3006.784986]  [<ffffffff8108e75a>] ? exit_to_usermode_loop+0x33/0xac
       [ 3006.792551]  [<ffffffff8108e785>] exit_to_usermode_loop+0x5e/0xac
       [ 3006.799907]  [<ffffffff81003dca>] do_syscall_64+0x12a/0x190
       [ 3006.806664]  [<ffffffff81777a7f>] entry_SYSCALL64_slow_path+0x25/0x25
       [ 3006.814396] Code: 24 08 44 89 44 24 10 89 4c 24 18 e8 a8 d8 ff ff 48 85 c0
       8b 4c 24 18 44 8b 44 24 10 44 8b 4c 24 08 4c 8b 14 24 0f 84 30
       08 00 00 <f0> ff 80 98 01 00 00 8b 3d 48 ad be 01 45 8b a2 90 0b 00 00 85
       [ 3006.837158] RIP  [<ffffffff810f0383>] __lock_acquire+0xb3/0x19e0
       [ 3006.844401]  RSP <ffff8804102fb908>
       [ 3006.851170] ---[ end trace b7b9f21cf06c27df ]---
       [ 3006.927420] Kernel panic - not syncing: Fatal exception
       [ 3006.933954] Kernel Offset: disabled
       [ 3006.940961] ---[ end Kernel panic - not syncing: Fatal exception
       [ 3006.948249] ------------[ cut here ]------------
      
      Fixes: 3faa3d9a ("IB/hfi1: Make use of mm consistent")
      Reviewed-by: default avatarDean Luick <dean.luick@intel.com>
      Signed-off-by: default avatarIra Weiny <ira.weiny@intel.com>
      Signed-off-by: default avatarDennis Dalessandro <dennis.dalessandro@intel.com>
      Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
      e0cf75de
    • Mike Marciniszyn's avatar
      IB/rdmvat: Fix double vfree() in rvt_create_qp() error path · 56c8ca51
      Mike Marciniszyn authored
      The unwind logic for creating a user QP has a double vfree
      of the non-shared receive queue when handling a "too many qps"
      failure.
      
      The code unwinds the mmmap info by decrementing a reference
      count which will call rvt_release_mmap_info() which in turn
      does the vfree() of the r_rq.wq.  The unwind code then does
      the same free.
      
      Fix by guarding the vfree() with the same test that is done
      in close and only do the vfree() if qp->ip is NULL.
      Reviewed-by: default avatarDennis Dalessandro <dennis.dalessandro@intel.com>
      Signed-off-by: default avatarMike Marciniszyn <mike.marciniszyn@intel.com>
      Signed-off-by: default avatarDennis Dalessandro <dennis.dalessandro@intel.com>
      Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
      56c8ca51
    • Mitko Haralanov's avatar
      IB/hfi1: Improve J_KEY generation · 08fe16f6
      Mitko Haralanov authored
      Previously, J_KEY generation was based on the lower 16 bits
      of the user's UID. While this works, it was not good enough
      as a non-root user could collide with a root user given a
      sufficiently large UID.
      
      This patch attempt to improve the J_KEY generation by using
      the following algorithm:
      
      The 16 bit J_KEY space is partitioned into 3 separate spaces
      reserved for different user classes:
         * all users with administtor privileges (including 'root')
           will use J_KEYs in the range of 0 to 31,
         * all kernel protocols, which use KDETH packets will use
           J_KEYs in the range of 32 to 63, and
         * all other users will use J_KEYs in the range of 64 to
           65535.
      
      The above separation is aimed at preventing different user levels
      from sending packets to each other and, additionally, separate
      kernel protocols from all other types of users. The later is meant
      to prevent the potential corruption of kernel memory by any other
      type of user.
      Reviewed-by: default avatarIra Weiny <ira.weiny@intel.com>
      Signed-off-by: default avatarMitko Haralanov <mitko.haralanov@intel.com>
      Signed-off-by: default avatarDennis Dalessandro <dennis.dalessandro@intel.com>
      Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
      08fe16f6
    • Easwar Hariharan's avatar
      IB/hfi1: Return invalid field for non-QSFP CableInfo queries · f29a08dc
      Easwar Hariharan authored
      The driver does not check if the CableInfo query is supported for the
      port type. Return early if CableInfo is not supported for the port type,
      making compliance with the specification explicit and preventing lower
      level code from potentially doing the wrong thing if the query is not
      supported for the hardware implementation.
      Reviewed-by: default avatarIra Weiny <ira.weiny@intel.com>
      Signed-off-by: default avatarEaswar Hariharan <easwar.hariharan@intel.com>
      Signed-off-by: default avatarDennis Dalessandro <dennis.dalessandro@intel.com>
      Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
      f29a08dc
    • Leon Romanovsky's avatar
      MAINTAINERS: Fix Soft RoCE location · 701b4bf6
      Leon Romanovsky authored
      The Soft RoCE (rxe) is located in drivers/inifiniband/sw
      and not in drivers/infiniband/hw/.
      
      This patch fixes it.
      
      Fixes: 8700e3e7 ("Soft RoCE driver")
      Signed-off-by: default avatarLeon Romanovsky <leon@kernel.org>
      Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
      701b4bf6
    • Christophe Jaillet's avatar
      IB/usnic: Fix error return code · 86cd747c
      Christophe Jaillet authored
      If 'pci_register_driver' fails, we return 'err' which is known to be 0.
      Return the error instead.
      Signed-off-by: default avatarChristophe JAILLET <christophe.jaillet@wanadoo.fr>
      Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
      86cd747c
    • Christophe Jaillet's avatar
      IB/hfi1: Add missing error code assignment before test · 57bb562a
      Christophe Jaillet authored
      It is likely that checking the result of 'setup_ctxt' is expected here.
      Signed-off-by: default avatarChristophe JAILLET <christophe.jaillet@wanadoo.fr>
      Acked-by: default avatarDennis Dalessandro <dennis.dalessandro@intel.com>
      Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
      57bb562a
    • Wei Yongjun's avatar
      IB/hfi1: Using kfree_rcu() to simplify the code · 476d95bd
      Wei Yongjun authored
      The callback function of call_rcu() just calls a kfree(), so we
      can use kfree_rcu() instead of call_rcu() + callback function.
      Signed-off-by: default avatarWei Yongjun <weiyj.lk@gmail.com>
      Tested-by: default avatarMike Marciniszyn <mike.marciniszyn@intel.com>
      Acked-by: default avatarMike Marciniszyn <mike.marciniszyn@intel.com>
      Tested-by: default avatarMike Marciniszyn <mike.marciniszyn@intel.com>
      Acked-by: default avatarMike Marciniszyn <mike.marciniszyn@intel.com>
      Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
      476d95bd
    • Mike Marciniszyn's avatar
      IB/hfi1: Validate header in set_armed_active · 69b9f4a4
      Mike Marciniszyn authored
      Validate the etype to insure that the header is correct.
      Reviewed-by: default avatarDon Hiatt <don.hiatt@intel.com>
      Signed-off-by: default avatarMike Marciniszyn <mike.marciniszyn@intel.com>
      Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
      69b9f4a4
    • Mike Marciniszyn's avatar
      IB/hfi1: Pass packet ptr to set_armed_active · c867caaf
      Mike Marciniszyn authored
      The "packet" parameter was being passed on the stack,
      change it to a pointer.
      Reviewed-by: default avatarDon Hiatt <don.hiatt@intel.com>
      Signed-off-by: default avatarMike Marciniszyn <mike.marciniszyn@intel.com>
      Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
      c867caaf
    • Easwar Hariharan's avatar
      IB/hfi1: Fetch monitor values on-demand for CableInfo query · 140690ea
      Easwar Hariharan authored
      The monitor values from bytes 22 through 81 of the QSFP memory space
      (SFF 8636) are dynamic and serving them out of the QSFP memory cache
      maintained by the driver provides stale data to the CableInfo SMA query.
      This patch refreshes the dynamic values from the QSFP memory on request
      and overwrites the stale data from the cache for the overlap between the
      requested range and the monitor range.
      Reviewed-by: default avatarJubin John <jubin.john@intel.com>
      Reviewed-by: default avatarIra Weiny <ira.weiny@intel.com>
      Signed-off-by: default avatarEaswar Hariharan <easwar.hariharan@intel.com>
      Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
      140690ea