commit | 0174b381caf89443d92c6fe75f725f2bfeba96b6 | [log] [tgz] |
---|---|---|
author | Sasha Levin <sasha.levin@oracle.com> | Thu Sep 17 16:04:19 2015 -0400 |
committer | Doug Ledford <dledford@redhat.com> | Tue Oct 20 13:35:51 2015 -0400 |
tree | 24f34472d9bad49d01a6563c8cf7b3a0db6f68f4 | |
parent | b3b51f9f6f5d91cd16afaed0c22df2c56ed5f92e [diff] |
IB/ucma: check workqueue allocation before usage Allocating a workqueue might fail, which wasn't checked so far and would lead to NULL ptr derefs when an attempt to use it was made. Signed-off-by: Sasha Levin <sasha.levin@oracle.com> Signed-off-by: Doug Ledford <dledford@redhat.com>