Re: [PATCH 3/3] MIPS: Remove get_fs/set_fs

2021-03-31 Thread Thomas Bogendoerfer
On Tue, Mar 30, 2021 at 07:54:17PM +0200, Christoph Hellwig wrote: > > - if (likely(access_ok( __gu_ptr, size))) { \ > > - if (eva_kernel_access())\ > > - __get_kernel_common((x), size, __gu_ptr); \ > > FYI, it

Re: [PATCH 3/3] MIPS: Remove get_fs/set_fs

2021-03-30 Thread kernel test robot
Hi Thomas, I love your patch! Yet something to improve: [auto build test ERROR on next-20210330] [cannot apply to linux/master hch-configfs/for-next linus/master v5.12-rc5 v5.12-rc4 v5.12-rc3 v5.12-rc5] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting

Re: [PATCH 3/3] MIPS: Remove get_fs/set_fs

2021-03-30 Thread Christoph Hellwig
> - if (likely(access_ok( __gu_ptr, size))) { \ > - if (eva_kernel_access())\ > - __get_kernel_common((x), size, __gu_ptr); \ FYI, it might be a good idea to fold __{get,put}_kernel_common into

[PATCH 3/3] MIPS: Remove get_fs/set_fs

2021-03-30 Thread Thomas Bogendoerfer
All get_fs/set_fs calls in MIPS code are gone, so remove implementation of it. With the clear separation of user/kernel space access we no longer need the EVA special handling, so get rid of that, too. Signed-off-by: Thomas Bogendoerfer --- arch/mips/Kconfig | 1 -