From: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: "Torvalds,
Linus"
<torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Cc: Roland Dreier <roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
"linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
linux-kernel
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: [GIT PULL] please pull linux.git
Date: Wed, 06 May 2015 10:56:32 -0400 [thread overview]
Message-ID: <1430924192.2407.322.camel@redhat.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 3787 bytes --]
Hi Linus,
Please pull from
git://github.com/dledford/linux.git tags/for-linus
Most of the changes are fairly small and well confined. The
iWARP address reporting changes are the only ones that are a
medium size. I had these queued up prior to rc1, but due to
the shuffle in maintainers, they did not get submitted when
I expected. My apologies for that. I feel comfortable with
them however due to the testing they've received, so I left
them in this submission.
----------------------------------------------------------------
Minor updates for 4.1-rc
----------------------------------------------------------------
Bart Van Assche (1):
IPoIB/CM: Fix indentation level
David Ahern (1):
IB/core: Fix unaligned accesses
Doug Ledford (1):
MAINTAINERS: Update InfiniBand subsystem maintainer
Guy Shapiro (2):
IB/core: dma map/unmap locking optimizations
IB/core: dma unmap optimizations
Hariprasad S (5):
iw_cxgb4: Cleanup register defines/MACROS
iw_cxgb4: 32b platform fixes
iw_cxgb4: use BAR2 GTS register for T5 kernel mode CQs
iw_cxgb4: enforce qp/cq id requirements
iw_cxgb4: Remove negative advice dmesg warnings
Honggang LI (1):
IB/core: change rdma_gid2ip into void function as it always return zero
Jason Gunthorpe (1):
RDMA/CMA: Canonize IPv4 on IPV6 sockets properly
Luis R. Rodriguez (2):
IB/qib: add acounting for MTRR
IB/qib: use arch_phys_wc_add()
Steve Wise (1):
RDMA/cxgb4: Report the actual address of the remote connecting peer
Tatyana Nikolova (2):
RDMA/core: Enable the iWarp Port Mapper to provide the actual address of the connecting peer to its clients
RDMA/nes: Report the actual address of the remote connecting peer
Yann Droneaud (1):
MAINTAINERS: add include/rdma/ to InfiniBand subsystem
MAINTAINERS | 6 +-
drivers/infiniband/core/addr.c | 13 +-
drivers/infiniband/core/cm.c | 23 ++--
drivers/infiniband/core/cm_msgs.h | 4 +-
drivers/infiniband/core/cma.c | 27 ++--
drivers/infiniband/core/iwpm_msg.c | 73 ++++++++++-
drivers/infiniband/core/iwpm_util.c | 208 +++++++++++++++++++++++++-----
drivers/infiniband/core/iwpm_util.h | 15 +++
drivers/infiniband/core/umem_odp.c | 14 +-
drivers/infiniband/hw/cxgb4/cm.c | 87 ++++++++++---
drivers/infiniband/hw/cxgb4/cq.c | 22 ++--
drivers/infiniband/hw/cxgb4/device.c | 37 +++++-
drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 7 +
drivers/infiniband/hw/cxgb4/mem.c | 6 +-
drivers/infiniband/hw/cxgb4/qp.c | 10 +-
drivers/infiniband/hw/cxgb4/t4.h | 7 +-
drivers/infiniband/hw/cxgb4/t4fw_ri_api.h | 4 +-
drivers/infiniband/hw/nes/nes.c | 1 +
drivers/infiniband/hw/nes/nes_cm.c | 65 +++++++---
drivers/infiniband/hw/qib/qib.h | 1 -
drivers/infiniband/hw/qib/qib_file_ops.c | 3 +-
drivers/infiniband/hw/qib/qib_iba6120.c | 8 +-
drivers/infiniband/hw/qib/qib_iba7220.c | 8 +-
drivers/infiniband/hw/qib/qib_iba7322.c | 41 +++---
drivers/infiniband/hw/qib/qib_init.c | 26 +---
drivers/infiniband/hw/qib/qib_wc_x86_64.c | 31 +----
drivers/infiniband/ulp/ipoib/ipoib_cm.c | 4 +-
include/rdma/ib_addr.h | 3 +-
include/rdma/ib_cm.h | 7 +-
include/rdma/iw_portmap.h | 25 ++++
include/uapi/rdma/rdma_netlink.h | 1 +
31 files changed, 568 insertions(+), 219 deletions(-)
--
Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
GPG KeyID: 0E572FDD
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Doug Ledford <dledford@redhat.com>
To: "Torvalds, Linus" <torvalds@linux-foundation.org>
Cc: Roland Dreier <roland@kernel.org>,
"linux-rdma@vger.kernel.org" <linux-rdma@vger.kernel.org>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] please pull linux.git
Date: Wed, 06 May 2015 10:56:32 -0400 [thread overview]
Message-ID: <1430924192.2407.322.camel@redhat.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 3758 bytes --]
Hi Linus,
Please pull from
git://github.com/dledford/linux.git tags/for-linus
Most of the changes are fairly small and well confined. The
iWARP address reporting changes are the only ones that are a
medium size. I had these queued up prior to rc1, but due to
the shuffle in maintainers, they did not get submitted when
I expected. My apologies for that. I feel comfortable with
them however due to the testing they've received, so I left
them in this submission.
----------------------------------------------------------------
Minor updates for 4.1-rc
----------------------------------------------------------------
Bart Van Assche (1):
IPoIB/CM: Fix indentation level
David Ahern (1):
IB/core: Fix unaligned accesses
Doug Ledford (1):
MAINTAINERS: Update InfiniBand subsystem maintainer
Guy Shapiro (2):
IB/core: dma map/unmap locking optimizations
IB/core: dma unmap optimizations
Hariprasad S (5):
iw_cxgb4: Cleanup register defines/MACROS
iw_cxgb4: 32b platform fixes
iw_cxgb4: use BAR2 GTS register for T5 kernel mode CQs
iw_cxgb4: enforce qp/cq id requirements
iw_cxgb4: Remove negative advice dmesg warnings
Honggang LI (1):
IB/core: change rdma_gid2ip into void function as it always return zero
Jason Gunthorpe (1):
RDMA/CMA: Canonize IPv4 on IPV6 sockets properly
Luis R. Rodriguez (2):
IB/qib: add acounting for MTRR
IB/qib: use arch_phys_wc_add()
Steve Wise (1):
RDMA/cxgb4: Report the actual address of the remote connecting peer
Tatyana Nikolova (2):
RDMA/core: Enable the iWarp Port Mapper to provide the actual address of the connecting peer to its clients
RDMA/nes: Report the actual address of the remote connecting peer
Yann Droneaud (1):
MAINTAINERS: add include/rdma/ to InfiniBand subsystem
MAINTAINERS | 6 +-
drivers/infiniband/core/addr.c | 13 +-
drivers/infiniband/core/cm.c | 23 ++--
drivers/infiniband/core/cm_msgs.h | 4 +-
drivers/infiniband/core/cma.c | 27 ++--
drivers/infiniband/core/iwpm_msg.c | 73 ++++++++++-
drivers/infiniband/core/iwpm_util.c | 208 +++++++++++++++++++++++++-----
drivers/infiniband/core/iwpm_util.h | 15 +++
drivers/infiniband/core/umem_odp.c | 14 +-
drivers/infiniband/hw/cxgb4/cm.c | 87 ++++++++++---
drivers/infiniband/hw/cxgb4/cq.c | 22 ++--
drivers/infiniband/hw/cxgb4/device.c | 37 +++++-
drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 7 +
drivers/infiniband/hw/cxgb4/mem.c | 6 +-
drivers/infiniband/hw/cxgb4/qp.c | 10 +-
drivers/infiniband/hw/cxgb4/t4.h | 7 +-
drivers/infiniband/hw/cxgb4/t4fw_ri_api.h | 4 +-
drivers/infiniband/hw/nes/nes.c | 1 +
drivers/infiniband/hw/nes/nes_cm.c | 65 +++++++---
drivers/infiniband/hw/qib/qib.h | 1 -
drivers/infiniband/hw/qib/qib_file_ops.c | 3 +-
drivers/infiniband/hw/qib/qib_iba6120.c | 8 +-
drivers/infiniband/hw/qib/qib_iba7220.c | 8 +-
drivers/infiniband/hw/qib/qib_iba7322.c | 41 +++---
drivers/infiniband/hw/qib/qib_init.c | 26 +---
drivers/infiniband/hw/qib/qib_wc_x86_64.c | 31 +----
drivers/infiniband/ulp/ipoib/ipoib_cm.c | 4 +-
include/rdma/ib_addr.h | 3 +-
include/rdma/ib_cm.h | 7 +-
include/rdma/iw_portmap.h | 25 ++++
include/uapi/rdma/rdma_netlink.h | 1 +
31 files changed, 568 insertions(+), 219 deletions(-)
--
Doug Ledford <dledford@redhat.com>
GPG KeyID: 0E572FDD
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next reply other threads:[~2015-05-06 14:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-06 14:56 Doug Ledford [this message]
2015-05-06 14:56 ` [GIT PULL] please pull linux.git Doug Ledford
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1430924192.2407.322.camel@redhat.com \
--to=dledford-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=roland-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.