Comment 14 for bug 1509120

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2015-10-31 17:59 EDT-------
It looks like a non-zero return from do_execve() in ____call_usermodehelper() is the primary trigger here.

if (!retval)
return 0;
do_exit(0);

A successful callout bypasses the do_exit() process accounting. While trying to debug the nfsidmap utility, I typoed a path and the resulting callout returned 127. My test system locked up just like the customer's.