commit | 7162a3e0db34e914a8bc5bf74bbae0b386310cf8 | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Sun Oct 30 09:50:04 2005 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Mon Oct 31 07:10:32 2005 -0800 |
tree | ffd7eba03f29dd2932dd32ac4adc2921bde7644b | |
parent | a20583a7c2e35d80b1dfc1f60c9729498838725e [diff] |
[IB] uverbs: Avoid NULL pointer deref on CQ async event 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: Roland Dreier <rolandd@cisco.com>