Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
3
-
9223372036854775807
Description
While testing a patch I was able to deadlock all the CPU of my machine.
After investigating the log reports I found out that in "LNetMDAttach" (implemented in lnet/lnet/lib-md.c) there is a call to the "vfree" function in interrupt context which is illegal in linux kernel versions prior to 3.10.
I cannot be sure whether or not this was actually the cause of my problem though, because I have not been able to reproduce since then.