Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-05-10 Thread Andrew Morton
On Thu, 10 May 2007 14:29:29 -0400 (EDT) Scott Murray <[EMAIL PROTECTED]> wrote: > > or > > > > you->kristen->Len->mainline > >| > >v > > -mm > > > > or something else. > > My apologies, it wasn't entirely clear to me

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-05-10 Thread Scott Murray
On Wed, 9 May 2007, Andrew Morton wrote: > On Mon, 7 May 2007 14:18:29 -0400 (EDT) > Scott Murray <[EMAIL PROTECTED]> wrote: > > > On Fri, 4 May 2007, Christoph Hellwig wrote: > > > > > On Fri, Apr 27, 2007 at 06:07:49PM -0400, Scott Murray wrote: > > > > Sorry, it took me a few days to get to

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-05-10 Thread Scott Murray
On Wed, 9 May 2007, Andrew Morton wrote: On Mon, 7 May 2007 14:18:29 -0400 (EDT) Scott Murray [EMAIL PROTECTED] wrote: On Fri, 4 May 2007, Christoph Hellwig wrote: On Fri, Apr 27, 2007 at 06:07:49PM -0400, Scott Murray wrote: Sorry, it took me a few days to get to testing this

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-05-10 Thread Andrew Morton
On Thu, 10 May 2007 14:29:29 -0400 (EDT) Scott Murray [EMAIL PROTECTED] wrote: or you-kristen-Len-mainline | v -mm or something else. My apologies, it wasn't entirely clear to me that that was happening

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-05-09 Thread Kristen Carlson Accardi
On Wed, 9 May 2007 16:24:30 -0700 Andrew Morton <[EMAIL PROTECTED]> wrote: > On Mon, 7 May 2007 14:18:29 -0400 (EDT) > Scott Murray <[EMAIL PROTECTED]> wrote: > > > On Fri, 4 May 2007, Christoph Hellwig wrote: > > > > > On Fri, Apr 27, 2007 at 06:07:49PM -0400, Scott Murray wrote: > > > >

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-05-09 Thread Andrew Morton
On Mon, 7 May 2007 14:18:29 -0400 (EDT) Scott Murray <[EMAIL PROTECTED]> wrote: > On Fri, 4 May 2007, Christoph Hellwig wrote: > > > On Fri, Apr 27, 2007 at 06:07:49PM -0400, Scott Murray wrote: > > > Sorry, it took me a few days to get to testing this out. It looks good, > > > > > > but I

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-05-09 Thread Andrew Morton
On Mon, 7 May 2007 14:18:29 -0400 (EDT) Scott Murray [EMAIL PROTECTED] wrote: On Fri, 4 May 2007, Christoph Hellwig wrote: On Fri, Apr 27, 2007 at 06:07:49PM -0400, Scott Murray wrote: Sorry, it took me a few days to get to testing this out. It looks good, but I had to make a

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-05-09 Thread Kristen Carlson Accardi
On Wed, 9 May 2007 16:24:30 -0700 Andrew Morton [EMAIL PROTECTED] wrote: On Mon, 7 May 2007 14:18:29 -0400 (EDT) Scott Murray [EMAIL PROTECTED] wrote: On Fri, 4 May 2007, Christoph Hellwig wrote: On Fri, Apr 27, 2007 at 06:07:49PM -0400, Scott Murray wrote: Sorry, it took me a few

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-05-07 Thread Scott Murray
On Fri, 4 May 2007, Christoph Hellwig wrote: > On Fri, Apr 27, 2007 at 06:07:49PM -0400, Scott Murray wrote: > > Sorry, it took me a few days to get to testing this out. It looks good, > > but I had to make a couple of tweaks to avoid a hang when rmmod'ing a > > board driver. The board

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-05-07 Thread Scott Murray
On Fri, 4 May 2007, Christoph Hellwig wrote: On Fri, Apr 27, 2007 at 06:07:49PM -0400, Scott Murray wrote: Sorry, it took me a few days to get to testing this out. It looks good, but I had to make a couple of tweaks to avoid a hang when rmmod'ing a board driver. The board drivers do:

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-05-04 Thread Christoph Hellwig
On Fri, Apr 27, 2007 at 06:07:49PM -0400, Scott Murray wrote: > Sorry, it took me a few days to get to testing this out. It looks good, > but I had to make a couple of tweaks to avoid a hang when rmmod'ing a > board driver. The board drivers do: > > cpci_hp_stop() >

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-05-04 Thread Christoph Hellwig
On Fri, Apr 27, 2007 at 06:07:49PM -0400, Scott Murray wrote: Sorry, it took me a few days to get to testing this out. It looks good, but I had to make a couple of tweaks to avoid a hang when rmmod'ing a board driver. The board drivers do: cpci_hp_stop()

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-04-27 Thread Scott Murray
On Sun, 22 Apr 2007, Christoph Hellwig wrote: > On Thu, Apr 19, 2007 at 12:55:29AM -0600, Eric W. Biederman wrote: > > From: Eric W. Biederman <[EMAIL PROTECTED]> - unquoted > > > > kthread_run replaces the kernel_thread and daemonize calls > > during thread startup. > > > > Calls to

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-04-27 Thread Scott Murray
On Sun, 22 Apr 2007, Christoph Hellwig wrote: On Thu, Apr 19, 2007 at 12:55:29AM -0600, Eric W. Biederman wrote: From: Eric W. Biederman [EMAIL PROTECTED] - unquoted kthread_run replaces the kernel_thread and daemonize calls during thread startup. Calls to signal_pending were also

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-04-23 Thread Scott Murray
On Sun, 22 Apr 2007, Christoph Hellwig wrote: > On Thu, Apr 19, 2007 at 12:55:29AM -0600, Eric W. Biederman wrote: > > From: Eric W. Biederman <[EMAIL PROTECTED]> - unquoted > > > > kthread_run replaces the kernel_thread and daemonize calls > > during thread startup. > > > > Calls to

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-04-23 Thread Scott Murray
On Sun, 22 Apr 2007, Christoph Hellwig wrote: On Thu, Apr 19, 2007 at 12:55:29AM -0600, Eric W. Biederman wrote: From: Eric W. Biederman [EMAIL PROTECTED] - unquoted kthread_run replaces the kernel_thread and daemonize calls during thread startup. Calls to signal_pending were also

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-04-22 Thread Christoph Hellwig
On Thu, Apr 19, 2007 at 12:55:29AM -0600, Eric W. Biederman wrote: > From: Eric W. Biederman <[EMAIL PROTECTED]> - unquoted > > kthread_run replaces the kernel_thread and daemonize calls > during thread startup. > > Calls to signal_pending were also removed as it is currently > impossible for

Re: [PATCH] cpci_hotplug: Convert to use the kthread API

2007-04-22 Thread Christoph Hellwig
On Thu, Apr 19, 2007 at 12:55:29AM -0600, Eric W. Biederman wrote: From: Eric W. Biederman [EMAIL PROTECTED] - unquoted kthread_run replaces the kernel_thread and daemonize calls during thread startup. Calls to signal_pending were also removed as it is currently impossible for the

[PATCH] cpci_hotplug: Convert to use the kthread API

2007-04-19 Thread Eric W. Biederman
From: Eric W. Biederman <[EMAIL PROTECTED]> kthread_run replaces the kernel_thread and daemonize calls during thread startup. Calls to signal_pending were also removed as it is currently impossible for the cpci_hotplug thread to receive signals. CC: Scott Murray <[EMAIL PROTECTED]>

[PATCH] cpci_hotplug: Convert to use the kthread API

2007-04-19 Thread Eric W. Biederman
From: Eric W. Biederman <[EMAIL PROTECTED]> - unquoted kthread_run replaces the kernel_thread and daemonize calls during thread startup. Calls to signal_pending were also removed as it is currently impossible for the cpci_hotplug thread to receive signals. CC: Scott Murray <[EMAIL PROTECTED]>

[PATCH] cpci_hotplug: Convert to use the kthread API

2007-04-19 Thread Eric W. Biederman
From: Eric W. Biederman [EMAIL PROTECTED] - unquoted kthread_run replaces the kernel_thread and daemonize calls during thread startup. Calls to signal_pending were also removed as it is currently impossible for the cpci_hotplug thread to receive signals. CC: Scott Murray [EMAIL PROTECTED]

[PATCH] cpci_hotplug: Convert to use the kthread API

2007-04-19 Thread Eric W. Biederman
From: Eric W. Biederman [EMAIL PROTECTED] kthread_run replaces the kernel_thread and daemonize calls during thread startup. Calls to signal_pending were also removed as it is currently impossible for the cpci_hotplug thread to receive signals. CC: Scott Murray [EMAIL PROTECTED] Signed-off-by: