]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Feb 2019 18:32:26 +0000 (10:32 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Feb 2019 18:32:26 +0000 (10:32 -0800)
commit168bd29830e8ebbffcd70d2af50249dca088e1a8
tree9630030974a99bf50f3e4598605988b321c1c005
parenta3504f7a38233030def726fcfe692e786ab162df
parentf09ef134a7ca3f0d2ce485a757f5b79809ebb803
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma

Pull rdma fixes from Jason Gunthorpe:
 "Small set of three regression fixing patches, things are looking
  pretty good here.

   - Fix cxgb4 to work again with non-4k page sizes

   - NULL pointer oops in SRP during sg_reset"

* tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma:
  iw_cxgb4: cq/qp mask depends on bar2 pages in a host page
  cxgb4: Export sge_host_page_size to ulds
  RDMA/srp: Rework SCSI device reset handling