Re: Patch for nested mutex project solving priority inversion problem for uniprocessor.

2015-09-07 Thread Sebastian Huber
On 07/09/15 08:32, Cyrille Artho wrote: Hi Sebastian, I was not aware that deadlock detection was an objective. It would be good to first clarify the requirements for a new mutex implementation. This is why I created the ticket. It doesn't make sense to add something which will be replaced

PATCH] untar: do not exit with error when created directory already exists (fixes #2413).

2015-09-07 Thread Pavel Pisa
--- cpukit/libmisc/untar/untar.c | 8 1 file changed, 8 insertions(+) diff --git a/cpukit/libmisc/untar/untar.c b/cpukit/libmisc/untar/untar.c index aed8fed..4591a8b 100644 --- a/cpukit/libmisc/untar/untar.c +++ b/cpukit/libmisc/untar/untar.c @@ -28,6 +28,7 @@ #include #include

Re: Patch for nested mutex project solving priority inversion problem for uniprocessor.

2015-09-07 Thread Sebastian Huber
Hello Saurabh, On 05/09/15 01:52, Saurabh Gadia wrote: This is the patch for solving priority inversion problem for uniprocessor architecture. It works correctly for all test cases on master. For 4.11 the patch get applied cleanly but the branch does not compile because of some rbtree

PCI CAN interface emulation updated for QEMU 2.4

2015-09-07 Thread Pavel Pisa
Hello everybody, the project implements simple CAN SJA1000 interface emulation with option to connect emulated CAN buses to host system SocketCAN bus. Project has been started by Jin Yang in frame of RTEMS provided GSoC 2013 slot. Code has been cleaned and is maintained to be up-to date with