1. 21 3月, 2006 7 次提交
  2. 07 2月, 2006 1 次提交
  3. 04 2月, 2006 1 次提交
  4. 18 1月, 2006 2 次提交
  5. 15 1月, 2006 1 次提交
  6. 14 1月, 2006 1 次提交
  7. 10 1月, 2006 1 次提交
  8. 07 1月, 2006 4 次提交
  9. 05 1月, 2006 1 次提交
  10. 10 12月, 2005 1 次提交
  11. 01 12月, 2005 2 次提交
  12. 30 11月, 2005 1 次提交
  13. 29 11月, 2005 1 次提交
  14. 28 11月, 2005 1 次提交
  15. 19 11月, 2005 1 次提交
    • R
      IB/umad: make sure write()s have sufficient data · eabc7793
      Roland Dreier 提交于
      Make sure that userspace passes in enough data when sending a MAD.  We
      always copy at least sizeof (struct ib_user_mad) + IB_MGMT_RMPP_HDR
      bytes from userspace, so anything less is definitely invalid.  Also,
      if the length is less than this limit, it's possible for the second
      copy_from_user() to get a negative length and trigger a BUG().
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      eabc7793
  16. 11 11月, 2005 5 次提交
  17. 07 11月, 2005 3 次提交
  18. 04 11月, 2005 1 次提交
  19. 02 11月, 2005 1 次提交
  20. 31 10月, 2005 2 次提交
    • R
      [IB] uverbs: Avoid NULL pointer deref on CQ async event · 7162a3e0
      Roland Dreier 提交于
      Userspace CQs that have no completion event channel attached end up
      with their cq_context set to NULL.  However, asynchronous events like
      "CQ overrun" can still occur on such CQs, so add a uverbs_file member
      to struct ib_ucq_object that we can follow to deliver these events.
      Signed-off-by: NRoland Dreier <rolandd@cisco.com>
      7162a3e0
    • T
      [PATCH] fix missing includes · 4e57b681
      Tim Schmielau 提交于
      I recently picked up my older work to remove unnecessary #includes of
      sched.h, starting from a patch by Dave Jones to not include sched.h
      from module.h. This reduces the number of indirect includes of sched.h
      by ~300. Another ~400 pointless direct includes can be removed after
      this disentangling (patch to follow later).
      However, quite a few indirect includes need to be fixed up for this.
      
      In order to feed the patches through -mm with as little disturbance as
      possible, I've split out the fixes I accumulated up to now (complete for
      i386 and x86_64, more archs to follow later) and post them before the real
      patch.  This way this large part of the patch is kept simple with only
      adding #includes, and all hunks are independent of each other.  So if any
      hunk rejects or gets in the way of other patches, just drop it.  My scripts
      will pick it up again in the next round.
      Signed-off-by: NTim Schmielau <tim@physik3.uni-rostock.de>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      4e57b681
  21. 30 10月, 2005 1 次提交
  22. 29 10月, 2005 1 次提交