From f72154b33e67069cd7c308d24255574b9fbacb1d Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 24 Apr 2008 13:55:19 -0400 Subject: PR6451: avoid one class of staprun shutdown deadlock (module/.ctl filehandle = 0) --- runtime/staprun/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'runtime/staprun/ChangeLog') diff --git a/runtime/staprun/ChangeLog b/runtime/staprun/ChangeLog index f1abd736..9e0ccb73 100644 --- a/runtime/staprun/ChangeLog +++ b/runtime/staprun/ChangeLog @@ -1,3 +1,9 @@ +2008-04-24 Frank Ch. Eigler + + PR 6451. + * common.c (control_channel): Initialize to -1. + * ctl.c (close_ctl_channel): Tolerate fd=0. + 2008-04-22 Martin Hunt * cap.c (init_cap): Detect capabilities failure and -- cgit