Re: [PATCH v5] Fix rmmod/read/write races in /proc entries

2007-03-19 Thread Alexey Dobriyan
On Fri, Mar 16, 2007 at 03:50:30AM -0800, Andrew Morton wrote: > On Fri, 16 Mar 2007 12:16:13 +0300 Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > > On Thu, Mar 15, 2007 at 05:53:04PM -0800, Andrew Morton wrote: > > > My, what a lot of code you have here. I note that nobody can be assed > > > even

Re: [PATCH v5] Fix rmmod/read/write races in /proc entries

2007-03-19 Thread Alexey Dobriyan
On Fri, Mar 16, 2007 at 03:50:30AM -0800, Andrew Morton wrote: On Fri, 16 Mar 2007 12:16:13 +0300 Alexey Dobriyan [EMAIL PROTECTED] wrote: On Thu, Mar 15, 2007 at 05:53:04PM -0800, Andrew Morton wrote: My, what a lot of code you have here. I note that nobody can be assed even

Re: [PATCH v5] Fix rmmod/read/write races in /proc entries

2007-03-16 Thread Andrew Morton
On Fri, 16 Mar 2007 12:16:13 +0300 Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > On Thu, Mar 15, 2007 at 05:53:04PM -0800, Andrew Morton wrote: > > My, what a lot of code you have here. I note that nobody can be assed even > > reviewing it. Now why is that? > > I hope, Al could find some time

Re: [PATCH v5] Fix rmmod/read/write races in /proc entries

2007-03-16 Thread Alexey Dobriyan
On Thu, Mar 15, 2007 at 05:53:04PM -0800, Andrew Morton wrote: > My, what a lot of code you have here. I note that nobody can be assed even > reviewing it. Now why is that? I hope, Al could find some time again. > On Sun, 11 Mar 2007 20:04:56 +0300 Alexey Dobriyan <[EMAIL PROTECTED]> wrote: >

Re: [PATCH v5] Fix rmmod/read/write races in /proc entries

2007-03-16 Thread Alexey Dobriyan
On Thu, Mar 15, 2007 at 05:53:04PM -0800, Andrew Morton wrote: My, what a lot of code you have here. I note that nobody can be assed even reviewing it. Now why is that? I hope, Al could find some time again. On Sun, 11 Mar 2007 20:04:56 +0300 Alexey Dobriyan [EMAIL PROTECTED] wrote: Fix

Re: [PATCH v5] Fix rmmod/read/write races in /proc entries

2007-03-16 Thread Andrew Morton
On Fri, 16 Mar 2007 12:16:13 +0300 Alexey Dobriyan [EMAIL PROTECTED] wrote: On Thu, Mar 15, 2007 at 05:53:04PM -0800, Andrew Morton wrote: My, what a lot of code you have here. I note that nobody can be assed even reviewing it. Now why is that? I hope, Al could find some time again.

Re: [PATCH v5] Fix rmmod/read/write races in /proc entries

2007-03-15 Thread Andrew Morton
On Sun, 11 Mar 2007 20:04:56 +0300 Alexey Dobriyan <[EMAIL PROTECTED]> wrote: > Differences from version 4: > Updated in-code comments. Largely rewritten changelog. > Lockdep please. --akpm > ->read_proc, ->write_proc aren't special, Extend protection to > most methods for

Re: [PATCH v5] Fix rmmod/read/write races in /proc entries

2007-03-15 Thread Andrew Morton
On Sun, 11 Mar 2007 20:04:56 +0300 Alexey Dobriyan [EMAIL PROTECTED] wrote: Differences from version 4: Updated in-code comments. Largely rewritten changelog. Lockdep please. --akpm -read_proc, -write_proc aren't special, Extend protection to most methods for regular

[PATCH v5] Fix rmmod/read/write races in /proc entries

2007-03-11 Thread Alexey Dobriyan
Differences from version 4: Updated in-code comments. Largely rewritten changelog. Lockdep please. --akpm ->read_proc, ->write_proc aren't special, Extend protection to most methods for regular /proc files. Mentioned by viro. Differences from version 3: Use

[PATCH v5] Fix rmmod/read/write races in /proc entries

2007-03-11 Thread Alexey Dobriyan
Differences from version 4: Updated in-code comments. Largely rewritten changelog. Lockdep please. --akpm -read_proc, -write_proc aren't special, Extend protection to most methods for regular /proc files. Mentioned by viro. Differences from version 3: Use