https://github.com/torvalds/linux
Revision 0174b381caf89443d92c6fe75f725f2bfeba96b6 authored by Sasha Levin on 17 September 2015, 20:04:19 UTC, committed by Doug Ledford on 20 October 2015, 17:35:51 UTC
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>
1 parent b3b51f9
History
Tip revision: 0174b381caf89443d92c6fe75f725f2bfeba96b6 authored by Sasha Levin on 17 September 2015, 20:04:19 UTC
IB/ucma: check workqueue allocation before usage
Tip revision: 0174b38

back to top