lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 19 Mar 2012 10:11:19 -0700
From:	Roland Dreier <roland@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, linux-rdma@...r.kernel.org
Subject: [GIT PULL] please pull infiniband.git

Hi Linus,

Please pull from

    git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git rdma-for-linus

----------------------------------------------------------------

InfiniBand/RDMA changes for the 3.4 merge window.  Nothing big really
stands out; by patch count lots of fixes to the mlx4 driver plus some
cleanups and fixes to the core and other drivers.

----------------------------------------------------------------
Bart Van Assche (2):
      IB/srp: Use pr_fmt() and pr_err()/pr_warn()
      IB/srp: Consolidate repetitive sysfs code

Doug Ledford (1):
      IB/iser: Free IB connection resources in the proper place

Eli Cohen (3):
      IB/mlx4: Set bad_wr for invalid send opcode
      mlx4: Enforce device max FMR maps in FMR alloc
      IB/mlx4: Fix possible missed completion event

Eric Dumazet (1):
      IB/ehca: Use kthread_create_on_node()

Hefty, Sean (1):
      RDMA/ucma: Fix AB-BA deadlock

Jack Morgenstein (1):
      mlx4_core: Report thermal error events

Kumar Sanghvi (1):
      RDMA/cxgb4: Add missing peer2peer check in MPAv2 code

Kyle McMartin (1):
      IB/ehca: Fix ilog2() compile failure

Masanari Iida (1):
      IB/srpt: Fix typo "alocate" -> "allocate"

Mike Marciniszyn (2):
      IB/qib: Add logic for affinity hint
      IB/qib: Avoid filtering LID on SMA portinfo

Or Gerlitz (6):
      IB/iser: Post initial receive buffers before sending the final login request
      IB: Use central enum for speed instead of hard-coded values
      mlx4_core: Get rid of redundant ext_port_cap flags
      IB: Change CQE "csum_ok" field to a bit flag
      IB/mlx4: Fix info returned when querying IBoE ports
      mlx4_core: Allow dynamic MTU configuration for IB ports

Roland Dreier (5):
      IB/core: Fix SDR rates in sysfs
      mlx4_core: Fix one more static exported function
      mlx4_core: Scale size of MTT table with system RAM
      Merge branches 'misc' and 'mlx4' into for-next
      Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', 'srp' and 'srpt' into for-next

Steve Wise (2):
      RDMA/cxgb3: Don't pass irq flags to flush_qp()
      RDMA/iwcm: Reject connect requests if cmid is not in LISTEN state

Swapna Thete (2):
      IB/mad: Add MAD error codes from IBA spec
      IB/mad: Return error response for unsupported MADs

Tatyana Nikolova (1):
      RDMA/nes: Fixes for sparse endianness warnings

 drivers/infiniband/core/iwcm.c               |   24 +++--
 drivers/infiniband/core/mad.c                |   21 ++++
 drivers/infiniband/core/sysfs.c              |   27 +++---
 drivers/infiniband/core/ucma.c               |   37 ++++----
 drivers/infiniband/hw/amso1100/c2_provider.c |    2 +-
 drivers/infiniband/hw/cxgb3/iwch_provider.c  |    2 +-
 drivers/infiniband/hw/cxgb3/iwch_qp.c        |   40 ++++----
 drivers/infiniband/hw/cxgb4/cm.c             |    2 +-
 drivers/infiniband/hw/cxgb4/provider.c       |    2 +-
 drivers/infiniband/hw/ehca/ehca_hca.c        |    2 +-
 drivers/infiniband/hw/ehca/ehca_irq.c        |    3 +-
 drivers/infiniband/hw/ehca/ehca_mrmw.c       |    2 +-
 drivers/infiniband/hw/mlx4/cq.c              |    6 +-
 drivers/infiniband/hw/mlx4/main.c            |  130 +++++++++++++------------
 drivers/infiniband/hw/mlx4/qp.c              |    1 +
 drivers/infiniband/hw/mthca/mthca_cq.c       |    3 +-
 drivers/infiniband/hw/nes/nes_cm.c           |   39 +++++----
 drivers/infiniband/hw/nes/nes_verbs.c        |    2 +-
 drivers/infiniband/hw/qib/qib.h              |   10 ++-
 drivers/infiniband/hw/qib/qib_iba7322.c      |  107 +++++++++++++++------
 drivers/infiniband/hw/qib/qib_mad.c          |    4 +-
 drivers/infiniband/hw/qib/qib_pcie.c         |   21 ++++-
 drivers/infiniband/hw/qib/qib_rc.c           |    1 -
 drivers/infiniband/hw/qib/qib_uc.c           |    1 -
 drivers/infiniband/ulp/ipoib/ipoib_ib.c      |    3 +-
 drivers/infiniband/ulp/iser/iscsi_iser.c     |   18 +---
 drivers/infiniband/ulp/iser/iscsi_iser.h     |    1 +
 drivers/infiniband/ulp/iser/iser_initiator.c |   42 ++++-----
 drivers/infiniband/ulp/iser/iser_verbs.c     |   12 +++
 drivers/infiniband/ulp/srp/ib_srp.c          |  103 +++++++++-----------
 drivers/infiniband/ulp/srpt/ib_srpt.c        |    2 +-
 drivers/net/ethernet/mellanox/mlx4/eq.c      |   32 ++++++-
 drivers/net/ethernet/mellanox/mlx4/main.c    |  126 +++++++++++++++++++++++--
 drivers/net/ethernet/mellanox/mlx4/mlx4.h    |    9 ++-
 drivers/net/ethernet/mellanox/mlx4/mr.c      |    3 +
 drivers/net/ethernet/mellanox/mlx4/port.c    |   68 +++++---------
 drivers/net/ethernet/mellanox/mlx4/profile.c |   19 ++++
 include/linux/mlx4/device.h                  |   12 ++-
 include/rdma/ib_mad.h                        |    9 ++
 include/rdma/ib_verbs.h                      |   11 ++-
 40 files changed, 607 insertions(+), 352 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ