Re: [PATCH 0/7] Intro: convert lockd to kthread and fix use-after-free (try #3)

2008-01-05 Thread J. Bruce Fields
On Wed, Dec 19, 2007 at 08:15:43PM +0100, Tomasz Kłoczko wrote: > On Tue, 18 Dec 2007, Jeff Layton wrote: > >> This is the third patchset to fix the use-after-free problem in lockd, >> and to convert lockd to use the kthread API instead of kernel_thread. >> The main change from the last patchset

Re: [PATCH 0/7] Intro: convert lockd to kthread and fix use-after-free (try #3)

2008-01-05 Thread J. Bruce Fields
On Wed, Dec 19, 2007 at 08:15:43PM +0100, Tomasz Kłoczko wrote: On Tue, 18 Dec 2007, Jeff Layton wrote: This is the third patchset to fix the use-after-free problem in lockd, and to convert lockd to use the kthread API instead of kernel_thread. The main change from the last patchset is the

Re: [PATCH 0/7] Intro: convert lockd to kthread and fix use-after-free (try #3)

2007-12-19 Thread Tomasz Kłoczko
On Tue, 18 Dec 2007, Jeff Layton wrote: This is the third patchset to fix the use-after-free problem in lockd, and to convert lockd to use the kthread API instead of kernel_thread. The main change from the last patchset is the elimination of the svc_create_kthread helper function, and having

Re: [PATCH 0/7] Intro: convert lockd to kthread and fix use-after-free (try #3)

2007-12-19 Thread Tomasz Kłoczko
On Tue, 18 Dec 2007, Jeff Layton wrote: This is the third patchset to fix the use-after-free problem in lockd, and to convert lockd to use the kthread API instead of kernel_thread. The main change from the last patchset is the elimination of the svc_create_kthread helper function, and having

[PATCH 0/7] Intro: convert lockd to kthread and fix use-after-free (try #3)

2007-12-18 Thread Jeff Layton
This is the third patchset to fix the use-after-free problem in lockd, and to convert lockd to use the kthread API instead of kernel_thread. The main change from the last patchset is the elimination of the svc_create_kthread helper function, and having lockd_up call kthread_run directly. I've also

[PATCH 0/7] Intro: convert lockd to kthread and fix use-after-free (try #3)

2007-12-18 Thread Jeff Layton
This is the third patchset to fix the use-after-free problem in lockd, and to convert lockd to use the kthread API instead of kernel_thread. The main change from the last patchset is the elimination of the svc_create_kthread helper function, and having lockd_up call kthread_run directly. I've also