Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 30 Aug 2019 16:23:45 +0000 (09:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 30 Aug 2019 16:23:45 +0000 (09:23 -0700)
commit8fb8e9e46261e0117cb3cffb6dd8bb7e08f8649b
treeec6b2894aadc9fbd121792d04315857bc568ec5f
parentfbcb0b4feb5c3f5431a2ed9f0211653864cf2104
parent531a64e4c35bb9844b0cf813a6c9a87e00be05ff
Merge tag 'for-linus' of git://git./linux/kernel/git/rdma/rdma

Pull rdma fix from Doug Ledford:
 "Much calmer week this week.  Just one patch queued up:

  The way the siw driver was locking around the traversal of the list of
  ipv6 addresses on a device was causing a scheduling while atomic
  issue. Bernard straightened it out by using the rtnl_lock"

* tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma:
  RDMA/siw: Fix IPv6 addr_list locking