Re: [PATCH] convert verify_area to access_ok in xtensa/kernel/signal.c

2005-08-29 Thread Jesper Juhl
On 8/29/05, linux-os (Dick Johnson) <[EMAIL PROTECTED]> wrote: > > On Mon, 29 Aug 2005, Jesper Juhl wrote: > > > > > verify_area() is deprecated and has been for quite a while. [snip] > > > > This patch converts all uses of verify_area() in xtensa/kernel/signal.c to > > use access_ok() instead. >

Re: [PATCH] convert verify_area to access_ok in xtensa/kernel/signal.c

2005-08-29 Thread linux-os \(Dick Johnson\)
On Mon, 29 Aug 2005, Jesper Juhl wrote: > > verify_area() is deprecated and has been for quite a while. > I thought I had cleaned up all users and was planning to submit the final > patches to get rid of it completely, but when I did a final check I found > that xtensa has been added after my ini

[PATCH] convert verify_area to access_ok in xtensa/kernel/signal.c

2005-08-29 Thread Jesper Juhl
verify_area() is deprecated and has been for quite a while. I thought I had cleaned up all users and was planning to submit the final patches to get rid of it completely, but when I did a final check I found that xtensa has been added after my initial cleanup and it still uses verify_area(), so