Re : Little fix about ORe

2007-12-10 Thread Marc CHALAND
Hello,

Sorry for my last patch. I did some more testing after sending it (I
know, it's bad) and I've found some problems in some cases :
- error when the device is not found
- normal close (thread is killed twice)

So I propose the following patch which is applicable to r250. I tested
it this morning.

Regards
Marc


ore.r238.071206.patch
Description: Binary data
___
l4-hackers mailing list
l4-hackers@os.inf.tu-dresden.de
http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers


Little fix about ORe

2007-12-07 Thread Marc CHALAND
Hi,

I've found that when an ORe client finishes, ORe doesn't stop
associated worker thread. Context is correctly freed but not thread.
This may lead a lack of thread when several clients finishes and
restart several times. Here is a little patch to fix this.

Regards
Marc


ore.r238.071206.patch
Description: Binary data
___
l4-hackers mailing list
l4-hackers@os.inf.tu-dresden.de
http://os.inf.tu-dresden.de/mailman/listinfo/l4-hackers