1. 08 1月, 2017 4 次提交
  2. 03 1月, 2017 8 次提交
  3. 25 12月, 2016 1 次提交
  4. 23 12月, 2016 12 次提交
  5. 19 12月, 2016 2 次提交
  6. 16 12月, 2016 1 次提交
    • L
      rdma: fix buggy code that the compiler warns about · d3ea5478
      Linus Torvalds 提交于
      Get rid of this warning:
      
        drivers/infiniband/sw/rdmavt/cq.c: In function ‘rvt_cq_exit’:
        drivers/infiniband/sw/rdmavt/cq.c:542:2: warning: ‘worker’ may be used uninitialized in this function [-Wmaybe-uninitialized]
          kthread_destroy_worker(worker);
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      
      by fixing the function to actually work.
      
      Fixes: 6efaf10f ("IB/rdmavt: Avoid queuing work into a destroyed cq kthread worker")
      Cc: Petr Mladek <pmladek@suse.com>
      Cc: Doug Ledford <dledford@redhat.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      d3ea5478
  7. 15 12月, 2016 12 次提交