b=17024
i=shadow
i=bobijam
Description: Lustre GPF in {:ptlrpc:ptlrpc_server_free_request+373}
Details : In case of memory pressure, list_del() can be called twice on
req->rq_history_list, causing a kernel oops.
rq_lock held.
Severity : normal
-Frequency : only X2
+Frequency : only on Cray X2
Bugzilla : 16813
Description: X2 build failures
Details : fix build failures on Cray X2.
Details : Disable statahead on systems with CONFIG_SLUB enabled, until
such a time as problem is understood.
+Severity : major
+Bugzilla : 17024
+Description: Lustre GPF in {:ptlrpc:ptlrpc_server_free_request+373}
+Details : In case of memory pressure, list_del() can be called twice on
+ req->rq_history_list, causing a kernel oops.
+
-------------------------------------------------------------------------------
} else if (req->rq_reply_state && req->rq_reply_state->rs_prealloc) {
/* If we are low on memory, we are not interested in
history */
- list_del(&req->rq_history_list);
+ list_del_init(&req->rq_history_list);
__ptlrpc_server_free_request(req);
}