Hi Linus, The following changes since commit 527e9316f8ec44bd53d90fb9f611fa7ffff52bb9: Linux 4.4-rc4 (2015-12-06 15:43:12 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git tags/for-linus for you to fetch changes up to ab5cdc31630c7596d81ca8fbe7d695f10666f39b: IB/mlx5: Postpone remove_keys under knowledge of coming preemption (2015-12-08 16:55:31 -0500) ---------------------------------------------------------------- Series of 4.4-rc fixes Most are minor to important fixes. There is one performance enhancement that I took on the grounds that failing to check if other processes can run before running what's intended to be a background, idle-time task is a bug, even though the primary effect of the fix is to improve performance (and it was a very simple patch). ---------------------------------------------------------------- Arnd Bergmann (1): IB/iser: use sector_div instead of do_div Bart Van Assche (5): IB/srp: Fix a memory leak IB/srp: Fix indirect data buffer rkey endianness IB/srp: Fix srp_map_sg_fr() IB core: Fix ib_sg_to_pages() IB/cma: Add a missing rcu_read_unlock() Christoph Hellwig (1): IB/srp: Initialize dma_length in srp_map_idb Easwar Hariharan (1): IB/qib: Minor fixes to qib per SFF 8636 Hal Rosenstock (1): IB/mad: Require CM send method for everything except ClassPortInfo Ira Weiny (1): IB/qib: Fix qib_mr structure Kaike Wan (1): IB/sa: Put netlink request into the request list before sending Leon Romanovsky (1): IB/mlx5: Postpone remove_keys under knowledge of coming preemption Mike Marciniszyn (2): IB/core: Fix user mode post wr corruption IB/core: use RCU for uverbs id lookup Sagi Grimberg (3): IB/srp: Fix possible send queue overflow mlx4: Expose correct max_sge_rd limit iser-target: Remove explicit mlx4 work-around Wengang Wang (2): IB/mlx4: Use correct order of variables in log message IB/mlx4: Use vmalloc for WR buffers when needed drivers/infiniband/core/cma.c | 5 +--- drivers/infiniband/core/mad.c | 5 ++++ drivers/infiniband/core/sa_query.c | 32 +++++++++++---------- drivers/infiniband/core/uverbs_cmd.c | 27 +++++++++++------- drivers/infiniband/core/verbs.c | 43 ++++++++++++++-------------- drivers/infiniband/hw/mlx4/main.c | 2 +- drivers/infiniband/hw/mlx4/qp.c | 19 +++++++++---- drivers/infiniband/hw/mlx4/srq.c | 11 ++++++-- drivers/infiniband/hw/mlx5/mr.c | 14 +++++++++- drivers/infiniband/hw/qib/qib_qsfp.c | 4 +-- drivers/infiniband/hw/qib/qib_verbs.h | 2 +- drivers/infiniband/ulp/iser/iser_verbs.c | 2 +- drivers/infiniband/ulp/isert/ib_isert.c | 13 ++------- drivers/infiniband/ulp/srp/ib_srp.c | 48 +++++++++++++++++--------------- drivers/infiniband/ulp/srp/ib_srp.h | 5 +--- drivers/net/ethernet/mellanox/mlx4/cmd.c | 2 +- include/linux/mlx4/device.h | 11 ++++++++ include/rdma/ib_mad.h | 2 ++ include/rdma/ib_verbs.h | 1 + 19 files changed, 146 insertions(+), 102 deletions(-) -- Doug Ledford GPG KeyID: 0E572FDD