Re: [PATCH] sparc32: make copy_to/from_user_page() usable from modular code

2014-03-26 Thread Paul Gortmaker
On 14-03-26 04:41 AM, Geert Uytterhoeven wrote: > On Thu, Feb 13, 2014 at 10:15 PM, Paul Gortmaker > wrote: >> While copy_to/from_user_page() users are uncommon, there is one in >> drivers/staging/lustre/lustre/libcfs/linux/linux-curproc.c which leads >> to the following: >> >> ERROR: "sparc32_cac

Re: [PATCH] sparc32: make copy_to/from_user_page() usable from modular code

2014-03-26 Thread Geert Uytterhoeven
On Thu, Feb 13, 2014 at 10:15 PM, Paul Gortmaker wrote: > While copy_to/from_user_page() users are uncommon, there is one in > drivers/staging/lustre/lustre/libcfs/linux/linux-curproc.c which leads > to the following: > > ERROR: "sparc32_cachetlb_ops" > [drivers/staging/lustre/lustre/libcfs/libcf

Re: [PATCH] sparc32: make copy_to/from_user_page() usable from modular code

2014-02-19 Thread David Miller
From: Paul Gortmaker Date: Thu, 13 Feb 2014 16:15:01 -0500 > While copy_to/from_user_page() users are uncommon, there is one in > drivers/staging/lustre/lustre/libcfs/linux/linux-curproc.c which leads > to the following: > > ERROR: "sparc32_cachetlb_ops" > [drivers/staging/lustre/lustre/libcfs/

[PATCH] sparc32: make copy_to/from_user_page() usable from modular code

2014-02-13 Thread Paul Gortmaker
While copy_to/from_user_page() users are uncommon, there is one in drivers/staging/lustre/lustre/libcfs/linux/linux-curproc.c which leads to the following: ERROR: "sparc32_cachetlb_ops" [drivers/staging/lustre/lustre/libcfs/libcfs.ko] undefined! during routine allmodconfig build coverage. The r