On Tue, Sep 08, 2020 at 02:26:37PM +0200, Heiko Carstens wrote: > > (2) implement the __get_user_nofault and __put_user_nofault helpers to > > safely access kernel memory. These should behave like > > get_user/put_user under set_fs(KERNEL_DS), but not actually > > manipulate any task state to do so > > (3) unselect CONFIG_SET_FS and remove all the code related to overriding > > the address space(3) unselect CONFIG_SET_FS and remove all the code > > related to overriding the address space limit > > Ok, I guess everything will have to land in vfs.git then. The branch is supposed to be a stable base that you can pull into your tree.