| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
Date: Tue, 14 Dec 1999 09:16:16 -0500 (EST) From: Eric Youngdale <eric@andante.org> To: linux-scsi@vger.rutgers.edu Message-ID: <Pine.LNX.4.10.9912140903440.28446-200000@gwyn.tux.org> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="1624180858-1559605553-945180976=:28446" This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --1624180858-1559605553-945180976=:28446 Content-Type: TEXT/PLAIN; charset=US-ASCII Last night we killed one more bug. This is what was causing the lockups that Doug Gilbert was seeing. He is seeing a second problem that is much less frequent that I will have to look into next. I know what the problem is - I just need to code up the solution and test it. The problem I was seeing where eh_wait was getting zeroed had a simple explaination. I was running the tests in single-user mode, and the error handling threads are incorrectly shutting down in single user mode. In addition, the error handling threads are sitting around as zombies (which is why I thought they were still running in the first place), as they are not reaped by anybody. I need to tweak the set of blocked signals so that it is possible to unload a module, yet these things don't get killed by init when dropping down to single-user mode. I sent off a set of diffs against 2.3.32-pre4 this morning, which contains this bugfix plus the patches I sent out yesterday. I haven't had a chance to browse linux-kernel in the past couple of days. If there is anything being said over there that I need to be aware of, please let me know. I will be on vacation starting this coming Sat for about 10 days. I will have a laptop, and I will be responding to mail (but I won't be checking more than once a day or so). I won't have the ability to test anything on a live kernel (no SCSI in the laptop). -Eric "The world was a library, and its books were the stones, leaves, brooks, grass, and the birds of the earth. We learned to do what only a student of nature ever learns, and that was to feel beauty." Chief Luther Standing Bear - Teton Sioux --1624180858-1559605553-945180976=:28446 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="scsi_lib.c.diff" Content-Transfer-Encoding: BASE64 Content-ID: <Pine.LNX.4.10.9912140916160.28446@gwyn.tux.org> Content-Description: Stupid one-liner. Content-Disposition: attachment; filename="scsi_lib.c.diff" KioqIHNjc2lfbGliLmMub3JpZwlNb24gRGVjIDEzIDIzOjU0OjI0IDE5OTkN Ci0tLSBzY3NpX2xpYi5jCU1vbiBEZWMgMTMgMjM6NTQ6NDggMTk5OQ0KKioq KioqKioqKioqKioqDQoqKiogMTA5LDExNCAqKioqDQotLS0gMTA5LDExNSAt LS0tDQogIAkJCWZvciAocmVxID0gcS0+Y3VycmVudF9yZXF1ZXN0OyByZXE7 IHJlcSA9IHJlcS0+bmV4dCkgew0KICAJCQkJaWYgKHJlcS0+bmV4dCA9PSBO VUxMKSB7DQogIAkJCQkJcmVxLT5uZXh0ID0gJlNDcG50LT5yZXF1ZXN0Ow0K KyAJCQkJCWJyZWFrOw0KICAJCQkJfQ0KICAJCQl9DQogIAkJfQ0K --1624180858-1559605553-945180976=:28446-- - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@vger.rutgers.edu
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |