diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-05-12 15:54:54 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-05-12 15:54:54 -0700 |
commit | 03906ca389211e167e0d8e9e5ec330e9be467936 (patch) | |
tree | b109011de9d3cc6136a2b4274c7111886edc353c /MAINTAINERS | |
parent | cc49e8c9e66d4c52b121de0da666393c4140c0f2 (diff) | |
parent | f4f01b542c027b0df57109140c3ee48321705c88 (diff) | |
download | linux-03906ca389211e167e0d8e9e5ec330e9be467936.tar.bz2 |
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
Pull rdma fixes from Doug Ledford:
- update MAINTAINERS git repo pointer
- printk garbage fix
- fix for qib and iw_cxgb4 bugs introduced in 4.1 window
- fix for an older iWARP netlink bug
- fix a memcpy issue in ehca driver
* tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma:
infiniband: Remove duplicated KERN_<LEVEL> from pr_<level> uses
IB/qib: fix test of unsigned variable
RDMA/core: Fix for parsing netlink string attribute
MAINTAINERS: update the official rdma git repo
iw_cxgb4: use wildcard mapping for getting remote addr info
IB/ehca: use correct destination for memcpy
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 246ca6964158..06c0fd52bbfd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5054,7 +5054,7 @@ M: Hal Rosenstock <hal.rosenstock@gmail.com> L: linux-rdma@vger.kernel.org W: http://www.openfabrics.org/ Q: http://patchwork.kernel.org/project/linux-rdma/list/ -T: git git://github.com/dledford/linux.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git S: Supported F: Documentation/infiniband/ F: drivers/infiniband/ |