From 58d779d36e507e7304ee68fbb2cdddf7253de1c0 Mon Sep 17 00:00:00 2001 From: johann Date: Tue, 7 Oct 2008 15:04:38 +0000 Subject: [PATCH] Branch b1_8_gate b=17026 i=shadow i=oleg Description: (ptllnd_peer.c:557:kptllnd_peer_check_sends()) ASSERTION(!in_interrupt()) failed Details: fix stack overflow in the distributed lock manager by defering export eviction after a failed ast to the elt thread instead of handling it in the dlm interpret routine. --- lustre/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 108c9ad..dba08bd 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -650,6 +650,13 @@ 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. +Severity : normal +Bugzilla : 17026 +Description: (ptllnd_peer.c:557:kptllnd_peer_check_sends()) ASSERTION(!in_interrupt()) failed +Details : fix stack overflow in the distributed lock manager by defering export + eviction after a failed ast to the elt thread instead of handling + it in the dlm interpret routine. + ------------------------------------------------------------------------------- 2008-05-26 Sun Microsystems, Inc. -- 1.8.3.1