Re: [RFC PATCH 0/3] arc: remove CONFIG_SET_FS

2022-02-17 Thread Vineet Gupta
IIUC it makes sense to drop this patch series from your for-next branch. These changes have been superseded by generic approach posted by Arnd Bergmann, see: https://lore.kernel.org/linux-arch/CAHk-=whXYWoP6of7js=f4zov62on97mnfrsvrwhy75wogm6...@mail.gmail.com/T/#t I tested patches by Arnd on A

Re: [RFC PATCH 0/3] arc: remove CONFIG_SET_FS

2022-02-15 Thread Sergey Matyukevich
Hi Vineet, > > Hi all, > > > > This patch series removes SET_FS support for arc. > > > > Sergey Matyukevich (3): > >arc: use BUILD_BUG for invalid sizes in get_user/put_user > >arc: provide __{get,put}_kernel_nofault > >arc: remove set_fs() > > > > arch/arc/Kconfig

Re: [RFC PATCH 0/3] arc: remove CONFIG_SET_FS

2022-02-01 Thread Vineet Gupta
On 2/1/22 06:55, Sergey Matyukevich wrote: Hi all, This patch series removes SET_FS support for arc. Sergey Matyukevich (3): arc: use BUILD_BUG for invalid sizes in get_user/put_user arc: provide __{get,put}_kernel_nofault arc: remove set_fs() arch/arc/Kconfig | 1

[RFC PATCH 0/3] arc: remove CONFIG_SET_FS

2022-02-01 Thread Sergey Matyukevich
Hi all, This patch series removes SET_FS support for arc. Sergey Matyukevich (3): arc: use BUILD_BUG for invalid sizes in get_user/put_user arc: provide __{get,put}_kernel_nofault arc: remove set_fs() arch/arc/Kconfig | 1 - arch/arc/include/asm/segment.h | 20 -