Hi Linus, More fixes from testing done on the rc kernel, including more SELinux testing. Looking forward, lockdep found regression today in ipoib which is still being fixed. The following changes since commit 315d160c5a4e034a576a13aa21e7235d5c9ec609: IB/core: Only enforce security for InfiniBand (2017-12-01 12:21:28 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git tags/for-linus for you to fetch changes up to 9d98e19ba08f6aa33a4a1414f3dfe8440e67530c: IB/ipoib: Restore MM behavior in case of tx_ring allocation failure (2017-12-13 10:31:57 -0700) ---------------------------------------------------------------- Second pull request for 4.15-rc - Fix for SELinux on the umad SMI path. Some old hardware does not fill the PKey properly exposing another bug in the newer SELinux code. - Check the input port as we can exceed array bounds from this user supplied value - Users are unable to use the hash field support as they want due to incorrect checks on the field restrictions, correct that so the feature works as intended - User triggerable oops in the NETLINK_RDMA handler - cxgb4 driver fix for a bad interaction with CQ flushing in iser caused by patches in this merge window, and bad CQ flushing during normal close. - Unbalanced memalloc_noio in ipoib in an error path. ---------------------------------------------------------------- Daniel Jurgens (2): IB/core: Bound check alternate path port number IB/core: Don't enforce PKey security on SMI MADs Guy Levi (1): IB/mlx4: Fix RSS hash fields restrictions Leon Romanovsky (1): RDMA/netlink: Fix general protection fault Steve Wise (2): iw_cxgb4: only clear the ARMED bit if a notification is needed iw_cxgb4: only insert drain cqes if wq is flushed Yuval Shaia (1): IB/ipoib: Restore MM behavior in case of tx_ring allocation failure drivers/infiniband/core/cma.c | 2 +- drivers/infiniband/core/device.c | 2 +- drivers/infiniband/core/iwcm.c | 2 +- drivers/infiniband/core/nldev.c | 2 +- drivers/infiniband/core/security.c | 7 +++++-- drivers/infiniband/core/uverbs_cmd.c | 6 ++++++ drivers/infiniband/hw/cxgb4/cq.c | 5 +++++ drivers/infiniband/hw/cxgb4/qp.c | 22 ++++++++++++++++------ drivers/infiniband/hw/mlx4/qp.c | 26 +++++++++++++++++++------- drivers/infiniband/ulp/ipoib/ipoib_cm.c | 1 + 10 files changed, 56 insertions(+), 19 deletions(-)