Re: [Patch 0/2] Kernel: mutex_lock_killable

2007-12-04 Thread Ingo Molnar
* Liam Howlett <[EMAIL PROTECTED]> wrote: > Hello, > > This series of patches add the ability to make mutex locks killable > instead of uninterruptable. > > This patch set builds on willys 5 patches for TASK_KILLABLE that are > currently in mm (see http://lkml.org/lkml/2007/10/18/423 for more

[Patch 0/2] Kernel: mutex_lock_killable

2007-11-28 Thread Liam Howlett
Hello, This series of patches add the ability to make mutex locks killable instead of uninterruptable. This patch set builds on willys 5 patches for TASK_KILLABLE that are currently in mm (see http://lkml.org/lkml/2007/10/18/423 for more details). I have used 2.6.24-rc3 with the addition of will