RE: mips: Re-introduce copy_user_page

2015-02-04 Thread Wilcox, Matthew R
@linux-mips.org; linux-kernel@vger.kernel.org; Atsushi Nemoto; Wilcox, Matthew R Subject: Re: mips: Re-introduce copy_user_page On 01/30/2015 09:23 PM, Guenter Roeck wrote: > Commit bcd022801ee5 ("MIPS: Fix COW D-cache aliasing on fork") replaced > the inline function copy_user_page for

Re: mips: Re-introduce copy_user_page

2015-02-03 Thread Guenter Roeck
On 02/03/2015 10:40 AM, Leonid Yegoshin wrote: On 01/30/2015 09:23 PM, Guenter Roeck wrote: Commit bcd022801ee5 ("MIPS: Fix COW D-cache aliasing on fork") replaced the inline function copy_user_page for mips with an external reference, but neglected to introduce the actual non-inline function. R

Re: mips: Re-introduce copy_user_page

2015-02-03 Thread Leonid Yegoshin
On 01/30/2015 09:23 PM, Guenter Roeck wrote: Commit bcd022801ee5 ("MIPS: Fix COW D-cache aliasing on fork") replaced the inline function copy_user_page for mips with an external reference, but neglected to introduce the actual non-inline function. Restore it. Fixes: bcd022801ee5 ("MIPS: Fix COW

[PATCH] mips: Re-introduce copy_user_page

2015-01-30 Thread Guenter Roeck
Commit bcd022801ee5 ("MIPS: Fix COW D-cache aliasing on fork") replaced the inline function copy_user_page for mips with an external reference, but neglected to introduce the actual non-inline function. Restore it. Fixes: bcd022801ee5 ("MIPS: Fix COW D-cache aliasing on fork") Fixes: 4927b7d77c00