Found 9 matching messages (0.159 seconds). Page 1 of 1.
...
linux-kernel - Eric W. Biederman - Apr 19 2007 - 02:55
...
linux-kernel - Eric W. Biederman - Apr 19 2007 - 03:58
... directly.
This is the full conversion I sent to Dave in ... linux-2.6/drivers/mtd/mtd_blkdevs.c
===================================================================
--- linux-2.6.orig/ ... linux-kernel - Christoph Hellwig - Apr 22 2007 - 08:24
... directly.
>
> This is the full conversion I sent to Dave in ... linux-2.6/drivers/mtd/mtd_blkdevs.c
===================================================================
--- linux-2.6.orig ... linux/mutex.h>
+#include linux-kernel - Christoph Hellwig - Apr 22 2007 - 15:40
... ? Having already applied Eric's patch, this is the delta to yours... diff --git a/drivers/mtd/mtd_blkdevs.c b/ ... mtd_blktrans_ops *tr) mutex_lock(&mtd_table_mutex); /* Clean up the kernel thread */ - tr->blkcore_priv->exiting = 1 ...
linux-kernel - David Woodhouse - Apr 22 2007 - 09:23
... ebiederm@xmission.com> - unquoted > > thread_run is used intead of kernel_thread, daemonize, and mucking ... really want people to use kthread_run, but not the kthread stopping mechanisms, ... stopping. This is just the first patch in your series where the ...
linux-kernel - Christoph Hellwig - Apr 19 2007 - 12:47
...
linux-kernel - Eric W. Biederman - Apr 19 2007 - 15:13
... ebiederm@xmission.com> - unquoted > >> > >> thread_run is used intead of kernel_thread, daemonize, and ... > want people to use kthread_run, but not the kthread stopping > > mechanisms, ... so I would be > certain my patches were correct. > > I care about ...
linux-kernel - Andrew Morton - Apr 19 2007 - 18:26
... > Can you show me why the thread won't now miss a ... the list of threads attached to the waitqueue and then calls curr->func, which expands to try_to_wake_up. So when your thread ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ...
linux-kernel - Christoph Hellwig - Apr 22 2007 - 15:26