1. 10 Aug, 2017 14 commits
  2. 09 Aug, 2017 1 commit
  3. 31 Jul, 2017 23 commits
  4. 28 Jul, 2017 2 commits
    • Doug Ledford's avatar
      RDMA/hns: fix build regression · ecd840ff
      Doug Ledford authored
      The 0day build system flags implicit includes as errors.  A patch from
      Matan Barak to allow hns_roce, an aarch64 specific RDMA driver, to be
      built on other arches, but it resulted in build regressions.  The
      problem is that hns_roce_device.h needs a definition for __raw_writeq
      but did not have an include to provide it.  Add <linux/io.h> as an
      include to resolve the issue.
      Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
      ecd840ff
    • kbuild test robot's avatar
      IB/hns: fix semicolon.cocci warnings · d1d71499
      kbuild test robot authored
      drivers/infiniband/hw/hns/hns_roce_eq.c:295:3-4: Unneeded semicolon
      
       Remove unneeded semicolon.
      
      Generated by: scripts/coccinelle/misc/semicolon.cocci
      
      Fixes: 7d1b6a678e0b ("IB/hns: Support compile test for hns RoCE driver")
      CC: Matan Barak <matanb@mellanox.com>
      Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
      Signed-off-by: default avatarDoug Ledford <dledford@redhat.com>
      d1d71499